Lines Matching refs:first
267 struct rpb_cluster rpb_cluster[3]; /* first instance of a cluster */
364 ulong *first = 0;
423 first = (ulong *)unix_boot_alloc(1);
433 bzero((char *)first, PAGE_SIZE);
439 first[0] = KPTE(PFN(second));
440 first[1] = KPTE(PFN(first)); /* Region 3 */
487 for (i = 1; i < PFN(first); i++)
497 rpb, first, second, third_rpb, third_kernel, reservedFixup);
576 thisCPU->rpb_pcb.rpb_ptbr = PFN(first);