| /freebsd/contrib/lua/src/ |
| H A D | ltablib.c | 238 #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 D | v_paragraph.c | 248 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 D | vs_smap.c | 1150 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/contrib/device-tree/src/arm64/freescale/ |
| H A D | imx95-19x19-evk-sof.dts | 12 compatible = "fsl,imx95-cm7-sof"; 35 sof-sound {
|
| /freebsd/crypto/openssl/ssl/quic/ |
| H A D | quic_rx_depack.c | 1071 const unsigned char *sof = NULL; in depack_process_frames() local 1075 sof = PACKET_data(pkt); in depack_process_frames() 1406 size_t framelen = PACKET_data(pkt) - sof; in depack_process_frames() 1416 ch->msg_callback(0, OSSL_QUIC1_VERSION, ctype, sof, framelen, in depack_process_frames()
|
| /freebsd/sys/dev/thunderbolt/ |
| H A D | nhi.c | 876 u_int sof; in nhi_tx_complete() local 879 sof = desc->flags_sof & TX_BUFFER_DESC_SOF_MASK; in nhi_tx_complete() 881 tb_get_string(sof, nhi_frame_pdf), cmd->idx, desc->flags_sof); in nhi_tx_complete() 890 txpdf = &r->tracker->txpdf[sof]; in nhi_tx_complete() 898 tb_get_string(sof, nhi_frame_pdf)); in nhi_tx_complete()
|
| /freebsd/sys/dev/ocs_fc/ |
| H A D | ocs_ioctl.h | 332 uint8_t sof; /*<< SOF value */ member
|
| H A D | ocs_hw.h | 1405 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 D | sli4.h | 4804 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 D | sli4.c | 7571 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 D | ocs_hw.c | 4352 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 D | t4_msg.h | 2398 __u8 sof; member
|