Home
last modified time | relevance | path

Searched refs:topo_mod_file_search (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dmapfile-vers122 topo_mod_file_search;
H A Dtopo_mod.h319 extern int topo_mod_file_search(topo_mod_t *, const char *file, int oflags);
H A Dtopo_mod.c935 topo_mod_file_search(topo_mod_t *mod, const char *file, int oflags) in topo_mod_file_search() function
/illumos-gate/usr/src/lib/fm/topo/modules/common/usb/
H A Dtopo_usb_metadata.c392 if ((fd = topo_mod_file_search(mod, pbuf, O_RDONLY)) < 0) { in topo_usb_load_metadata()