Lines Matching defs:devlink_path
127 char *devlink_path, struct search_args *args);
469 * The devlink_path is usually of the form /dev/rdsk/c0t0d0s0.
476 char *devlink_path;
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;
1209 * The devlink_path is of the form /dev/did/rdsk/d1s0.
1215 devlink_path = (char *)di_devlink_path(devlink);
1216 if (devlink_path == NULL) {
1220 if ((fd = open(devlink_path, O_RDONLY|O_NDELAY)) >= 0) {
1225 devlink_path);
1267 devlink_path, args) != 0) {
1310 basep = strrchr(devlink_path, '/');
1312 basep = devlink_path;
1332 if (new_devpath(ap, devlink_path) != 0) {
1672 new_alias(disk_t *diskp, char *kernel_name, char *devlink_path,
1690 get_disk_name_from_path(devlink_path, alias, sizeof (alias));
1725 if (new_devpath(aliasp, devlink_path) != 0) {