Searched full:actbuf (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/iicbus/ |
H A D | iichid.c | 435 uint8_t actbuf[2] = { 0, 0 }; in iichid_cmd_get_report() local 440 { sc->addr, IIC_M_RD | IIC_M_NOSTOP, 2, actbuf }, in iichid_cmd_get_report() 458 actlen = actbuf[0] | actbuf[1] << 8; in iichid_cmd_get_report() 478 DPRINTF(sc, "response: %*D %*D\n", 2, actbuf, " ", actlen, buf, " "); in iichid_cmd_get_report()
|
/freebsd/usr.sbin/cxgbetool/ |
H A D | tcbshowt5.c | 299 PR(" DDP: DDPOFF ActBuf IndOut WaitFrag Rx2Tx BufInf\n"); in t5_display_tcb_aux_3()
|
H A D | tcbshowt4.c | 288 PR(" DDP: DDPOFF ActBuf IndOut WaitFrag Rx2Tx BufInf\n"); in t4_display_tcb_aux_3()
|
H A D | tcbshowt6.c | 302 PR(" DDP: DDPOFF ActBuf IndOut WaitFrag Rx2Tx BufInf\n"); in t6_display_tcb_aux_3()
|
/freebsd/sbin/ipfw/ |
H A D | ipfw2.c | 4151 * go into actbuf[]. in compile_rule() 4153 static uint32_t actbuf[255], cmdbuf[255]; in compile_rule() local 4179 bzero(actbuf, sizeof(actbuf)); /* actions go here */ in compile_rule() 4185 action = (ipfw_insn *)actbuf; in compile_rule() 4189 ablen = nitems(actbuf); in compile_rule() 5640 for (src = (ipfw_insn *)actbuf; src != action; src += i) { in compile_rule()
|