Searched refs:stripped_path (Results 1 – 2 of 2) sorted by relevance
253 char *stripped_path = NULL; in strip_args() local256 (stripped_path = calloc(len + 1, sizeof (char))) != NULL) { in strip_args()259 (void) memcpy(stripped_path, path, len); in strip_args()260 if ((p = strchr(stripped_path, ':')) != NULL) { in strip_args()264 return (stripped_path); in strip_args()
232 char stripped_path[OBP_MAXPATHLEN]; in resolve_boot_path() local247 prom_strip_options(devpath, stripped_path); in resolve_boot_path()248 devpath = stripped_path; in resolve_boot_path()