Searched refs:DEV_PREFIX (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/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 118 #define DEV_PREFIX_LEN 9 /* Length of DEV_PREFIX string */
|
/illumos-gate/usr/src/lib/storage/libg_fc/common/ |
H A D | mpath.c | 439 (void) strncpy(pathlist_p->path_info[i].path_hba, DEV_PREFIX, 708 if (strncmp(phci, DEV_PREFIX, DEV_PREFIX_LEN) == 0) { 782 if (strncmp(phci, DEV_PREFIX, DEV_PREFIX_LEN) == 0) { 875 if (strncmp(phci, DEV_PREFIX, DEV_PREFIX_LEN) == 0) {
|
H A D | io.c | 771 if (strstr(devpath, DEV_PREFIX)) { 772 strcat(rootpath, devpath + strlen(DEV_PREFIX) - 1);
|
H A D | genf.c | 1039 if (strncmp(path_ptr, DEV_PREFIX, DEV_PREFIX_LEN) ||
|
/illumos-gate/usr/src/cmd/sa/ |
H A D | sadp.c | 1179 #define DEV_PREFIX "/dev/rdsk/" macro 1181 #define DEV_PREFIX "/dev/r" macro 1185 sprintf(tempdev, "%s%s%da", DEV_PREFIX, device, i);
|
/illumos-gate/usr/src/cmd/luxadm/ |
H A D | lux_util.c | 60 #define DEV_PREFIX "/devices/" macro 61 #define DEV_PREFIX_STRLEN strlen(DEV_PREFIX)
|
/illumos-gate/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);
|
Completed in 69 milliseconds