/src/sys/arch/x68k/stand/xxboot/ |
xx.c | 63 print_hex(dblk, 8); 65 print_hex(size, 8);
|
xxboot.h | 52 extern void print_hex(u_int, int);
|
bootmain.c | 57 print_hex(unsigned int x, int width) function in typeref:typename:void 61 print_hex(x >> 4, width - 1); 182 print_hex(startregs[i], 8); 186 print_hex(BOOT_INFO, 8);
|
/src/sbin/nvmectl/ |
nvmectl.h | 105 void print_hex(void *, uint32_t);
|
identify.c | 230 print_hex(&cdata, hexlength); 293 print_hex(&nsdata, hexlength);
|
nvmectl.c | 145 print_hex(void *data, uint32_t length) function in typeref:typename:void
|
logpage.c | 86 print_hex(data, length); 1069 * (print_hex). If there was a vendor specified bt the user, and
|
/src/sys/arch/x68k/stand/boot_ufs/ |
bootmain.c | 69 void print_hex (unsigned int, int); 79 print_hex(unsigned int x, int l) function in typeref:typename:void 85 print_hex(x >> 4, l - 1); 121 print_hex(SCSI_BLKLEN, 8); /* 0: 256, 1: 512, 2: 1024 */ 123 print_hex(SCSI_PARTTOP, 8); /* partition top in sector */ 266 print_hex(startregs[i], 8);
|