Searched refs:bstp (Results 1 – 5 of 5) sorted by relevance
73 const struct bsm_socket_type *bstp; in au_socket_type_to_bsm() local75 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() local99 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()
463 const struct bsm_domain *bstp; in au_domain_to_bsm() local465 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() local488 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()
71 const struct bsm_socket_type *bstp; in au_socket_type_to_bsm() local73 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() local97 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()
460 const struct bsm_domain *bstp; in au_domain_to_bsm() local462 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() local485 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()
1156 struct ifbpstpreq *bstp; in bridge_port_find_ifstplist() local1159 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()