Searched refs:junk (Results 1 - 25 of 62) sorted by relevance

123

/src/sys/arch/ia64/stand/efi/libefi/
H A Ddelay.c39 UINTN junk; local in function:delay
48 BS->WaitForEvent(1, &ev, &junk);
H A Defi_console.c76 UINTN junk; local in function:efi_cons_getchar
81 BS->WaitForEvent(1, &conin->WaitForKey, &junk);
/src/sys/arch/mips/mips/
H A Dmips_mcclock.c144 volatile int junk; local in function:mips_mcclock_tickloop
148 junk = clk[MC_REGC].datum;
149 junk++; junk++; junk++; junk++;
156 junk = clk[MC_REGC].datum;
158 junk++; junk++; junk
[all...]
/src/games/trek/
H A Ddumpgame.c155 long junk; local in function:readdump
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/
H A Dsmtoff32 while read cpuN smt id N junk
34 test -n "$junk" && continue
H A Dbluetooth81 while read -r service addr dev junk; do
88 if [ -z "${dev}" ] || [ -n "${junk}" ]; then
/src/sys/arch/i386/i386/
H A Dlinux_sigcode.S83 pushl %eax # junk to fake return address
94 pushl %eax # junk to fake return address
/src/sys/compat/freebsd/
H A Dfreebsd_sigcode.S85 pushl %eax # junk to fake return address
/src/sys/netinet/
H A Daccf_data.c57 accf_dataattach(int junk) argument
/src/sys/arch/powerpc/oea/
H A Dcpu_speedctl.c137 volatile uint64_t junk; local in function:sysctl_cpuspeed_temp
140 junk = scom_read(SCOM_PSR);
141 __USE(junk);
/src/sys/arch/evbmips/ingenic/
H A Dmachdep.c96 volatile uint32_t junk; local in function:cal_timer
124 junk = readreg(JZ_OST_CNT_LO);
125 do {} while (junk == readreg(JZ_OST_CNT_LO));
/src/lib/libwrap/
H A Doptions.c312 char junk; local in function:umask_option
314 if (sscanf(value, "%o%c", &mask, &junk) != 1 || (mask & 0777) != mask)
338 char junk; local in function:linger_option
340 if (sscanf(value, "%d%c", &linger.l_linger, &junk) != 1
373 char junk; local in function:nice_option
375 if (value != 0 && sscanf(value, "%d%c", &niceval, &junk) != 1)
420 char junk; local in function:rfc931_option
423 if (sscanf(value, "%d%c", &timeout, &junk) != 1 || timeout <= 0)
/src/games/mille/
H A Dsave.c67 STAT junk; local in function:save
111 if (sp == buf || (!Fromfile && stat(buf, &junk) > -1
/src/sys/arch/ofppc/ofppc/
H A Dcpu.c256 int junk; local in function:md_presync_timebase
259 rtas_call(RTAS_FUNC_FREEZE_TIME_BASE, 0, 1, &junk);
278 int i, junk; local in function:md_start_timebase
290 rtas_call(RTAS_FUNC_THAW_TIME_BASE, 0, 1, &junk);
/src/common/dist/zlib/examples/
H A Dgzjoin.c287 unsigned char *junk; /* buffer for uncompressed data -- discarded */ local in function:gzcopy
299 junk = malloc(CHUNK);
306 if (junk == NULL || ret != Z_OK)
328 strm.next_out = junk;
416 free(junk);
/src/sys/arch/mac68k/obio/
H A Dgrf_obio.c438 uint8_t status, junk = 0; local in function:civic_set_mapreg
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/
H A Dautoconf.c172 int ok, junk; local in function:makebootdev
210 ok = getpno(&cp, &junk);
/src/regress/sys/kern/latency1/
H A Dlatency1.c37 * (junk will do) it uses realtime threads. Ctrl-C ends the test.
60 sigint(int junk) argument
/src/sys/lib/libkern/arch/alpha/
H A Ddivrem.m488 /* top 32 bits may be random junk */
97 /* top 32 bits may be random junk */
106 * sign extension (if negated above), or random junk.
/src/lib/libc/arch/alpha/gen/
H A Ddivrem.m488 /* top 32 bits may be random junk */
97 /* top 32 bits may be random junk */
106 * sign extension (if negated above), or random junk.
/src/games/battlestar/
H A Dcypher.c47 int junk; local in function:cypher
445 sscanf(buffer, "%d", &junk);
446 if (!junk)
/src/sys/dev/tc/
H A Dpx.c323 volatile uint32_t *poll, junk; local in function:px_pbuf_post
346 junk = *poll;
347 __USE(junk);
H A Dpxg.c316 volatile uint32_t *poll, junk; local in function:pxg_pbuf_post
338 junk = *poll;
339 __USE(junk);
/src/regress/sys/kern/latency2/
H A Dlatency2.c58 sigint(int junk) argument
/src/sys/kern/
H A Dkern_lock.c175 _kernel_lock_dump(const volatile void *junk, lockop_printer_t pr) argument
179 (void)junk;

Completed in 45 milliseconds

123