HomeSort by: relevance | last modified time | path
    Searched refs:resident (Results 1 - 9 of 9) sorted by relevancy

  /src/tests/lib/libc/sys/
t_mincore.c 92 size_t i, resident; local in function:check_residency
100 for (i = resident = 0; i < npgs; i++) {
103 resident++;
113 return resident;
155 size_t npgs = 0, resident; local in function:ATF_TC_BODY
232 resident = check_residency(addr, npgs);
233 if (resident < npgs)
235 "%zu pages of the newly mapped %zu pages are resident",
236 resident, npgs);
343 * pages still resident, for information only
    [all...]
  /src/lib/libwrap/
tcpd.h 101 extern int resident; /* > 0 if resident process */
hosts_access.c 84 int resident = (-1); /* -1, 0: unknown; +1: yes */ variable in typeref:typename:int
146 if (resident <= 0)
147 resident++;
options.c 389 if (resident > 0)
390 tcpd_jump("twist option in resident process");
  /src/usr.sbin/tcpdchk/
tcpdchk.c 72 int resident = 0; variable in typeref:typename:int
  /src/sys/arch/amiga/stand/loadbsd/
loadbsd.c 36 #include <exec/resident.h>
617 * Try to determine the machine ID by searching the resident module list
  /src/sys/uvm/pmap/
pmap.c 1499 const bool resident = pte_valid_p(opte); local in function:pmap_enter
1501 if (resident) {
1515 if (!resident || remap) {
  /src/sys/arch/luna68k/dev/xplx/
xplx.asm 43 ; 0200 0FFF SH resident program
  /src/sys/arch/m68k/060sp/dist/
isp.s 3209 # 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 19 milliseconds