Searched refs:devlink_path (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dfindevs.c127 char *devlink_path, struct search_args *args);
469 * The devlink_path is usually of the form /dev/rdsk/c0t0d0s0.
476 char *devlink_path; local
491 devlink_path = (char *)di_devlink_path(devlink);
495 "INFO: devpath %s\n", devlink_path);
499 if (new_alias(diskp, kernel_name, devlink_path,
509 if (new_devpath(ap, devlink_path) != 0) {
1204 char *devlink_path; local
1209 * The devlink_path is of the form /dev/did/rdsk/d1s0.
1215 devlink_path
1672 new_alias(disk_t *diskp, char *kernel_name, char *devlink_path, struct search_args *args) argument
[all...]
/illumos-gate/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo.c424 char *devlink_path = NULL; local
427 DI_PRIMARY_LINK, &devlink_path, walk_devlinks);
429 return (devlink_path);

Completed in 60 milliseconds