Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dltablib.c238 #define sof(e) (sizeof(e) / sizeof(unsigned int)) macro
249 unsigned int buff[sof(c) + sof(t)]; in l_randomizePivot()
251 memcpy(buff, &c, sof(c) * sizeof(unsigned int)); in l_randomizePivot()
252 memcpy(buff + sof(c), &t, sof(t) * sizeof(unsigned int)); in l_randomizePivot()
253 for (i = 0; i < sof(buff); i++) in l_randomizePivot()
/freebsd/contrib/nvi/vi/
H A Dv_paragraph.c248 goto sof; in v_paragraphb()
252 goto sof; in v_paragraphb()
277 goto sof; in v_paragraphb()
295 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/sys/dev/ocs_fc/
H A Docs_ioctl.h332 uint8_t sof; /*<< SOF value */ member
H A Docs_hw.h1405 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.h4804 sof:8; member
5599 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.c7571 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
7605 sf->sof = sof; in sli_send_frame_wqe()
H A Docs_hw.c4352 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
4382 …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/sys/dev/cxgbe/common/
H A Dt4_msg.h1666 __u8 sof; member