Home
last modified time | relevance | path

Searched refs:LLSZMASK (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dbofi.c119 #define LLSZMASK (sizeof (uint64_t)-1) macro
1789 ep->errdef.len) & ~LLSZMASK) > in bofi_errdef_alloc()
1791 LLSZMASK) & ~LLSZMASK))) || in bofi_errdef_alloc()
2326 off + LLSZMASK) & ~LLSZMASK); in do_dma_corrupt()
2350 ep->errdef.offset) + LLSZMASK) & ~LLSZMASK); in do_dma_corrupt()
2352 ep->errdef.offset + ep->errdef.len)) & ~LLSZMASK); in do_dma_corrupt()
3301 ep->errdef.len) & ~LLSZMASK) > in chain_on_errdefs()
3303 LLSZMASK) & ~LLSZMASK)))) { in chain_on_errdefs()
4114 ep->errdef.len) & ~LLSZMASK) > in bofi_dvma_kaddr_load()
4116 LLSZMASK) & ~LLSZMASK)))) { in bofi_dvma_kaddr_load()
/illumos-gate/usr/src/cmd/th_tools/
H A Dth_define.c1221 #define LLSZMASK (sizeof (longlong_t) -1) macro