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

  /src/sys/dev/sbus/
genfb_sbus.c 131 char boo[256]; local in function:genfb_attach_sbus
132 snprintf(boo, 256, "\" pal!\" %x %x %x %x %x call",
134 prom_interpret(boo);
  /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 56 milliseconds