Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/os-tests/tests/libtopo/
H A Ddigraph-test.c43 extern int topo_hdl_errno(topo_hdl_t *);
310 } else if (topo_hdl_errno(thp) == 0) { in main()
323 } else if (topo_hdl_errno(thp) == 0) { in main()
336 } else if (topo_hdl_errno(thp) == 0) { in main()
349 } else if (topo_hdl_errno(thp) == 0) { in main()
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_error.h93 extern int topo_hdl_errno(topo_hdl_t *);
H A Dmapfile-vers84 topo_hdl_errno;
H A Dtopo_snap.c247 return (set_open_errno(thp, errp, topo_hdl_errno(thp))); in topo_open()
355 if (topo_hdl_errno(thp) == ETOPO_ENUM_FATAL) { in topo_snap_create()
H A Dtopo_mod.c147 (void) topo_mod_seterrno(pmod, topo_hdl_errno(thp) ? in topo_mod_load()
148 topo_hdl_errno(thp) : ETOPO_MOD_NOENT); in topo_mod_load()
H A Dlibtopo.h324 typedef enum topo_hdl_errno { enum