Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libdiskmgt/common/
H A Dfindevs.c127 char *devlink_path, struct search_args *args);
476 char *devlink_path; in add_devpath() local
491 devlink_path = (char *)di_devlink_path(devlink); in add_devpath()
495 "INFO: devpath %s\n", devlink_path); in add_devpath()
499 if (new_alias(diskp, kernel_name, devlink_path, in add_devpath()
509 if (new_devpath(ap, devlink_path) != 0) { in add_devpath()
1204 char *devlink_path; in fix_cluster_devpath() local
1215 devlink_path = (char *)di_devlink_path(devlink); in fix_cluster_devpath()
1216 if (devlink_path == NULL) { in fix_cluster_devpath()
1220 if ((fd = open(devlink_path, O_RDONLY|O_NDELAY)) >= 0) { in fix_cluster_devpath()
[all …]
/titanic_50/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()