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

  /src/usr.bin/kdump/
kdump.c 88 static int word_size = 0; variable in typeref:typename:int
253 word_size = 1;
256 word_size = strtoul(optarg, &cp, 0);
257 if (*cp != 0 || word_size & (word_size - 1) ||
258 word_size > 16 || word_size <= 0)
351 hexdump_buf(m, ktrlen, word_size ? word_size : 1);
1318 if (word_size) {
    [all...]
  /src/sys/dev/pci/igc/
igc_hw.h 325 uint16_t word_size; member in struct:igc_nvm_info
  /src/sys/dev/pci/ixgbe/
ixgbe_type.h 4177 u16 word_size; member in struct:ixgbe_eeprom_info

Completed in 57 milliseconds