Searched refs:nodepath (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/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}"
H A Dxmldocumenttree1.sh100 nameref nodepath="${stack.items[stack.pos]}"
105 nodepath[${nodesnum}]+=(
115 attrstrtoattrarray "${tag_attributes}" "nodepath[${nodesnum}].tagattributes"
126 nodepath[${nodesnum}]+=(
133 nodepath[${nodesnum}]+=(
H A Dcrawlsrccomments.sh127 nameref nodepath="${stack.items[stack.pos]}"
132 nodepath[${nodesnum}]+=(
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dsun_solaris_compound_nameref.sh85 # with ast-ksh.2009-04-15 since the nodepath+nodesnum nameref calls
98 nameref nodepath="doc.nodes"
/illumos-gate/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; local
343 nodepath = calloc(1, len);
344 if (nodepath == NULL) {
351 (void) snprintf(nodepath, len, "%s%s", DEVICES_DIR, devfsp);
355 if (!dev_cmp(lap->apidp->hba_phys, nodepath, match_minor)) {
363 if (dev_cmp(lap->apidp->path, nodepath, match_minor)) {
382 ret = do_stat_dev(node, nodepath, lap, limited_dev_stat);
408 S_FREE(nodepath);
699 const char *nodepath,
697 do_stat_dev( const di_node_t node, const char *nodepath, scfga_list_t *lap, int limited_dev_stat) argument
[all...]
/illumos-gate/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; local
1227 nodepath = calloc(1, len);
1228 if (nodepath == NULL) {
1235 (void) snprintf(nodepath, len, "%s%s", DEVICES_DIR, devfsp);
1239 if (!dev_cmp(lap->apidp->xport_phys, nodepath, match_minor)) {
1294 ret = do_stat_fc_dev(node, nodepath, lap, limited_stat);
1319 S_FREE(nodepath);
1339 char *devfsp = NULL, *nodepath local
1566 do_stat_fc_dev( const di_node_t node, const char *nodepath, fpcfga_list_t *lap, int limited_stat) argument
2130 char *port_wwn = NULL, *nodepath = NULL; local
2453 do_stat_FCP_dev( const di_node_t node, const char *nodepath, fpcfga_list_t *lap, int limited_stat) argument
[all...]
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxdb.c1212 char *nodepath; local
1247 nodepath = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
1250 if (xdb_setup_node(vdp, nodepath) != DDI_SUCCESS) {
1254 kmem_free(nodepath, MAXPATHLEN);
1258 if (ldi_open_by_name(nodepath,
1264 ddi_get_name_addr(dip), nodepath);
1265 kmem_free(nodepath, MAXPATHLEN);
1274 kmem_free(nodepath, MAXPATHLEN);
1300 kmem_free(nodepath, MAXPATHLEN);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/chicago/envd/
H A Denvd.h462 char *nodepath; /* used to detect presence of disk */ member in struct:env_disk
H A Dpiclenvd.c772 if (ptree_get_node_by_path(diskp->nodepath,
778 diskp->id, diskp->nodepath);
818 diskp->nodepath);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/
H A Denvd.h405 char *nodepath; /* used to detect presence of disk */ member in struct:env_disk
H A Dpiclenvd.c1159 if (ptree_get_node_by_path(diskp->nodepath,
1196 diskp->nodepath);
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevfsmap.c1474 * nodepath /devices path of a device in the target environment without
1478 is_dev_in_vfstab(char *rootdir, char *nodepath) argument
1487 logdmsg(("is_dev_in_vfstab: rootdir = %s, nodepath = %s\n",
1488 rootdir, nodepath));
1526 if (strcmp(nodepath, abspath) == 0) {

Completed in 108 milliseconds