Searched defs:ptob (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dddi.h129 #undef ptob macro
133 extern unsigned long ptob(unsigned long);
H A Dparam.h428 * Cast the input to ptob() to be a page count. This enforces 64-bit
435 #define ptob(x) (((pgcnt_t)(x)) << PAGESHIFT) macro
437 #define ptob(x) ((x) << PAGESHIFT) macro
/illumos-gate/usr/src/lib/libbc/inc/include/sun4/
H A Dparam.h129 #define ptob(x) ((x) << PAGESHIFT) macro
/illumos-gate/usr/src/uts/common/os/
H A Dddi.c423 ptob(pgcnt_t numpages) function
/illumos-gate/usr/src/ucbhead/sys/
H A Dparam.h236 #define ptob(x) ((x) * PAGESIZE) macro
/illumos-gate/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h532 #define ptob(x) ((x) * PAGESIZE) macro

Completed in 102 milliseconds