Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/security/audit/
H A Daudit_bsm_fcntl.c270 const bsm_fcntl_cmd_t *bfcp; in au_fcntl_cmd_to_bsm() local
272 bfcp = bsm_lookup_local_fcntl_cmd(local_fcntl_cmd); in au_fcntl_cmd_to_bsm()
273 if (bfcp == NULL) { in au_fcntl_cmd_to_bsm()
276 return bfcp->bfc_bsm_fcntl_cmd; in au_fcntl_cmd_to_bsm()
296 const bsm_fcntl_cmd_t *bfcp; in au_bsm_to_fcntl_cmd() local
298 bfcp = bsm_lookup_bsm_fcntl_cmd(bsm_fcntl_cmd); in au_bsm_to_fcntl_cmd()
299 if (bfcp == NULL || bfcp->bfc_local_fcntl_cmd) { in au_bsm_to_fcntl_cmd()
302 *local_fcntl_cmdp = bfcp->bfc_local_fcntl_cmd; in au_bsm_to_fcntl_cmd()