Home
last modified time | relevance | path

Searched refs:stripped_path (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/lib/libwanboot/common/
H A Dbootinfo_aux.c253 char *stripped_path = NULL; in strip_args() local
256 (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()
/titanic_44/usr/src/uts/common/io/
H A Dstrplumb.c232 char stripped_path[OBP_MAXPATHLEN]; in resolve_boot_path() local
247 prom_strip_options(devpath, stripped_path); in resolve_boot_path()
248 devpath = stripped_path; in resolve_boot_path()