Searched defs:PAGE_SIZE (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema_test.h67 #define PAGE_SIZE(H) ((H)->page_size) macro
103 (size_t)PAGE_SIZE(H))
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dmft.c404 #ifndef PAGE_SIZE
405 #define PAGE_SIZE 4096 macro
438 size = PAGE_SIZE;
460 buf = (u8*)ntfs_malloc(PAGE_SIZE);
473 for (; pass <= 2; size = PAGE_SIZE) {

Completed in 23 milliseconds