DEV_PREFIX
#define DEV_PREFIX_STRLEN strlen(DEV_PREFIX)
(void) strlcpy(namebuf, DEV_PREFIX, PATH_MAX);
if (strncmp(path_ptr, DEV_PREFIX, DEV_PREFIX_LEN) ||
if (strstr(devpath, DEV_PREFIX)) {
strcat(rootpath, devpath + strlen(DEV_PREFIX) - 1);
(void) strncpy(pathlist_p->path_info[i].path_hba, DEV_PREFIX,
if (strncmp(phci, DEV_PREFIX, DEV_PREFIX_LEN) == 0) {
if (strncmp(phci, DEV_PREFIX, DEV_PREFIX_LEN) == 0) {
if (strncmp(phci, DEV_PREFIX, DEV_PREFIX_LEN) == 0) {