Home
last modified time | relevance | path

Searched refs:sof (Results 1 – 11 of 11) sorted by relevance

/freebsd-13.1/contrib/lua/src/
H A Dltablib.c236 #define sof(e) (sizeof(e) / sizeof(unsigned int)) macro
247 unsigned int buff[sof(c) + sof(t)]; in l_randomizePivot()
249 memcpy(buff, &c, sof(c) * sizeof(unsigned int)); in l_randomizePivot()
250 memcpy(buff + sof(c), &t, sof(t) * sizeof(unsigned int)); in l_randomizePivot()
251 for (i = 0; i < sof(buff); i++) in l_randomizePivot()
/freebsd-13.1/contrib/nvi/vi/
H A Dv_paragraph.c243 goto sof; in v_paragraphb()
247 goto sof; in v_paragraphb()
272 goto sof; in v_paragraphb()
290 sof: lno = 1; in v_paragraphb()
H A Dvs_smap.c1150 goto sof; in vs_sm_position()
1153 sof: msgq(sp, M_BERR, "220|Movement past the end-of-screen"); in vs_sm_position()
/freebsd-13.1/sys/dev/ocs_fc/
H A Docs_ioctl.h334 uint8_t sof; /*<< SOF value */ member
H A Docs_hw.h1407 ocs_hw_send_frame(ocs_hw_t *hw, fc_header_le_t *hdr, uint8_t sof, uint8_t eof, ocs_dma_t *payload,
H A Dsli4.h4806 sof:8; member
5601 extern int32_t sli_send_frame_wqe(sli4_t *sli4, void *buf, size_t size, uint8_t sof, uint8_t eof, u…
H A Dsli4.c7573 sli_send_frame_wqe(sli4_t *sli4, void *buf, size_t size, uint8_t sof, uint8_t eof, uint32_t *hdr, in sli_send_frame_wqe() argument
7607 sf->sof = sof; in sli_send_frame_wqe()
H A Docs_hw.c4335 ocs_hw_send_frame(ocs_hw_t *hw, fc_header_le_t *hdr, uint8_t sof, uint8_t eof, ocs_dma_t *payload, in ocs_hw_send_frame() argument
4365 …rc = sli_send_frame_wqe(&hw->sli, wqe->wqebuf, hw->sli.config.wqe_size, sof, eof, (uint32_t*) hdr,… in ocs_hw_send_frame()
/freebsd-13.1/sys/contrib/octeon-sdk/
H A Dcvmx-usbcx-defs.h2637 uint32_t sof : 1; /**< Start of (micro)Frame (Sof) member
2670 uint32_t sof : 1;
H A Dcvmx-usb.c3432 __cvmx_usb_schedule(usb, usbc_gintsts.s.sof); in cvmx_usb_poll()
/freebsd-13.1/sys/dev/cxgbe/common/
H A Dt4_msg.h1668 __u8 sof; member