Searched defs:nodepath (Results 1 - 6 of 6) 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; 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/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/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) {
/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/cmd/picl/plugins/sun4u/enchilada/envd/
H A Denvd.h405 char *nodepath; /* used to detect presence of disk */ member in struct:env_disk
/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

Completed in 76 milliseconds