Home
last modified time | relevance | path

Searched refs:op_type (Results 1 – 4 of 4) sorted by relevance

/xnu-10063.101.15/bsd/security/audit/
H A Daudit_syscalls.c937 udata.au_expire_after.op_type = audit_expire_after.op_type; in auditon()
948 audit_expire_after.op_type = udata.au_expire_after.op_type; in auditon()
H A Daudit.c313 audit_expire_after.op_type = AUDIT_EXPIRE_OP_AND; in audit_init()
/xnu-10063.101.15/bsd/bsm/
H A Daudit.h266 …unsigned char op_type; /* Operator used with the above values to determine when files should be ex… member
/xnu-10063.101.15/bsd/vfs/
H A Dvfs_cluster.c236 static kern_return_t vfs_drt_control(void **cmapp, int op_type);
7623 vfs_drt_control(void **cmapp, int op_type) in vfs_drt_control() argument
7633 switch (op_type) { in vfs_drt_control()