Searched defs:max_offset (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_cache.c339 uint64_t max_offset = P2ROUNDUP(io_end, VCBS); local
352 while (ve != NULL && ve->ve_offset < max_offset) {
/illumos-gate/usr/src/uts/i86pc/io/pci/
H A Dpci_tools.c590 uint32_t max_offset; local
604 max_offset = 0xFF;
606 max_offset = 0xFFF;
607 if (prg->offset + size - 1 > max_offset) {
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge_dbg.c2418 uint32_t max_offset; local
2426 max_offset = 3;
2432 max_offset = 2;
2439 max_offset = 1;
2445 max_offset = 2;
2451 max_offset = 2;
2457 max_offset = 1;
2463 max_offset = 1;
2469 max_offset = 4;
2475 max_offset
[all...]

Completed in 692 milliseconds