/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chipset/ |
H A D | chipset.c | 99 if ((auth = topo_mod_auth(mod, pnode)) == NULL) { in topo_chipset_enum()
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/ |
H A D | pcibus_hba.c | 201 auth = topo_mod_auth(mod, parent); in pci_iports_instantiate() 285 auth = topo_mod_auth(mod, parent); in pci_receptacle_instantiate()
|
H A D | util.c | 100 auth = topo_mod_auth(mp, parent); in tnode_create()
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/shared/ |
H A D | topo_port.c | 67 if ((auth = topo_mod_auth(mod, pnode)) == NULL) { in port_create_common()
|
H A D | topo_transceiver.c | 61 if ((auth = topo_mod_auth(mod, pnode)) == NULL) { in transceiver_create_common()
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/smbios/ |
H A D | smbios_enum.c | 120 if ((auth = topo_mod_auth(mod, smed->sme_pnode)) == NULL) { in smbios_make_slot() 220 if ((auth = topo_mod_auth(mod, slotnode)) == NULL) { in smbios_make_dimm() 463 if ((auth = topo_mod_auth(mod, smed->sme_pnode)) == NULL) { in smbios_enum_motherboard()
|
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/ |
H A D | x86pi_generic.c | 64 auth = topo_mod_auth(mod, t_bindparent); in x86pi_enum_generic()
|
H A D | x86pi_subr.c | 201 auth = topo_mod_auth(mod, t_parent); in x86pi_set_auth() 420 auth = topo_mod_auth(mod, t_parent); in x86pi_set_frufmri()
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/xfp/ |
H A D | xfp.c | 91 nvlist_t *auth = topo_mod_auth(mod, parent); in xfp_tnode_create()
|
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | mapfile-vers | 108 topo_mod_auth;
|
H A D | topo_mod.h | 136 extern nvlist_t *topo_mod_auth(topo_mod_t *, tnode_t *);
|
H A D | topo_mod.c | 831 topo_mod_auth(topo_mod_t *mod, tnode_t *pnode) in topo_mod_auth() function 1004 if ((auth = topo_mod_auth(mod, ufmnode)) == NULL) { in topo_mod_create_ufm_slot() 1136 if ((auth = topo_mod_auth(mod, parent)) == NULL) { in topo_mod_create_ufm()
|
H A D | topo_mod.map | 76 topo_mod_auth { TYPE = FUNCTION; FLAGS = extern };
|
H A D | hc.c | 280 auth = topo_mod_auth(mod, pnode); in hc_enum()
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/disk/ |
H A D | disk_nvme.c | 351 auth = topo_mod_auth(mod, nei->nei_nvme); in disk_nvme_make_ns() 528 auth = topo_mod_auth(mod, nvme_info->nei_parent); in make_nvme_node()
|
H A D | disk_common.c | 496 auth = topo_mod_auth(mod, parent); in disk_tnode_create()
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/hostbridge/ |
H A D | hostbridge.c | 194 nvlist_t *auth = topo_mod_auth(mod, parent); in hb_tnode_create()
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/zen/ |
H A D | topo_zen_tn.c | 90 auth = topo_mod_auth(mod, pnode); in topo_zen_create_tn()
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/ipmi/ |
H A D | ipmi_enum.c | 374 if ((auth = topo_mod_auth(mod, pnode)) == NULL) { in ipmi_check_entity()
|
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/ |
H A D | chip.c | 817 auth = topo_mod_auth(mod, pnode); in chip_enum()
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/dimm/ |
H A D | topo_dimm.c | 522 if ((auth = topo_mod_auth(mod, pn)) == NULL) { in topo_dimm_create_tn()
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/ses/ |
H A D | ses.c | 1473 if ((auth = topo_mod_auth(mod, pnode)) == NULL) in ses_create_generic() 2372 if ((auth = topo_mod_auth(mod, pnode)) == NULL) in ses_create_subchassis()
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/usb/ |
H A D | topo_usb.c | 1474 if ((auth = topo_mod_auth(mod, pn)) == NULL) { in topo_usb_enum_lport()
|