HomeSort by relevance Sort by last modified time
    Searched refs:block_type (Results 1 - 5 of 5) sorted by null

  /onnv/onnv-gate/usr/src/grub/grub-0.97/stage2/
gunzip.c 150 static int block_type; variable
    [all...]
fsys_zfs.c 664 uint64_t block_type; local
675 block_type = *((uint64_t *)zapbuf);
677 if (block_type == ZBT_MICRO) {
679 } else if (block_type == ZBT_HEADER) {
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/zfs/
zap.c 60 uint64_t block_type; local
62 block_type = *(uint64_t *)vbuf;
64 if (block_type == ZBT_LEAF || block_type == BSWAP_64(ZBT_LEAF))
zap_micro.c 236 uint64_t block_type; local
238 block_type = *(uint64_t *)buf;
240 if (block_type == ZBT_MICRO || block_type == BSWAP_64(ZBT_MICRO)) {
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
snoop_ether.c 1327 struct block_type { struct
    [all...]

Completed in 60 milliseconds