Home
last modified time | relevance | path

Searched refs:ptod (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/lib/libbc/inc/include/sun4/
H A Dparam.h137 #define ptod(x) ((x) << (PAGESHIFT - DEV_BSHIFT)) macro
/titanic_50/usr/src/uts/common/sys/
H A Dparam.h420 #define ptod(x) ((x) << (PAGESHIFT - DEV_BSHIFT)) macro
/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs_dump.c123 for (i = 0; i < count; i += ptod(1), addr += ptob(1)) { in nfs_dump()