Searched defs:nodepath (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_list.c56 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...]
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevfsmap.c1473 * nodepath /devices path of a device in the target environment without
1477 is_dev_in_vfstab(char *rootdir, char *nodepath) argument
1486 logdmsg(("is_dev_in_vfstab: rootdir = %s, nodepath = %s\n",
1487 rootdir, nodepath));
1525 if (strcmp(nodepath, abspath) == 0) {
/osnet-11/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...]

Completed in 475 milliseconds