Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/security/audit/
HDbsm_socket_type.c73 const struct bsm_socket_type *bstp; in au_socket_type_to_bsm() local
75 bstp = bsm_lookup_local_socket_type(local_socket_type); in au_socket_type_to_bsm()
76 if (bstp == NULL) in au_socket_type_to_bsm()
78 return (bstp->bst_bsm_socket_type); in au_socket_type_to_bsm()
97 const struct bsm_socket_type *bstp; in au_bsm_to_socket_type() local
99 bstp = bsm_lookup_bsm_socket_type(bsm_socket_type); in au_bsm_to_socket_type()
100 if (bstp == NULL || bstp->bst_local_socket_type) in au_bsm_to_socket_type()
102 *local_socket_typep = bstp->bst_local_socket_type; in au_bsm_to_socket_type()
HDbsm_domain.c463 const struct bsm_domain *bstp; in au_domain_to_bsm() local
465 bstp = bsm_lookup_local_domain(local_domain); in au_domain_to_bsm()
466 if (bstp == NULL) in au_domain_to_bsm()
468 return (bstp->bd_bsm_domain); in au_domain_to_bsm()
486 const struct bsm_domain *bstp; in au_bsm_to_domain() local
488 bstp = bsm_lookup_bsm_domain(bsm_domain); in au_bsm_to_domain()
489 if (bstp == NULL || bstp->bd_local_domain) in au_bsm_to_domain()
491 *local_domainp = bstp->bd_local_domain; in au_bsm_to_domain()
/freebsd-14-stable/contrib/openbsm/libbsm/
HDbsm_socket_type.c71 const struct bsm_socket_type *bstp; in au_socket_type_to_bsm() local
73 bstp = bsm_lookup_local_socket_type(local_socket_type); in au_socket_type_to_bsm()
74 if (bstp == NULL) in au_socket_type_to_bsm()
76 return (bstp->bst_bsm_socket_type); in au_socket_type_to_bsm()
95 const struct bsm_socket_type *bstp; in au_bsm_to_socket_type() local
97 bstp = bsm_lookup_bsm_socket_type(bsm_socket_type); in au_bsm_to_socket_type()
98 if (bstp == NULL || bstp->bst_local_socket_type) in au_bsm_to_socket_type()
100 *local_socket_typep = bstp->bst_local_socket_type; in au_bsm_to_socket_type()
HDbsm_domain.c460 const struct bsm_domain *bstp; in au_domain_to_bsm() local
462 bstp = bsm_lookup_local_domain(local_domain); in au_domain_to_bsm()
463 if (bstp == NULL) in au_domain_to_bsm()
465 return (bstp->bd_bsm_domain); in au_domain_to_bsm()
483 const struct bsm_domain *bstp; in au_bsm_to_domain() local
485 bstp = bsm_lookup_bsm_domain(bsm_domain); in au_bsm_to_domain()
486 if (bstp == NULL || bstp->bd_local_domain) in au_bsm_to_domain()
488 *local_domainp = bstp->bd_local_domain; in au_bsm_to_domain()
/freebsd-14-stable/usr.sbin/bsnmpd/modules/snmp_bridge/
HDbridge_sys.c1156 struct ifbpstpreq *bstp; in bridge_port_find_ifstplist() local
1159 bstp = buf + i; in bridge_port_find_ifstplist()
1160 if (bstp->ifbp_portno == port_no) in bridge_port_find_ifstplist()
1161 return (bstp); in bridge_port_find_ifstplist()