Searched refs:bstp (Results 1 – 2 of 2) sorted by relevance
74 const struct bsm_socket_type *bstp; in au_socket_type_to_bsm() local76 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() local102 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()
469 const struct bsm_domain *bstp; in au_domain_to_bsm() local471 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() local496 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()