ptoi
ptoi(void *p) /* convert pointer to integer */
#define ptoi(n) ((int)(((n) + PRBIAS))) /* pid to i-number */