Searched defs:devfsp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_list.c318 char *devfsp = NULL, *nodepath = NULL; local
335 devfsp = di_devfs_path(node);
336 if (devfsp == NULL) {
341 len = strlen(DEVICES_DIR) + strlen(devfsp) + 1;
351 (void) snprintf(nodepath, len, "%s%s", DEVICES_DIR, devfsp);
409 if (devfsp != NULL) di_devfs_path_free(devfsp);
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_list.c1190 char *devfsp = NULL, *nodepath = NULL; local
1219 devfsp = di_devfs_path(node);
1220 if (devfsp == NULL) {
1225 len = strlen(DEVICES_DIR) + strlen(devfsp) + 1;
1235 (void) snprintf(nodepath, len, "%s%s", DEVICES_DIR, devfsp);
1320 if (devfsp != NULL) di_devfs_path_free(devfsp);
1339 char *devfsp = NULL, *nodepath = NULL; local
1348 devfsp = di_devfs_path(node);
1349 if (devfsp
[all...]

Completed in 67 milliseconds