Home
last modified time | relevance | path

Searched refs:size64 (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/openzfs/cmd/zstream/
H A Dzstream_io.c168 uint64_t size, size64 = 0; in calc_payload_size() local
176 size64 = DRR_WRITE_PAYLOAD_SIZE(drrw); in calc_payload_size()
178 size64 = DRR_SPILL_PAYLOAD_SIZE(drrs); in calc_payload_size()
190 size = swap ? BSWAP_64(size64) : size64; in calc_payload_size()
/freebsd/sys/dev/bhnd/bcma/
H A Dbcma_erom.c1357 bool size64; in bcma_erom_dump() local
1367 size64 = true; in bcma_erom_dump()
1369 size64 = false; in bcma_erom_dump()
1372 size64 ? "sizelo" : "size", in bcma_erom_dump()
1375 if (size64) { in bcma_erom_dump()
/freebsd/sys/dev/liquidio/base/
H A Dlio_common.h154 uint64_t size64; member
/freebsd/sys/dev/cxgb/common/
H A Dcxgb_t3_hw.c147 unsigned int size64 = mc7->size / 8; /* # of 64-bit words */ in t3_mc7_bd_read() local
150 if (start >= size64 || start + n > size64) in t3_mc7_bd_read()