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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfs.h371 #define itog(fs, x) ((x) / (fs)->fs_ipg) macro
373 ((mach_daddr_t)(cgimin(fs, itog(fs, x)) + \
H A Dufs.h210 #define itog(fs, x) ((x) / (grub_uint32_t)(fs)->fs_ipg) macro
211 #define itod(fs, x) ((grub_daddr32_t)(cgimin(fs, itog(fs, x)) + \
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_fs.h581 #define itog(fs, x) ((x) / (uint32_t)(fs)->fs_ipg) macro
584 ((daddr32_t)(cgimin(fs, itog(fs, x)) + \

Completed in 65 milliseconds