Home
last modified time | relevance | path

Searched refs:OBJ_FGROUP (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/auditreduce/
H A Dauditrt.h148 #define OBJ_FGROUP 0x00080 /* 'o' file group */ macro
H A Dtoken.c585 if ((obj_flag & OBJ_FGROUP) && in attribute_token()
632 if ((obj_flag & OBJ_FGROUP) && in attribute32_token()
679 if ((obj_flag & OBJ_FGROUP) && in attribute64_token()
H A Doption.c54 { "filegroup", OBJ_FGROUP },
397 case OBJ_FGROUP: in proc_object()