DEV_PREFIX_LEN
if (strncmp(path_ptr, DEV_PREFIX, DEV_PREFIX_LEN) ||
(strlen(path_ptr) == DEV_PREFIX_LEN)) {
(void) strcpy(client_path, dev_path + DEV_PREFIX_LEN-1);
physical_path += DEV_PREFIX_LEN-1;
DEV_PREFIX_LEN - 1);
(void) strcpy(client_path, physical_path + DEV_PREFIX_LEN-1);
client_physical_path += DEV_PREFIX_LEN - 1;
if (strncmp(phci, DEV_PREFIX, DEV_PREFIX_LEN) == 0) {
ioc_phci = phci + DEV_PREFIX_LEN - 1;
if (strncmp(phci, DEV_PREFIX, DEV_PREFIX_LEN) == 0) {
ioc_phci = phci + DEV_PREFIX_LEN - 1;
if (strncmp(phci, DEV_PREFIX, DEV_PREFIX_LEN) == 0) {
ioc_phci = phci + DEV_PREFIX_LEN - 1;