/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/games/battlestar/ |
cypher.c | 47 int junk; local in function:cypher 445 sscanf(buffer, "%d", &junk); 446 if (!junk)
|
/src/games/mille/ |
save.c | 67 STAT junk; local in function:save 111 if (sp == buf || (!Fromfile && stat(buf, &junk) > -1
|
/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/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/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/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/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/sun68k/sun68k/ |
bus.c | 629 uint32_t junk; local in function:sun68k_bus_peek 632 vp = &junk;
|
/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);
|
machdep.c | 322 int junk; local in function:cpu_reboot 338 rtas_call(RTAS_FUNC_POWER_OFF, 2, 1, 0, 0, &junk); 351 rtas_call(RTAS_FUNC_SYSTEM_REBOOT, 0, 1, &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/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);
|
mfb.c | 230 volatile register int junk; local in function:mfbattach 256 junk = *(uint8_t *)((char *)ri->ri_hw + MX_IREQ_OFFSET); 257 __USE(junk); 470 volatile register int junk; local in function:mfbintr 473 junk = *(uint8_t *)(base + MX_IREQ_OFFSET); 474 __USE(junk);
|
/src/usr.bin/mail/ |
collect.c | 88 struct stat junk; local in function:exwrite 94 if (stat(name, &junk) >= 0 && S_ISREG(junk.st_mode)) {
|
/src/sys/arch/sparc64/dev/ |
tadpmu.c | 98 volatile uint8_t junk, d; local in function:tadpmu_flush 103 junk = tadpmu_data(); 104 __USE(junk);
|
pcf8591_envctrl.c | 126 u_int8_t junk[PCF8591_CHANNELS + 1]; local in function:ecadc_attach 216 NULL, 0, junk, sc->sc_nchan + 1, 0)) {
|
/src/lib/libc/resolv/ |
res_send.c | 831 char junk[PACKETSZ]; local in function:send_vc 833 n = read(statp->_vcsock, junk, 834 (len > sizeof junk) ? sizeof junk : len);
|
/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/sgimips/gio/ |
newport.c | 266 volatile uint32_t junk; local in function:xmap9_write_mode 281 junk = rex3_read(dc, REX3_REG_DCBDATA0); 282 __USE(junk);
|
/src/sys/dev/isa/ |
mcdreg.h | 167 u_char junk[2]; member in struct:mcd_qchninfo::__anon69815b9d0308
|