Home
last modified time | relevance | path

Searched refs:nodepath (Results 1 – 12 of 12) sorted by relevance

/titanic_44/usr/src/lib/libshell/common/scripts/
H A Dsimplefiletree1.sh55 typeset nodepath # full name of compound variable
67 nodepath="${treename}"
69 nameref x="${nodepath}"
76 nodepath+=".nodes[${pe[i]}]"
80 nameref node="${nodepath}"
H A Dnumtree1.sh60 typeset nodepath # full name of compound variable
75 nodepath="${treename}"
77 nameref x="${nodepath}"
84 nodepath+=".nodes[${pe[i]}]"
88 nameref node="${nodepath}"
H A Dsimplefileattributetree1.sh56 typeset nodepath # full name of compound variable
68 nodepath="${treename}"
70 nameref x="${nodepath}"
77 nodepath+=".nodes[${pe[i]}]"
81 nameref node="${nodepath}"
/titanic_44/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_list.c57 static scfga_ret_t do_stat_dev(const di_node_t node, const char *nodepath,
318 char *devfsp = NULL, *nodepath = NULL; in stat_dev() local
343 nodepath = calloc(1, len); in stat_dev()
344 if (nodepath == NULL) { in stat_dev()
351 (void) snprintf(nodepath, len, "%s%s", DEVICES_DIR, devfsp); in stat_dev()
355 if (!dev_cmp(lap->apidp->hba_phys, nodepath, match_minor)) { in stat_dev()
363 if (dev_cmp(lap->apidp->path, nodepath, match_minor)) { in stat_dev()
382 ret = do_stat_dev(node, nodepath, lap, limited_dev_stat); in stat_dev()
408 S_FREE(nodepath); in stat_dev()
699 const char *nodepath, in do_stat_dev() argument
[all …]
/titanic_44/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_list.c83 static fpcfga_ret_t do_stat_fc_dev(const di_node_t node, const char *nodepath,
85 static fpcfga_ret_t do_stat_FCP_dev(const di_node_t node, const char *nodepath,
1190 char *devfsp = NULL, *nodepath = NULL; in stat_fc_dev() local
1227 nodepath = calloc(1, len); in stat_fc_dev()
1228 if (nodepath == NULL) { in stat_fc_dev()
1235 (void) snprintf(nodepath, len, "%s%s", DEVICES_DIR, devfsp); in stat_fc_dev()
1239 if (!dev_cmp(lap->apidp->xport_phys, nodepath, match_minor)) { in stat_fc_dev()
1294 ret = do_stat_fc_dev(node, nodepath, lap, limited_stat); in stat_fc_dev()
1319 S_FREE(nodepath); in stat_fc_dev()
1339 char *devfsp = NULL, *nodepath = NULL; in stat_FCP_dev() local
[all …]
/titanic_44/usr/src/uts/common/xen/io/
H A Dxdb.c1212 char *nodepath; in xdb_open_device() local
1247 nodepath = kmem_zalloc(MAXPATHLEN, KM_SLEEP); in xdb_open_device()
1250 if (xdb_setup_node(vdp, nodepath) != DDI_SUCCESS) { in xdb_open_device()
1254 kmem_free(nodepath, MAXPATHLEN); in xdb_open_device()
1258 if (ldi_open_by_name(nodepath, in xdb_open_device()
1264 ddi_get_name_addr(dip), nodepath); in xdb_open_device()
1265 kmem_free(nodepath, MAXPATHLEN); in xdb_open_device()
1274 kmem_free(nodepath, MAXPATHLEN); in xdb_open_device()
1300 kmem_free(nodepath, MAXPATHLEN); in xdb_open_device()
/titanic_44/usr/src/lib/libshell/common/tests/
H A Dsun_solaris_compound_nameref.sh98 nameref nodepath="doc.nodes"
/titanic_44/usr/src/cmd/picl/plugins/sun4u/chicago/envd/
H A Denvd.h462 char *nodepath; /* used to detect presence of disk */ member
H A Dpiclenvd.c772 if (ptree_get_node_by_path(diskp->nodepath, in envd_setup_disks()
778 diskp->id, diskp->nodepath); in envd_setup_disks()
818 diskp->nodepath); in envd_setup_disks()
/titanic_44/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/
H A Denvd.h405 char *nodepath; /* used to detect presence of disk */ member
H A Dpiclenvd.c1159 if (ptree_get_node_by_path(diskp->nodepath, in envd_setup_disks()
1196 diskp->nodepath); in envd_setup_disks()
/titanic_44/usr/src/lib/libdevinfo/
H A Ddevfsmap.c1478 is_dev_in_vfstab(char *rootdir, char *nodepath) in is_dev_in_vfstab() argument
1488 rootdir, nodepath)); in is_dev_in_vfstab()
1526 if (strcmp(nodepath, abspath) == 0) { in is_dev_in_vfstab()