Home
last modified time | relevance | path

Searched defs:pgtok (Results 1 – 4 of 4) sorted by relevance

/titanic_52/usr/src/cmd/csh/
H A Dsh.time.c124 #define pgtok(p) ((p * pgsize) / 1024) in prusage() macro
/titanic_52/usr/src/boot/sys/i386/include/
H A Dparam.h163 #define pgtok(x) ((x) * (PAGE_SIZE / 1024)) macro
/titanic_52/usr/src/boot/sys/amd64/include/
H A Dparam.h150 #define pgtok(x) ((unsigned long)(x) * (PAGE_SIZE / 1024)) macro
/titanic_52/usr/src/cmd/stat/vmstat/
H A Dvmstat.c47 #define pgtok(a) ((a) * (pagesize >> 10)) macro
[all...]