Searched refs:devfs_phys (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/ |
H A D | cfga_cvt.c | 190 char *devfs_phys, *devfs_fp_path, *client_path, *cp, local 211 if ((devfs_phys = strdup(xport_phys)) == NULL) { 216 if (strncmp(devfs_phys, DEVICES_DIR SLASH, strlen(DEVICES_DIR) + 218 cp = devfs_phys + strlen(DEVICES_DIR); 219 (void) memmove(devfs_phys, cp, strlen(cp) + 1); 222 if ((cp = strstr(devfs_phys, MINOR_SEP)) != NULL) { 229 S_FREE(devfs_phys); 238 devfs_phys, strlen(devfs_phys)))) { 421 S_FREE(devfs_phys); [all...] |
Completed in 497 milliseconds