HomeSort by: relevance | last modified time | path
    Searched defs:calls (Results 1 - 5 of 5) sorted by relevancy

  /src/tests/lib/libc/sys/
t_getcontext.c 43 static int calls; variable in typeref:typename:int
51 ATF_REQUIRE_EQ(n, DEPTH - calls - 1);
60 calls++;
117 if (calls == 0)
  /src/common/dist/zlib/contrib/minizip/
crypt.h 98 static unsigned calls = 0; /* ensure different random header each time */ local in function:crypthead
107 if (++calls == 1)
  /src/sys/arch/m68k/m68k/
m68k_trap.c 108 int calls; member in struct:writebackstats
197 wbstats.calls++;
  /src/usr.bin/xlint/lint2/
chk.c 343 fcall_t *calls, *call, *call1; local in function:chkfaui
347 if ((calls = hte->h_calls) == NULL)
367 call1 = calls;
368 calls = calls->f_next;
375 for (call = calls; call != NULL; call = call->f_next) {
535 * if two calls are compared, ai1 is set to the
  /src/sys/arch/sparc64/sparc64/
pmap.c 324 int calls; member in struct:__anon5c40aa2b0208
610 * - Allocation calls do not change PROM memlists
2092 REMOVE_STAT(calls);

Completed in 17 milliseconds