Home
last modified time | relevance | path

Searched refs:actbuf (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/iicbus/
H A Diichid.c440 uint8_t actbuf[2] = { 0, 0 }; in iichid_cmd_get_report() local
445 { sc->addr, IIC_M_RD | IIC_M_NOSTOP, 2, actbuf }, in iichid_cmd_get_report()
463 actlen = actbuf[0] | actbuf[1] << 8; in iichid_cmd_get_report()
483 DPRINTF(sc, "response: %*D %*D\n", 2, actbuf, " ", actlen, buf, " "); in iichid_cmd_get_report()
/freebsd/sbin/ipfw/
H A Dipfw2.c4150 static uint32_t actbuf[255], cmdbuf[255]; in compile_rule() local
4176 bzero(actbuf, sizeof(actbuf)); /* actions go here */ in compile_rule()
4182 action = (ipfw_insn *)actbuf; in compile_rule()
4186 ablen = nitems(actbuf); in compile_rule()
5637 for (src = (ipfw_insn *)actbuf; src != action; src += i) { in compile_rule()