/src/sys/arch/sun68k/sun68k/ |
autoconf.c | 287 static const char *str2hex(const char *, int *); 289 str2hex(const char *p, int *_val) function in typeref:typename:const char * 332 *(prompath = str2hex(++prompath, &prom_ctlr)) == ',' && 333 *(prompath = str2hex(++prompath, &prom_unit)) == ',') 334 (void)str2hex(++prompath, &prom_part);
|
/src/sys/arch/sparc/sparc/ |
autoconf.c | 129 static const char *str2hex(const char *, int *); 261 str2hex(const char *str, int *vp) function in typeref:typename:const char * 591 cp = str2hex(++cp, &bp->val[0]); 593 cp = str2hex(++cp, &bp->val[1]); 678 && *(pp = str2hex(++pp, &v0val[0])) == ',' 679 && *(pp = str2hex(++pp, &v0val[1])) == ',') 680 (void)str2hex(++pp, &v0val[2]);
|