Searched refs:topo_open (Results 1 – 12 of 12) sorted by relevance
/illumos-gate/usr/src/test/os-tests/tests/libtopo/ |
H A D | digraph-test.c | 240 if ((thp = topo_open(TOPO_VERSION, root, &err)) == NULL) { in main() 270 if ((thp = topo_open(TOPO_VERSION, root, &err)) == NULL) { in main() 293 if ((thp = topo_open(TOPO_VERSION, root, &err)) == NULL) { in main()
|
/illumos-gate/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_topo.c | 81 if ((tp = topo_open(TOPO_VERSION, name, &err)) == NULL) in fmd_topo_update()
|
/illumos-gate/usr/src/lib/fm/libfmd_snmp/common/ |
H A D | scheme.c | 315 if ((g_thp = topo_open(TOPO_VERSION, "/", &err)) == NULL) { in fmd_fmri_topo_hold()
|
/illumos-gate/usr/src/cmd/fm/fmdump/common/ |
H A D | scheme.c | 316 if ((g_thp = topo_open(TOPO_VERSION, "/", &err)) == NULL) { in fmd_fmri_topo_hold()
|
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | mapfile-vers | 175 topo_open;
|
H A D | libtopo.h | 80 extern topo_hdl_t *topo_open(int, const char *, int *);
|
H A D | topo_snap.c | 158 topo_open(int version, const char *rootdir, int *errp) in topo_open() function
|
/illumos-gate/usr/src/cmd/prtdiag/i386/ |
H A D | smbios.c | 354 if ((thp = topo_open(TOPO_VERSION, NULL, &err)) != NULL) { in do_prominfo()
|
/illumos-gate/usr/src/cmd/diskinfo/ |
H A D | diskinfo.c | 266 hp = topo_open(TOPO_VERSION, NULL, &e); in enumerate_disks()
|
/illumos-gate/usr/src/lib/fm/libfmevent/common/ |
H A D | fmev_subscribe.c | 619 g_topohdl = topo_open(TOPO_VERSION, NULL, &topoerr); in fmev_shdl_nvl2str()
|
/illumos-gate/usr/src/cmd/fm/fmtopo/common/ |
H A D | fmtopo.c | 1307 if ((thp = topo_open(TOPO_VERSION, opt_R, &err)) == NULL) { in main()
|
/illumos-gate/usr/src/cmd/fm/fmadm/common/ |
H A D | faulty.c | 350 topo_handle = topo_open(TOPO_VERSION, 0, &err); in get_nvl2str_topo()
|