/src/sys/arch/vax/boot/boot/ |
data.h | 63 long xxx[6]; /* 24 -- total: 84 bytes */ member in struct:bqo
|
/src/sys/arch/sandpoint/stand/altboot/ |
globals.h | 156 #define NIF_DECL(xxx) \ 157 int xxx ## _match(unsigned, void *); \ 158 void * xxx ## _init(unsigned, void *); \ 159 int xxx ## _send(void *, char *, unsigned); \ 160 int xxx ## _recv(void *, char *, unsigned, unsigned); \ 161 void xxx ## _shutdown(void *) 193 #define DSK_DECL(xxx) \ 194 int xxx ## _match(unsigned, void *); \ 195 void * xxx ## _init(unsigned, void *)
|
brdsetup.c | 45 #define BRD_DECL(xxx) \ 46 void xxx ## setup(struct brdprop *); \ 47 void xxx ## brdfix(struct brdprop *); \ 48 void xxx ## pcifix(struct brdprop *); \ 49 void xxx ## launch(struct brdprop *); \ 50 void xxx ## reset(void) 726 else /* 400MHz models XXX how to check? */ 824 /* XXX What about DS108j? Does it have a CPLD? */
|
/src/lib/libm/src/ |
k_tan.c | 55 static const double xxx[] = { variable in typeref:typename:const double[] 73 #define one xxx[13] 74 #define pio4 xxx[14] 75 #define pio4lo xxx[15] 76 #define T xxx
|
/src/sys/arch/mvme68k/stand/netboot/ |
if_iereg.h | 111 u_short xxx[32]; /* prom */ member in struct:ievme
|
/src/sys/arch/or1k/include/ |
elf_machdep.h | 38 #define ELF64_MACHDEP_ENDIANNESS xxx
|
/src/sys/arch/sun3/dev/ |
if_iereg.h | 111 u_short xxx[32]; /* prom */ member in struct:ievme
|
/src/games/warp/ |
move.c | 346 int i, xxx, yyy; local in function:move_universe 354 for (xxx = 0; xxx < XSIZE; xxx++) { 355 if (amb[yyy][xxx] == '~' && 356 !occupant[yyy][xxx]) { 357 mvaddch(yyy+1,xxx*2,' '); 445 int xxx,yyy; local in function:move_universe 447 for (xxx = -1; xxx<=1; xxx++ [all...] |
them.c | 298 int xxx,yyy; local in function:their_smarts 300 for (xxx = -1; xxx<=1; xxx++) 302 if ((xxx||yyy) && rand_mod(2)) 303 fire_torp(curkl,yyy,xxx);
|
/src/sys/arch/arc/arc/ |
p_sni_rm200pci.c | 77 NULL, /* XXX */ 89 /* XXX lack of hardware info for sni_rm200pci */ 95 [IPL_VM] = MIPS_INT_MASK, /* XXX */ 135 /* XXX For now... */ 138 #if 0 /* XXX */ 139 com_console_address = xxx; 144 comcnattach(&arc_bus_io /* XXX? */, com_console_address,
|
/src/sys/arch/hpcmips/stand/pbsdboot/ |
elf.c | 73 vmem_sub(int opr, void* xxx, void *addr, int nbytes, int *byte_count) 79 int fd = (int)xxx; 80 void *src_addr = (void *)xxx; 279 * XXX, pass debug info size in e_entry.
|
/src/games/rogue/ |
score.c | 121 mvaddstr(11, 27, "| XXX XXX |"); 355 (void)xxx(1); 415 (void)xxx(1); 636 c = (unsigned char)xxx(0); 643 xxx(boolean st) function in typeref:typename:long
|
save.c | 127 (void)xxx(1); 190 (void)xxx(1);
|
zap.c | 237 (void)xxx(1);
|
rogue.h | 637 long xxx(boolean);
|
/src/distrib/evbsh3/rom/ramdiskeb/ |
Makefile | 19 IMAGE?= xxx.fs
|
/src/distrib/evbsh3/rom/ramdiskel/ |
Makefile | 19 IMAGE?= xxx.fs
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/renesas/ |
ulcb-kf.dtsi | 11 * aplay -D plughw:0,2 xxx.wav 12 * arecord -D plughw:0,3 xxx.wav
|
ulcb.dtsi | 11 * aplay -D plughw:0,0 xxx.wav 12 * arecord -D plughw:0,0 xxx.wav 14 * aplay -D plughw:0,1 xxx.wav
|
/src/sys/arch/evbarm/g42xxeb/ |
gb225_slhci.c | 93 bus_space_write_4(psc->saip.sc_iot, psc->sc_memctl_ioh, MEMCTL_MSC2,xxx) 139 sc->sc_sc.sc_dmat = &pxa2x0_bus_dma_tag; /* XXX */
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
iwg20d-q7-common.dtsi | 26 * aplay xxx.wav &
|
r8a7745-iwg22d-sodimm.dts | 26 * aplay xxx.wav &
|
/src/sys/arch/alpha/alpha/ |
db_disasm.c | 69 * XXX THESE SHOULD BE CONVERTED TO ra, rb, rc FORMAT. 86 xxx : 8, member in struct:__anonb217a1c9010a::__anonb217a1c90208 117 unsigned xxx : 14, member in struct:__anonb217a1c9010a::__anonb217a1c90408
|
/src/sys/arch/sun2/dev/ |
if_ie_mbmem.c | 190 uint16_t xxx[32]; /* prom */ member in struct:iembmem 260 delay(100); /* XXX could be shorter? */
|
/src/tests/usr.bin/printf/ |
printf.sh | 232 expect xxx%yyy xxx%%yyy 1218 expect 'xxxyyyzzz' '%syyy%szzz' xxx
|