HomeSort by relevance Sort by last modified time
    Searched defs:P2ALIGN (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/grub/grub-0.97/stage2/
fsys_zfs.h 123 * eg, P2ALIGN(1200, 1024) == 1024 (1*align)
124 * eg, P2ALIGN(1024, 1024) == 1024 (1*align)
125 * eg, P2ALIGN(0x1234, 0x100) == 0x1200 (0x12*align)
126 * eg, P2ALIGN(0x5600, 0x100) == 0x5600 (0x56*align)
128 #define P2ALIGN(x, align) ((x) & -(align))
  /onnv/onnv-gate/usr/src/uts/common/sys/
sysmacros.h 232 * eg, P2ALIGN(1200, 1024) == 1024 (1*align)
233 * eg, P2ALIGN(1024, 1024) == 1024 (1*align)
234 * eg, P2ALIGN(0x1234, 0x100) == 0x1200 (0x12*align)
235 * eg, P2ALIGN(0x5600, 0x100) == 0x5600 (0x56*align)
237 #define P2ALIGN(x, align) ((x) & -(align))
  /onnv/onnv-gate/usr/src/cmd/ptools/pmap/
pmap.c 60 #define P2ALIGN(x, align) ((x) & -(align))
    [all...]

Completed in 4555 milliseconds