Skip to content

Enum: KernelTypeIdEnum

The type of the kernel resource.

URI: ocsf:KernelTypeIdEnum

Permissible Values

Value Meaning Description
SHARED_MUTEX None Shared Mutex
SYSTEM_CALL None System Call
UNKNOWN None The type is unknown
OTHER None The type is not mapped

Slots

Name Description
type_id The type of the kernel resource

Identifier and Mapping Information

Schema Source

LinkML Source

name: KernelTypeIdEnum
description: The type of the kernel resource.
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
  SHARED_MUTEX:
    text: SHARED_MUTEX
    description: Shared Mutex
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '1'
      caption:
        tag: caption
        value: Shared Mutex
  SYSTEM_CALL:
    text: SYSTEM_CALL
    description: System Call
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '2'
      caption:
        tag: caption
        value: System Call
  UNKNOWN:
    text: UNKNOWN
    description: The type is unknown.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '0'
      caption:
        tag: caption
        value: Unknown
  OTHER:
    text: OTHER
    description: 'The type is not mapped. See the <code>type</code> attribute, which
      contains a

      data source specific value.'
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '99'
      caption:
        tag: caption
        value: Other