Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/openbsm/libbsm/
Dbsm_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()
Dbsm_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-10-stable/sys/security/audit/
Dbsm_socket_type.c74 const struct bsm_socket_type *bstp; in au_socket_type_to_bsm() local
76 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() local
100 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()
Dbsm_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-10-stable/sys/dev/acpica/
Dacpi_cmbat.c87 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() argument
430 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()
/freebsd-10-stable/usr.sbin/bsnmpd/modules/snmp_bridge/
Dbridge_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()