/osnet-11/usr/src/lib/sun_sas/common/ |
H A D | verify.c | 58 node = di_init(path, DINFOCPYALL);
|
/osnet-11/usr/src/lib/libpcp/common/ |
H A D | pcp_utils.c | 234 root_node = di_init_driver("glvc", DINFOCPYALL); 288 root_node = di_init_driver("vldc", DINFOCPYALL);
|
/osnet-11/usr/src/cmd/hal/hald/solaris/ |
H A D | sysevent.c | 407 if ((node = di_init (devfs_path, DINFOCPYALL)) == DI_NODE_NIL) { 468 if ((node = di_init (devfs_path, DINFOCPYALL)) == DI_NODE_NIL) { 676 di_init ("/", DINFOCPYALL)) == DI_NODE_NIL) {
|
H A D | devinfo.c | 51 if ((root = di_init(path, DINFOCPYALL)) == DI_NODE_NIL) {
|
H A D | devinfo_usb.c | 342 if ((tmp_node = di_init (devpath, DINFOCPYALL)) == DI_NODE_NIL)
|
H A D | devinfo_storage.c | 648 if ((node = di_init (devfs_path, DINFOCPYALL)) == DI_NODE_NIL) { 1361 if ((node = di_init (devfs_path, DINFOCPYALL)) == DI_NODE_NIL) {
|
/osnet-11/usr/src/lib/libbootmgmt/common/ |
H A D | libbootmgmt.c | 89 if ((root_node = di_init("/", DINFOCPYALL)) != DI_NODE_NIL) { 150 if ((root_node = di_init("/", DINFOCPYALL)) != DI_NODE_NIL &&
|
/osnet-11/usr/src/lib/libwanboot/common/ |
H A D | bootinfo_aux.c | 188 if ((root_node = di_init("/", DINFOCPYALL)) == DI_NODE_NIL ||
|
/osnet-11/usr/src/lib/libprtdiag/common/ |
H A D | libdevinfo_sun4u.c | 434 if ((di_root_node = di_init("/", DINFOCPYALL)) == DI_NODE_NIL) {
|
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/ |
H A D | pysol.py | 659 DINFOCPYALL = (DINFOSUBTREE | DINFOPROP | DINFOMINOR) variable 702 def di_init(path='/', flags=(DINFOPATH | DINFOCPYALL)): 704 specified. flags are (DINFOPATH|DINFOCPYALL) by default. 896 hdl = di_init('/', DINFOCPYALL) 1339 "DINFOCPYALL",
|
/osnet-11/usr/src/lib/libcpc/sparc/ |
H A D | conf_ultra.c | 673 if ((di_root_node = di_init("/", DINFOCPYALL)) == DI_NODE_NIL)
|
/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/ |
H A D | cfga_cvt.c | 226 if ((tree_root = di_init("/", DINFOCPYALL | DINFOPATH))
|
H A D | cfga_cs.c | 547 root = di_init("/", DINFOCPYALL|DINFOPATH); 1444 if ((root_node = di_init("/", DINFOCPYALL | DINFOPATH)) ==
|
H A D | cfga_list.c | 418 * the whole device tree is required with DINFOCPYALL | DINFOPATH flag. 420 ret = walk_tree(apidp->xport_phys, &larg, DINFOCPYALL | DINFOPATH, 786 * the whole device tree is required with DINFOCPYALL | DINFOPATH flag. 788 ret = walk_tree(larg.apidp->xport_phys, &larg, DINFOCPYALL | DINFOPATH, 1453 DINFOCPYALL | DINFOPATH, &walkarg, FPCFGA_WALK_NODE, &l_errno);
|
/osnet-11/usr/src/lib/libdevinfo/ |
H A D | devinfo_retire.c | 742 rarg.rcm_node = di_init(devpath, DINFOCPYALL);
|
/osnet-11/usr/src/lib/cfgadm_plugins/scsi/common/ |
H A D | cfga_cvt.c | 434 ret = walk_tree(hba_phys, &dpt, DINFOCPYALL, &u,
|
H A D | cfga_list.c | 153 * DINFOCACHE implies DINFOCPYALL. DINFOCPYALL shouldn't 158 init_flag |= DINFOCPYALL;
|
/osnet-11/usr/src/lib/cfgadm_plugins/shp/common/ |
H A D | shp.c | 1140 if ((root_node = di_init("/", DINFOCPYALL|DINFOPATH))
|
/osnet-11/usr/src/lib/libsuri/common/ |
H A D | suri_devinfo.c | 912 rnode = di_init("/", DINFOCPYALL | DINFOPATH | DINFOFORCE);
|
/osnet-11/usr/src/lib/storage/libg_fc/common/ |
H A D | genf.c | 1149 root = di_init("/", DINFOCPYALL);
|
H A D | map.c | 646 if ((root = di_init("/", DINFOCPYALL)) == DI_NODE_NIL) { 4358 if ((root = di_init("/", DINFOCPYALL)) == DI_NODE_NIL) {
|
/osnet-11/usr/src/lib/libdiskmgt/common/ |
H A D | findevs.c | 166 flags = DINFOCPYALL | DINFOPATH;
|
/osnet-11/usr/src/lib/cfgadm_plugins/pci/common/ |
H A D | cfga.c | 1281 if ((root_node = di_init("/", DINFOCPYALL|DINFOPATH))
|
/osnet-11/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_import.c | 1564 if ((root_node = di_init("/", DINFOCPYALL|DINFOFORCE))
|