HomeSort by: relevance | last modified time | path
    Searched defs:print_hex (Results 1 - 3 of 3) sorted by relevancy

  /src/sbin/nvmectl/
nvmectl.c 145 print_hex(void *data, uint32_t length) function in typeref:typename:void
  /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);
  /src/sys/arch/x68k/stand/xxboot/
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);

Completed in 54 milliseconds