Searched refs:DI_NODE_NIL (Results 51 - 75 of 78) sorted by relevance
1234
/osnet-11/usr/src/lib/libcfgadm/common/ |
H A D | config_admin.c | 1967 wnode = DI_NODE_NIL; 1969 if (wnode == DI_NODE_NIL) { 1970 if (rnode == DI_NODE_NIL) { 2004 wnode = DI_NODE_NIL; 2006 if (wnode == DI_NODE_NIL) { 2007 if (rnode == DI_NODE_NIL) { 2489 if ((rnode = di_init("/", DINFOSUBTREE | DINFOHP)) == DI_NODE_NIL) { 2503 if ((rnode = di_init("/", DINFOCACHE)) == DI_NODE_NIL) { 2589 == DI_NODE_NIL) {
|
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/cpuboard/common/ |
H A D | cpuboard.c | 412 if ((devtree = topo_mod_devinfo(mod)) == DI_NODE_NIL) { 417 while (dnode != DI_NODE_NIL) {
|
/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/ |
H A D | cfga_list.c | 1941 if (root == DI_NODE_NIL) { 2129 di_node_t client_node = DI_NODE_NIL; 2137 if (root == DI_NODE_NIL) { 2236 if (client_node == DI_NODE_NIL) { 2348 if (client_node == DI_NODE_NIL) { 2880 di_node_t client_node = DI_NODE_NIL; 2891 if (client_node == DI_NODE_NIL) { 3377 if (node == DI_NODE_NIL) {
|
H A D | cfga_utils.c | 556 if (tree_root == DI_NODE_NIL) {
|
/osnet-11/usr/src/lib/storage/libg_fc/common/ |
H A D | io.c | 785 if (node == DI_NODE_NIL) { 792 while (node != DI_NODE_NIL) {
|
H A D | genf.c | 1150 if (root == DI_NODE_NIL) { 1156 if (node == DI_NODE_NIL) {
|
H A D | map.c | 646 if ((root = di_init("/", DINFOCPYALL)) == DI_NODE_NIL) { 4358 if ((root = di_init("/", DINFOCPYALL)) == DI_NODE_NIL) { 5454 if (node == DI_NODE_NIL) { 5458 while (node != DI_NODE_NIL) { 5545 if (root == DI_NODE_NIL || drvr_name == NULL || 5568 if (node == DI_NODE_NIL) { 5572 while (node != DI_NODE_NIL) { 5857 if (node == 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/fm/topo/libtopo/common/ |
H A D | topo_snap.c | 616 if (thp->th_di != DI_NODE_NIL) { 618 thp->th_di = DI_NODE_NIL; 917 return (thp == NULL ? DI_NODE_NIL : thp->th_di);
|
H A D | dev.c | 396 if ((dnode = di_init(devpath, DINFOCPYONE)) == DI_NODE_NIL) {
|
/osnet-11/usr/src/lib/cfgadm_plugins/scsi/common/ |
H A D | cfga_list.c | 421 di_node_t client_node = DI_NODE_NIL; 442 if (client_node == DI_NODE_NIL) { 533 if (root == DI_NODE_NIL) {
|
H A D | cfga_cvt.c | 345 if ((root = di_init("/", DINFOCACHE)) == DI_NODE_NIL) { 356 if (walk_root == DI_NODE_NIL) {
|
/osnet-11/usr/src/lib/libuefi_rt/common/ |
H A D | libuefi_rt_path.c | 1429 DI_NODE_NIL) { 1435 if (pnode == DI_NODE_NIL) { 1475 if (cnode == DI_NODE_NIL) { 1482 pnode = DI_NODE_NIL; 1484 while (cnode != DI_NODE_NIL) { 1509 if (cnode == DI_NODE_NIL) {
|
/osnet-11/usr/src/lib/libdevinfo/ |
H A D | devfsmap.c | 810 di_node_t par_node = DI_NODE_NIL; 871 if (par_node != DI_NODE_NIL) { 930 if (par_node != DI_NODE_NIL)
|
H A D | libdevinfo.h | 128 #define DI_NODE_NIL NULL macro
|
/osnet-11/usr/src/lib/cfgadm_plugins/pci/common/ |
H A D | cfga.c | 303 if (ap_node == DI_NODE_NIL) { 1282 == DI_NODE_NIL) { 1426 if (ap_node == DI_NODE_NIL) {
|
/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/fm/topo/modules/common/ses/common/ |
H A D | ses_dev.c | 506 if ((devtree = topo_mod_devinfo(mod)) == DI_NODE_NIL) {
|
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/xaui/common/ |
H A D | xaui.c | 238 if (dnode == DI_NODE_NIL) { 239 topo_mod_dprintf(mod, "DI_NODE_NIL\n");
|
/osnet-11/usr/src/lib/cfgadm_plugins/shp/common/ |
H A D | shp.c | 1141 == DI_NODE_NIL) { 1266 if (ap_node == DI_NODE_NIL) {
|
/osnet-11/usr/src/cmd/hal/hald/solaris/ |
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/libdladm/common/ |
H A D | libdllink.c | 487 if ((root = di_init("/", DINFOCACHE)) == DI_NODE_NIL)
|
/osnet-11/usr/src/lib/libiov/sparc/ |
H A D | libiov_hp.c | 1249 if ((dn = di_init(dipath, DINFOPROP)) == DI_NODE_NIL) {
|
/osnet-11/usr/src/lib/fm/topo/modules/common/disk/common/ |
H A D | disk_common.c | 1154 if ((devtree = topo_mod_devinfo(mod)) == DI_NODE_NIL) {
|
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/common/ |
H A D | pi_subr.c | 179 } while ((dnode = di_parent_node(dnode)) != DI_NODE_NIL);
|
Completed in 340 milliseconds
1234