Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libdiskmgt/common/
H A Dfindevs.c126 char *devlink_path, struct search_args *args);
475 char *devlink_path; in add_devpath() local
490 devlink_path = (char *)di_devlink_path(devlink); in add_devpath()
494 "INFO: devpath %s\n", devlink_path); in add_devpath()
498 if (new_alias(diskp, kernel_name, devlink_path, in add_devpath()
508 if (new_devpath(ap, devlink_path) != 0) { in add_devpath()
1203 char *devlink_path; in fix_cluster_devpath() local
1214 devlink_path = (char *)di_devlink_path(devlink); in fix_cluster_devpath()
1215 if (devlink_path == NULL) { in fix_cluster_devpath()
1219 if ((fd = open(devlink_path, O_RDONLY|O_NDELAY)) >= 0) { in fix_cluster_devpath()
[all …]
/titanic_44/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo.c424 char *devlink_path = NULL; in get_devlink() local
427 DI_PRIMARY_LINK, &devlink_path, walk_devlinks); in get_devlink()
429 return (devlink_path); in get_devlink()