Home
last modified time | relevance | path

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

/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dboot_plat.c143 char slicec; in read_redirect() local
151 nread = read(fd, &slicec, 1); in read_redirect()
154 *redirect++ = slicec; in read_redirect()
427 char slicec = *redirect; in redirect_boot_path() local
434 if (slicec < '0' || slicec > '7') { in redirect_boot_path()
435 printf("boot: bad redirection slice '%c'\n", slicec); in redirect_boot_path()
449 *p++ = 'a' + slicec - '0'; in redirect_boot_path()