Searched refs:bstp (Results 1 – 6 of 6) sorted by relevance
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()
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()79 return (bstp->bst_bsm_socket_type); in au_socket_type_to_bsm()98 const struct bsm_socket_type *bstp; in au_bsm_to_socket_type() local100 bstp = bsm_lookup_bsm_socket_type(bsm_socket_type); in au_bsm_to_socket_type()101 if (bstp == NULL || bstp->bst_local_socket_type) in au_bsm_to_socket_type()103 *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()
87 static int acpi_cmbat_bst(device_t dev, struct acpi_bst *bstp);421 acpi_cmbat_bst(device_t dev, struct acpi_bst *bstp) in acpi_cmbat_bst() argument430 bstp->state = sc->bst.state; in acpi_cmbat_bst()431 bstp->rate = sc->bst.rate; in acpi_cmbat_bst()432 bstp->cap = sc->bst.cap; in acpi_cmbat_bst()433 bstp->volt = sc->bst.volt; in acpi_cmbat_bst()435 bstp->state = ACPI_BATT_STAT_NOT_PRESENT; in acpi_cmbat_bst()
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()