Searched defs:token_to_hex (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus.c135 static int token_to_hex(char *token, unsigned *val, int len);
1468 token_to_hex(char *token, unsigned *val, int len) function
1735 if (token_to_hex(token, intp, tl))
1761 if (token_to_hex(token, &val, 1))
1765 if (token_to_hex(token, &val, 1))

Completed in 72 milliseconds