HomeSort by: relevance | last modified time | path
    Searched refs:junk (Results 1 - 25 of 60) sorted by relevancy

1 2 3

  /src/sys/arch/ia64/stand/efi/libefi/
delay.c 39 UINTN junk; local
48 BS->WaitForEvent(1, &ev, &junk);
efi_console.c 76 UINTN junk; local
81 BS->WaitForEvent(1, &conin->WaitForKey, &junk);
  /src/sys/arch/mips/mips/
mips_mcclock.c 144 volatile int junk; local
148 junk = clk[MC_REGC].datum;
149 junk++; junk++; junk++; junk++;
156 junk = clk[MC_REGC].datum;
158 junk++; junk++; junk++; junk++
    [all...]
  /src/games/trek/
dumpgame.c 155 long junk; local
160 if (read(fd, &junk, sizeof junk) != (sizeof junk))
162 if ((char *)junk != d->area)
170 return (read(fd, &junk, 1));
  /src/etc/rc.d/
smtoff 32 while read cpuN smt id N junk
34 test -n "$junk" && continue
bluetooth 81 while read -r service addr dev junk; do
88 if [ -z "${dev}" ] || [ -n "${junk}" ]; then
  /src/sys/arch/i386/i386/
linux_sigcode.S 83 pushl %eax # junk to fake return address
94 pushl %eax # junk to fake return address
  /src/sys/compat/freebsd/
freebsd_sigcode.S 85 pushl %eax # junk to fake return address
  /src/sys/netinet/
accf_data.c 57 accf_dataattach(int junk)
  /src/sys/arch/evbmips/ingenic/
machdep.c 96 volatile uint32_t junk; local
124 junk = readreg(JZ_OST_CNT_LO);
125 do {} while (junk == readreg(JZ_OST_CNT_LO));
  /src/sys/arch/powerpc/oea/
cpu_speedctl.c 137 volatile uint64_t junk; local
140 junk = scom_read(SCOM_PSR);
141 __USE(junk);
  /src/games/mille/
save.c 67 STAT junk; local
111 if (sp == buf || (!Fromfile && stat(buf, &junk) > -1
  /src/lib/libwrap/
options.c 312 char junk; local
314 if (sscanf(value, "%o%c", &mask, &junk) != 1 || (mask & 0777) != mask)
338 char junk; local
340 if (sscanf(value, "%d%c", &linger.l_linger, &junk) != 1
373 char junk; local
375 if (value != 0 && sscanf(value, "%d%c", &niceval, &junk) != 1)
420 char junk; local
423 if (sscanf(value, "%d%c", &timeout, &junk) != 1 || timeout <= 0)
  /src/sys/arch/ofppc/ofppc/
cpu.c 256 int junk; local
259 rtas_call(RTAS_FUNC_FREEZE_TIME_BASE, 0, 1, &junk);
278 int i, junk; local
290 rtas_call(RTAS_FUNC_THAW_TIME_BASE, 0, 1, &junk);
  /src/common/dist/zlib/examples/
gzjoin.c 287 unsigned char *junk; /* buffer for uncompressed data -- discarded */ local
299 junk = malloc(CHUNK);
306 if (junk == NULL || ret != Z_OK)
328 strm.next_out = junk;
416 free(junk);
  /src/sys/arch/mac68k/obio/
grf_obio.c 438 uint8_t status, junk = 0; local
450 junk = civic_read_lut;
451 junk = civic_read_lut;
452 junk = civic_read_lut;
453 junk = civic_read_lut;
462 civic_write_lut(junk);
  /src/sys/arch/arc/arc/
autoconf.c 172 int ok, junk; local
210 ok = getpno(&cp, &junk);
  /src/regress/sys/kern/latency1/
latency1.c 37 * (junk will do) it uses realtime threads. Ctrl-C ends the test.
60 sigint(int junk)
  /src/games/battlestar/
cypher.c 47 int junk; local
445 sscanf(buffer, "%d", &junk);
446 if (!junk)
  /src/sys/dev/tc/
px.c 323 volatile uint32_t *poll, junk; local
346 junk = *poll;
347 __USE(junk);
pxg.c 316 volatile uint32_t *poll, junk; local
338 junk = *poll;
339 __USE(junk);
  /src/regress/sys/kern/latency2/
latency2.c 58 sigint(int junk)
  /src/sys/arch/hppa/hppa/
fpu.c 142 uint32_t junk[2]; local
175 : "=m" (junk), "=m" (vers) : : "r22");
  /src/sys/dev/
devlist2h.awk 143 parts = split($f, junk, "\\");
205 parts = split($f, junk, "\\");
  /src/sys/kern/
kern_lock.c 246 _kernel_lock_dump(const volatile void *junk, lockop_printer_t pr)
250 (void)junk;

Completed in 498 milliseconds

1 2 3