| /illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
| H A D | dev.c | 417 else if ((dnode = di_init("/", DINFOCACHE)) == DI_NODE_NIL) in dev_fmri_present() 429 else if ((dnode = di_init(devpath, DINFOCPYONE)) == DI_NODE_NIL) in dev_fmri_present() 496 else if ((dnode = di_init("/", DINFOCACHE)) == DI_NODE_NIL) in dev_fmri_replaced() 508 else if ((dnode = di_init(devpath, DINFOCPYONE)) == DI_NODE_NIL) in dev_fmri_replaced() 557 if ((dnode = di_init(devpath, DINFOCPYONE)) == DI_NODE_NIL) { in dev_fmri_unusable() 603 if ((dnode = di_init(devpath, DINFOCPYONE)) == DI_NODE_NIL) { in dev_fmri_service_state()
|
| H A D | topo_snap.c | 145 root = di_init("/", DINFOCACHE); in topo_hdl_set_product() 345 thp->th_di = di_init("/", DINFOFORCE | in topo_snap_create() 348 thp->th_di = di_init("/", DINFOCACHE); in topo_snap_create()
|
| /illumos-gate/usr/src/lib/sun_fc/common/ |
| H A D | Sun_fcGetNumberOfAdapters.cc | 48 if ((root_node = di_init("/", DINFOSUBTREE|DINFOFORCE)) != DI_NODE_NIL) { in Sun_fcGetNumberOfAdapters()
|
| /illumos-gate/usr/src/lib/sun_sas/common/ |
| H A D | verify.c | 58 node = di_init(path, DINFOCPYALL); in verifyAdapter()
|
| H A D | Sun_sasLoadLibrary.c | 66 if ((root = di_init("/", DINFOCACHE)) == DI_NODE_NIL) { in Sun_sasLoadLibrary()
|
| H A D | Sun_sasRefreshAdapterConfiguration.c | 103 if ((root = di_init("/", DINFOCACHE)) == DI_NODE_NIL) { in Sun_sasRefreshAdapterConfiguration()
|
| H A D | Sun_sasRefreshInformation.c | 111 if ((root = di_init("/", DINFOCACHE)) == DI_NODE_NIL) { in Sun_sasRefreshInformation()
|
| /illumos-gate/usr/src/man/man3devinfo/ |
| H A D | Makefile | 28 di_init.3devinfo \
|
| H A D | Manlink | 43 di_init.3devinfo
|
| /illumos-gate/usr/src/cmd/hal/hald/solaris/ |
| H A D | sysevent.c | 392 if ((node = di_init (devfs_path, DINFOCPYALL)) == DI_NODE_NIL) { in sysevent_lofi_add() 453 if ((node = di_init (devfs_path, DINFOCPYALL)) == DI_NODE_NIL) { in sysevent_devfs_add() 642 di_init ("/", DINFOCPYALL)) == DI_NODE_NIL) { in sysevent_process_dr()
|
| H A D | devinfo.c | 47 if ((root = di_init(path, DINFOCACHE)) == DI_NODE_NIL) { in devinfo_add() 52 if ((root = di_init(path, DINFOCPYALL)) == DI_NODE_NIL) { in devinfo_add()
|
| /illumos-gate/usr/src/cmd/th_tools/ |
| H A D | th_manage.c | 346 if ((node = di_init(&path[8], DINFOSUBTREE)) == DI_NODE_NIL) in getnameinst() 399 if ((node = di_init("/", DINFOSUBTREE)) == DI_NODE_NIL) in getpath()
|
| /illumos-gate/usr/src/cmd/sysdef/ |
| H A D | sdevinfo.c | 51 if ((root_node = di_init("/", DINFOSUBTREE)) == DI_NODE_NIL) { in sysdef_devinfo()
|
| /illumos-gate/usr/src/cmd/devprop/ |
| H A D | devprop.c | 120 if ((dn = di_init(path, DINFOPROP)) == DI_NODE_NIL) { in main()
|
| /illumos-gate/usr/src/lib/mpapi/libmpscsi_vhci/common/ |
| H A D | MP_GetInitiatorPortOidListPlugin.c | 132 root_node = di_init("/", DINFOCACHE); in MP_GetInitiatorPortOidListPlugin()
|
| H A D | MP_GetAssociatedPathOidList.c | 78 root_node = di_init("/", DINFOCACHE); in doDevInfoStuffForIntPort() 282 root_node = di_init("/", DINFOCACHE); in doDevInfoStuffForTargetPort()
|
| H A D | MP_GetMultipathLusPlugin.c | 166 root_node = di_init("/", DINFOCACHE); in MP_GetMultipathLusPlugin()
|
| /illumos-gate/usr/src/lib/libppt/common/ |
| H A D | libppt.c | 195 if ((di_root = di_init("/", DINFOCACHE)) == DI_NODE_NIL) in ppt_list_assigned() 424 if ((di_root = di_init("/", DINFOCACHE)) == DI_NODE_NIL) in ppt_list()
|
| /illumos-gate/usr/src/lib/libi2c/common/ |
| H A D | libi2c_port.c | 170 iter->pi_root = di_init("/", DINFOCPYALL); in i2c_port_discover_init() 403 root = di_init("/", DINFOCPYALL); in i2c_port_init_by_path()
|
| H A D | libi2c_ctrl.c | 96 iter->ci_root = di_init("/", DINFOCPYALL); in i2c_ctrl_discover_init() 274 root = di_init("/", DINFOCPYALL); in i2c_ctrl_init_by_path()
|
| H A D | libi2c_mux.c | 137 iter->mi_root = di_init("/", DINFOCPYALL); in i2c_mux_discover_init()
|
| /illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/ |
| H A D | cfga_rcm.c | 217 node = di_init(rsrc_devpath, DINFOSUBTREE | DINFOMINOR); in fp_rcm_suspend() 310 node = di_init(rsrc_devpath, DINFOSUBTREE | DINFOMINOR); in fp_rcm_resume()
|
| /illumos-gate/usr/src/cmd/cmd-inet/sbin/netstrategy/ |
| H A D | netstrategy.c | 144 if ((dn = di_init("/", DINFOPROP)) == DI_NODE_NIL) { in boot_properties_present()
|
| /illumos-gate/usr/src/lib/scsi/plugins/smp/usmp/common/ |
| H A D | usmp.c | 117 if ((root = di_init("/", DINFOCACHE)) != DI_NODE_NIL) { in usmp_open()
|
| /illumos-gate/usr/src/test/nvme-tests/tests/ioctl/ |
| H A D | nvme_ioctl_util.c | 158 nvme_test_root = di_init("/", DINFOCPYALL); in nvme_ioctl_test_get_fd_flags()
|