Home
last modified time | relevance | path

Searched refs:xbuf (Results 1 – 5 of 5) sorted by relevance

/f-stack/tools/ipfw/
H A Dtables.c896 char xbuf[sizeof(*oh) + sizeof(ipfw_obj_ctlv) + sizeof(*tent)]; in table_do_modify_record() local
902 memset(xbuf, 0, sizeof(xbuf)); in table_do_modify_record()
903 pbuf = xbuf; in table_do_modify_record()
935 if (pbuf != xbuf) in table_do_modify_record()
1116 char xbuf[sizeof(ipfw_obj_header) + sizeof(ipfw_obj_tentry)]; in table_do_lookup() local
1122 memcpy(xbuf, oh, sizeof(*oh)); in table_do_lookup()
1123 oh = (ipfw_obj_header *)xbuf; in table_do_lookup()
1133 sz = sizeof(xbuf); in table_do_lookup()
1137 if (sz < sizeof(xbuf)) in table_do_lookup()
/f-stack/freebsd/contrib/ngatm/netnatm/saal/
H A Dsaal_sscop.c438 MSGQ_CLEAR(&sscop->xbuf); in sscop_clear()
488 MSGQ_INIT(&sscop->xbuf); in sscop_create()
1035 MSGQ_CLEAR(&sscop->xbuf); in m_release_buffers()
1050 MSGQ_CLEAR(&sscop->xbuf); in m_prepare_retrieval()
1052 MSGQ_FOREACH(msg, &sscop->xbuf) in m_prepare_retrieval()
1069 MSGQ_CLEAR(&sscop->xbuf); in m_prepare_recovery()
1071 MSGQ_FOREACH(msg, &sscop->xbuf) in m_prepare_recovery()
1085 MSGQ_CLEAR(&sscop->xbuf); in m_clear_transmitter()
3167 MSGQ_CLEAR(&sscop->xbuf); in sscop_rec_recover()
3287 MSGQ_CLEAR(&sscop->xbuf); in sscop_inrec_recover()
[all …]
H A Dsscoppriv.h255 sscop_msgq_head_t xbuf; /* transmission buffer (SD PDUs transmitted) */ member
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_sockopt.c3664 char xbuf[256]; in ipfw_ctl3() local
3683 op3 = (ip_fw3_opheader *)xbuf; in ipfw_ctl3()
3713 if (valsize <= sizeof(xbuf)) { in ipfw_ctl3()
3715 sdata.kbuf = xbuf; in ipfw_ctl3()
3716 sdata.ksize = sizeof(xbuf); in ipfw_ctl3()
3781 if (sdata.kbuf != xbuf) in ipfw_ctl3()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_raidz.c821 vdev_raidz_reconst_pq_func(void *xbuf, void *ybuf, size_t size, void *private) in vdev_raidz_reconst_pq_func() argument
824 uint8_t *xd = xbuf; in vdev_raidz_reconst_pq_func()
838 vdev_raidz_reconst_pq_tail_func(void *xbuf, size_t size, void *private) in vdev_raidz_reconst_pq_tail_func() argument
841 uint8_t *xd = xbuf; in vdev_raidz_reconst_pq_tail_func()