Home
last modified time | relevance | path

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

/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; 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 …]
/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; 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 …]
/illumos-gate/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()
/illumos-gate/usr/src/cmd/ast/libshell/common/tests/
H A Dsun_solaris_compound_nameref.sh98 nameref nodepath="doc.nodes"
/illumos-gate/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()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/
H A Denvd.h403 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()
/illumos-gate/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()