Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/security/audit/
H A Daudit_bsm_socket_type.c74 const struct bsm_socket_type *bstp; in au_socket_type_to_bsm() local
76 bstp = bsm_lookup_local_socket_type(local_socket_type); in au_socket_type_to_bsm()
77 if (bstp == NULL) { in au_socket_type_to_bsm()
80 return bstp->bst_bsm_socket_type; in au_socket_type_to_bsm()
100 const struct bsm_socket_type *bstp; in au_bsm_to_socket_type() local
102 bstp = bsm_lookup_bsm_socket_type(bsm_socket_type); in au_bsm_to_socket_type()
103 if (bstp == NULL || bstp->bst_local_socket_type) { in au_bsm_to_socket_type()
106 *local_socket_typep = bstp->bst_local_socket_type; in au_bsm_to_socket_type()
H A Daudit_bsm_domain.c469 const struct bsm_domain *bstp; in au_domain_to_bsm() local
471 bstp = bsm_lookup_local_domain(local_domain); in au_domain_to_bsm()
472 if (bstp == NULL) { in au_domain_to_bsm()
475 return bstp->bd_bsm_domain; in au_domain_to_bsm()
494 const struct bsm_domain *bstp; in au_bsm_to_domain() local
496 bstp = bsm_lookup_bsm_domain(bsm_domain); in au_bsm_to_domain()
497 if (bstp == NULL || bstp->bd_local_domain) { in au_bsm_to_domain()
500 *local_domainp = bstp->bd_local_domain; in au_bsm_to_domain()