Searched refs:EXC_DEFAULT (Results 1 – 6 of 6) sorted by relevance
86 case EXT_STRING | EXC_DEFAULT | EXD_PROC_COMMAND: in disp_group()89 case EXT_UINT32 | EXC_DEFAULT | EXD_PROC_UID: in disp_group()92 case EXT_UINT64 | EXC_DEFAULT | EXD_PROC_CPU_SYS_SEC: in disp_group()95 case EXT_UINT64 | EXC_DEFAULT | EXD_PROC_CPU_USER_SEC: in disp_group()98 case EXT_UINT64 | EXC_DEFAULT | EXD_PROC_CPU_SYS_NSEC: in disp_group()101 case EXT_UINT64 | EXC_DEFAULT | EXD_PROC_CPU_USER_NSEC: in disp_group()104 case EXT_UINT32 | EXC_DEFAULT | EXD_PROC_TTY_MAJOR: in disp_group()107 case EXT_UINT32 | EXC_DEFAULT | EXD_PROC_TTY_MINOR: in disp_group()110 case EXT_UINT32 | EXC_DEFAULT | EXD_PROC_ACCT_FLAGS: in disp_group()113 case EXT_UINT64 | EXC_DEFAULT | EXD_PROC_START_SEC: in disp_group()[all …]
42 #define CAT_FMA_RGROUP (EXT_GROUP | EXC_DEFAULT | EXD_GROUP_RFMA)43 #define CAT_FMA_GROUP (EXT_GROUP | EXC_DEFAULT | EXD_GROUP_FMA)45 #define CAT_FMA_LABEL (EXT_STRING | EXC_DEFAULT | EXD_FMA_LABEL)46 #define CAT_FMA_VERSION (EXT_STRING | EXC_DEFAULT | EXD_FMA_VERSION)47 #define CAT_FMA_OSREL (EXT_STRING | EXC_DEFAULT | EXD_FMA_OSREL)48 #define CAT_FMA_OSVER (EXT_STRING | EXC_DEFAULT | EXD_FMA_OSVER)49 #define CAT_FMA_PLAT (EXT_STRING | EXC_DEFAULT | EXD_FMA_PLAT)50 #define CAT_FMA_UUID (EXT_STRING | EXC_DEFAULT | EXD_FMA_UUID)51 #define CAT_FMA_TODSEC (EXT_UINT64 | EXC_DEFAULT | EXD_FMA_TODSEC)52 #define CAT_FMA_TODNSEC (EXT_UINT64 | EXC_DEFAULT | EXD_FMA_TODNSEC)[all …]
93 #define CAT_FMA_RGROUP (EXT_GROUP | EXC_DEFAULT | EXD_GROUP_RFMA)94 #define CAT_FMA_GROUP (EXT_GROUP | EXC_DEFAULT | EXD_GROUP_FMA)96 #define CAT_FMA_LABEL (EXT_STRING | EXC_DEFAULT | EXD_FMA_LABEL)97 #define CAT_FMA_VERSION (EXT_STRING | EXC_DEFAULT | EXD_FMA_VERSION)98 #define CAT_FMA_OSREL (EXT_STRING | EXC_DEFAULT | EXD_FMA_OSREL)99 #define CAT_FMA_OSVER (EXT_STRING | EXC_DEFAULT | EXD_FMA_OSVER)100 #define CAT_FMA_PLAT (EXT_STRING | EXC_DEFAULT | EXD_FMA_PLAT)101 #define CAT_FMA_UUID (EXT_STRING | EXC_DEFAULT | EXD_FMA_UUID)102 #define CAT_FMA_TODSEC (EXT_UINT64 | EXC_DEFAULT | EXD_FMA_TODSEC)103 #define CAT_FMA_TODNSEC (EXT_UINT64 | EXC_DEFAULT | EXD_FMA_TODNSEC)[all …]
239 hdr_grp = ea_alloc_group(EXT_GROUP | EXC_DEFAULT | EXD_GROUP_HEADER); in exacct_create_header()241 EXT_UINT32 | EXC_DEFAULT | EXD_VERSION); in exacct_create_header()243 EXT_STRING | EXC_DEFAULT | EXD_FILETYPE); in exacct_create_header()245 EXT_STRING | EXC_DEFAULT | EXD_CREATOR); in exacct_create_header()247 EXT_STRING | EXC_DEFAULT | EXD_HOSTNAME); in exacct_create_header()600 record = ea_alloc_group(EXT_GROUP | EXC_DEFAULT | record_type); in exacct_assemble_task_record()871 record = ea_alloc_group(EXT_GROUP | EXC_DEFAULT | record_type); in exacct_assemble_proc_record()1323 record = ea_alloc_group(EXT_GROUP | EXC_DEFAULT | record_type); in exacct_assemble_net_record()1529 record = ea_alloc_group(EXT_GROUP | EXC_DEFAULT | record_type); in exacct_assemble_flow_record()1658 tag = ea_alloc_group(EXT_GROUP | EXC_DEFAULT | EXD_GROUP_TASK_TAG); in exacct_tag_task()[all …]
880 (EXT_GROUP | EXC_DEFAULT | EXD_GROUP_HEADER)) { in validate_header()893 case EXT_UINT32 | EXC_DEFAULT | EXD_VERSION: in validate_header()900 case EXT_STRING | EXC_DEFAULT | EXD_FILETYPE: in validate_header()908 case EXT_STRING | EXC_DEFAULT | EXD_CREATOR: in validate_header()918 case EXT_STRING | EXC_DEFAULT | EXD_HOSTNAME: in validate_header()978 if (ea_set_item(&vers_obj, EXT_UINT32 | EXC_DEFAULT | EXD_VERSION, in write_header()980 ea_set_item(&creator_obj, EXT_STRING | EXC_DEFAULT | EXD_CREATOR, in write_header()982 ea_set_item(&filetype_obj, EXT_STRING | EXC_DEFAULT | EXD_FILETYPE, in write_header()984 ea_set_item(&hostname_obj, EXT_STRING | EXC_DEFAULT | EXD_HOSTNAME, in write_header()991 EXT_GROUP | EXC_DEFAULT | EXD_GROUP_HEADER); in write_header()
74 #define EXC_DEFAULT EXC_NONE macro