/src/sys/arch/ia64/stand/efi/libefi/ |
delay.c | 39 UINTN junk; local in function:delay 48 BS->WaitForEvent(1, &ev, &junk);
|
efi_console.c | 76 UINTN junk; local in function:efi_cons_getchar 81 BS->WaitForEvent(1, &conin->WaitForKey, &junk);
|
/src/sys/arch/mips/mips/ |
mips_mcclock.c | 144 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++; junk++ [all...] |
/src/games/trek/ |
dumpgame.c | 155 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/ |
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/powerpc/oea/ |
cpu_speedctl.c | 137 volatile uint64_t junk; local in function:sysctl_cpuspeed_temp 140 junk = scom_read(SCOM_PSR); 141 __USE(junk);
|
/src/sys/arch/evbmips/ingenic/ |
machdep.c | 96 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/games/mille/ |
save.c | 67 STAT junk; local in function:save 111 if (sp == buf || (!Fromfile && stat(buf, &junk) > -1
|
/src/lib/libwrap/ |
options.c | 312 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/sys/arch/ofppc/ofppc/ |
cpu.c | 256 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/ |
gzjoin.c | 287 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/ |
grf_obio.c | 438 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/ |
autoconf.c | 172 int ok, junk; local in function:makebootdev 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 in function:cypher 445 sscanf(buffer, "%d", &junk); 446 if (!junk)
|
/src/sys/dev/tc/ |
px.c | 323 volatile uint32_t *poll, junk; local in function:px_pbuf_post 346 junk = *poll; 347 __USE(junk);
|
pxg.c | 316 volatile uint32_t *poll, junk; local in function:pxg_pbuf_post 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 in function:hppa_fpu_bootstrap 175 : "=m" (junk), "=m" (vers) : : "r22");
|
/src/sys/kern/ |
kern_lock.c | 175 _kernel_lock_dump(const volatile void *junk, lockop_printer_t pr) 179 (void)junk;
|
/src/sys/dev/ |
devlist2h.awk | 143 parts = split($f, junk, "\\"); 205 parts = split($f, junk, "\\");
|