Home
last modified time | relevance | path

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

/titanic_44/usr/src/psm/stand/boot/sparc/common/
H A Dboot_plat.c142 char slicec; in read_redirect() local
150 nread = read(fd, &slicec, 1); in read_redirect()
153 *redirect++ = slicec; in read_redirect()
426 char slicec = *redirect; in redirect_boot_path() local
433 if (slicec < '0' || slicec > '7') { in redirect_boot_path()
434 printf("boot: bad redirection slice '%c'\n", slicec); in redirect_boot_path()
448 *p++ = 'a' + slicec - '0'; in redirect_boot_path()