Searched refs:bstp (Results 1 – 2 of 2) sorted by relevance
75 const struct bsm_socket_type *bstp; in au_socket_type_to_bsm() local77 bstp = bsm_lookup_local_socket_type(local_socket_type); in au_socket_type_to_bsm()78 if (bstp == NULL) in au_socket_type_to_bsm()80 return (bstp->bst_bsm_socket_type); in au_socket_type_to_bsm()99 const struct bsm_socket_type *bstp; in au_bsm_to_socket_type() local101 bstp = bsm_lookup_bsm_socket_type(bsm_socket_type); in au_bsm_to_socket_type()102 if (bstp == NULL || bstp->bst_local_socket_type) in au_bsm_to_socket_type()104 *local_socket_typep = bstp->bst_local_socket_type; in au_bsm_to_socket_type()
465 const struct bsm_domain *bstp; in au_domain_to_bsm() local467 bstp = bsm_lookup_local_domain(local_domain); in au_domain_to_bsm()468 if (bstp == NULL) in au_domain_to_bsm()470 return (bstp->bd_bsm_domain); in au_domain_to_bsm()488 const struct bsm_domain *bstp; in au_bsm_to_domain() local490 bstp = bsm_lookup_bsm_domain(bsm_domain); in au_bsm_to_domain()491 if (bstp == NULL || bstp->bd_local_domain) in au_bsm_to_domain()493 *local_domainp = bstp->bd_local_domain; in au_bsm_to_domain()