HomeSort by: relevance | last modified time | path
    Searched refs:boo (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/sbus/
genfb_sbus.c 129 char boo[256]; local in function:genfb_attach_sbus
130 snprintf(boo, 256, "\" pal!\" %x %x %x %x %x call",
132 prom_interpret(boo);
  /src/sys/arch/arm/broadcom/
bcm2835_genfb.c 201 bcmgenfb_set_ioctl(int(*boo)(void *, void *, u_long, void *, int, struct lwp *))
203 bcmgenfb_ioctl_handler = boo;
  /src/sys/arch/vax/floppy/
Makefile 15 FROMDEC=du* dm* db* s[mbr]* *boo.* vmb.exe *.hlp cs* ci*
  /src/tests/lib/libc/stdlib/
t_strtol.c 157 char boo[] = "boo"; local in function:ATF_TC_BODY
161 end = boo; \
165 "%s(1, boo, -2) failed endptr=%s ", # fun, end); \
168 "%s(1, boo, -2) failed rv=" f, # fun, r); \
171 "%s(1, boo, -2) failed errno=%d", # fun, errno)
  /src/sys/dev/i2o/
iop.c 1451 bus_addr_t boo; local in function:iop_systab_set
1471 le32toh(mema[1]), PAGE_SIZE, 0, 0, &boo, &bsh);
1472 mema[0] = htole32(boo);
1482 le32toh(ioa[1]), 0, 0, 0, &boo, &bsh);
1483 ioa[0] = htole32(boo);

Completed in 33 milliseconds