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

  /netvirt/usr/src/grub/grub-0.95/stage2/
gunzip.c 150 static int block_type; variable
    [all...]
fsys_zfs.c 604 uint64_t block_type; local
615 block_type = *((uint64_t *)zapbuf);
617 if (block_type == ZBT_MICRO) {
619 } else if (block_type == ZBT_HEADER) {
  /netvirt/usr/src/uts/common/fs/zfs/
zap.c 62 uint64_t block_type; local
64 block_type = *(uint64_t *)vbuf;
66 if (block_type == ZBT_LEAF || block_type == BSWAP_64(ZBT_LEAF))
zap_micro.c 154 uint64_t block_type; local
156 block_type = *(uint64_t *)buf;
158 if (block_type == ZBT_MICRO || block_type == BSWAP_64(ZBT_MICRO)) {
  /netvirt/usr/src/cmd/cmd-inet/usr.sbin/snoop/
snoop_ether.c 1240 struct block_type { struct
    [all...]

Completed in 180 milliseconds