Home
last modified time | relevance | path

Searched refs:DINFOPATH (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Ddevinfo_impl.h55 #define DINFOPATH (DIIOC | 0x08) /* include i/o pathing information */ macro
112 (DINFOFORCE|DINFOSUBTREE|DINFOMINOR|DINFOPROP|DINFOPATH)
/illumos-gate/usr/src/lib/libgrubmgmt/common/
H A Dlibgrub_menu.c312 (fs->gf_diroot = di_init("/", DINFOCPYALL | DINFOPATH)) in grub_fs_init()
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_cs.c547 root = di_init("/", DINFOCPYALL|DINFOPATH); in is_xport_phys_in_pathlist()
1444 if ((root_node = di_init("/", DINFOCPYALL | DINFOPATH)) == in unconf_any_devinfo_nodes()
H A Dcfga_cvt.c226 if ((tree_root = di_init("/", DINFOCPYALL | DINFOPATH)) in is_apid_configured()
H A Dcfga_list.c420 ret = walk_tree(apidp->xport_phys, &larg, DINFOCPYALL | DINFOPATH, in do_list()
788 ret = walk_tree(larg.apidp->xport_phys, &larg, DINFOCPYALL | DINFOPATH, in do_list_FCP_dev()
1453 DINFOCPYALL | DINFOPATH, &walkarg, FPCFGA_WALK_NODE, &l_errno); in do_stat_fca_xport()
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dmpxio_rcm.c202 if ((devroot = di_init("/", DINFOCPYALL | DINFOPATH)) == DI_NODE_NIL) { in mpxio_register()
/illumos-gate/usr/src/cmd/prtconf/
H A Dpdevinfo.c187 flag |= (DINFOMINOR | DINFOPATH); in prtconf_devinfo()
206 DINFOPRIVDATA | DINFOPATH | DINFOLYR); in prtconf_devinfo()
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_snap.c346 DINFOSUBTREE | DINFOMINOR | DINFOPROP | DINFOPATH); in topo_snap_create()
/illumos-gate/usr/src/uts/common/io/
H A Ddevinfo.c1423 if (DINFOPATH & st->command) { in di_snapshot()
1911 if (!((DINFOMINOR | DINFOPROP | DINFOPATH | DINFOHP) & st->command)) { in di_copynode()
1932 if (!(DINFOPATH & st->command)) { in di_copynode()
/illumos-gate/usr/src/lib/cfgadm_plugins/shp/common/
H A Dshp.c1148 if ((root_node = di_init("/", DINFOCPYALL|DINFOPATH)) in find_physical_slot_names()
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dfindevs.c180 di_root = di_init("/", DINFOCPYALL|DINFOPATH); in findevs()
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo.c1924 if (DINFOPATH & (DI_ALL(pa)->command)) in di_path_phci_next_path()
1966 if (DINFOPATH & (DI_ALL(pa)->command)) in di_path_client_next_path()
/illumos-gate/usr/src/lib/cfgadm_plugins/pci/common/
H A Dcfga.c1275 if ((root_node = di_init("/", DINFOCPYALL|DINFOPATH)) == DI_NODE_NIL) { in find_physical_slot_names()
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c1126 flags = DINFOCPYALL | DINFOPATH; in process_devinfo_tree()