Searched refs:DEV_PREFIX (Results 1 – 7 of 7) sorted by relevance
| /titanic_53/usr/src/lib/storage/libg_fc/common/ |
| H A D | mpath.c | 439 (void) strncpy(pathlist_p->path_info[i].path_hba, DEV_PREFIX, in g_get_pathlist() 708 if (strncmp(phci, DEV_PREFIX, DEV_PREFIX_LEN) == 0) { in stms_path_enable_disable() 782 if (strncmp(phci, DEV_PREFIX, DEV_PREFIX_LEN) == 0) { in stms_path_enable_disable_all() 875 if (strncmp(phci, DEV_PREFIX, DEV_PREFIX_LEN) == 0) { in g_stms_get_path_state()
|
| H A D | io.c | 771 if (strstr(devpath, DEV_PREFIX)) { in g_devid_get() 772 strcat(rootpath, devpath + strlen(DEV_PREFIX) - 1); in g_devid_get()
|
| H A D | genf.c | 1039 if (strncmp(path_ptr, DEV_PREFIX, DEV_PREFIX_LEN) || in g_get_path_type()
|
| /titanic_53/usr/src/lib/storage/libg_fc/common/hdrs/ |
| H A D | g_state.h | 117 #define DEV_PREFIX "/devices/" /* base pathname for devfs names */ macro
|
| /titanic_53/usr/src/cmd/sa/ |
| H A D | sadp.c | 1179 #define DEV_PREFIX "/dev/rdsk/" in init_geom() macro 1181 #define DEV_PREFIX "/dev/r" in init_geom() macro 1185 sprintf(tempdev, "%s%s%da", DEV_PREFIX, device, i); in init_geom()
|
| /titanic_53/usr/src/cmd/luxadm/ |
| H A D | lux_util.c | 60 #define DEV_PREFIX "/devices/" macro 61 #define DEV_PREFIX_STRLEN strlen(DEV_PREFIX)
|
| /titanic_53/usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/ |
| H A D | piclfrudr.c | 138 #define DEV_PREFIX "/devices" macro 2028 (void) strlcpy(namebuf, DEV_PREFIX, PATH_MAX); in create_sys_controller_pathname()
|