Searched refs:xchar (Results 1 - 1 of 1) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/iokit/bsddev/
H A DIOKitBSDInit.cpp489 int xchar, dchar; local
583 dchar = xchar = rdBootVar[2]; /* Get the actual device */
584 if((xchar >= '0') && (xchar <= '9')) xchar = xchar - '0'; /* If digit, convert */
586 xchar = xchar & ~' '; /* Fold to upper case */
587 if((xchar >= 'A') && (xchar <
[all...]

Completed in 20 milliseconds