Searched refs:resident (Results 1 - 10 of 10) sorted by relevance

/netbsd-6-1-5-RELEASE/tests/lib/libc/sys/
H A Dt_mincore.c82 size_t i, resident; local
90 for (i = resident = 0; i < npgs; i++) {
93 resident++;
101 return resident;
282 * pages still resident, for information only.
286 (void)fprintf(stderr, "%zu pages still resident\n", npgs);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dfbsd-nat.c75 int resident, privateresident; local
85 &resident, &privateresident, &obj, protection);
/netbsd-6-1-5-RELEASE/lib/libwrap/
H A Dhosts_access.c83 int resident = (-1); /* -1, 0: unknown; +1: yes */ variable
128 if (resident <= 0)
129 resident++;
H A Dtcpd.h105 extern int resident; /* > 0 if resident process */
H A Doptions.c401 if (resident > 0)
402 tcpd_jump("twist option in resident process");
/netbsd-6-1-5-RELEASE/sys/arch/mips/mips/
H A Dpmap.c1542 bool resident = mips_pg_v(pte->pt_entry); local
1543 if (!resident)
1550 pmap_tlb_update_addr(pmap, va, npte, resident);
1613 bool resident = mips_pg_v(pte->pt_entry); local
1614 if (!resident)
1626 pmap_tlb_update_addr(pmap, va, npte, resident);
/netbsd-6-1-5-RELEASE/usr.sbin/tcpdchk/
H A Dtcpdchk.c72 int resident = 0; variable
/netbsd-6-1-5-RELEASE/sys/common/pmap/tlb/
H A Dpmap.c1026 bool resident = pte_valid_p(opte); local
1027 if (!resident)
1033 | (resident ? PMAP_TLB_NEED_IPI : 0));
/netbsd-6-1-5-RELEASE/sys/arch/amiga/stand/loadbsd/
H A Dloadbsd.c37 #include <exec/resident.h>
590 * Try to determine the machine ID by searching the resident module list
/netbsd-6-1-5-RELEASE/sys/arch/m68k/060sp/dist/
H A Disp.s3209 # page(s) should have already been made resident prior to #
3314 # if ADDR1 was ATC resident before the above "plpaw" and was executed
3616 # if ADDR1 was ATC resident before the above "plpaw" and was executed
3829 # page(s) should have been made resident prior to entering #

Completed in 138 milliseconds