Searched refs:sof (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dlinux-unwind.h107 unsigned long sof = sc->sc_cfm & 0x7f; local
109 ia64_rse_skip_regs ((unsigned long *)(sc->sc_ar_bsp), -sof);
183 unsigned long sof = sc->sc_cfm & 0x7f; local
185 ia64_rse_skip_regs ((unsigned long *)(sc->sc_ar_bsp), -sof);
/freebsd-11-stable/contrib/nvi/vi/
H A Dv_paragraph.c245 goto sof;
249 goto sof;
274 goto sof;
292 sof: lno = 1;
H A Dvs_smap.c1154 goto sof;
1157 sof: msgq(sp, M_BERR, "220|Movement past the end-of-screen");
/freebsd-11-stable/contrib/lua/src/
H A Dltablib.c250 #define sof(e) (sizeof(e) / sizeof(unsigned int)) macro
261 unsigned int buff[sof(c) + sof(t)];
263 memcpy(buff, &c, sof(c) * sizeof(unsigned int));
264 memcpy(buff + sof(c), &t, sof(t) * sizeof(unsigned int));
265 for (i = 0; i < sof(buff); i++)
/freebsd-11-stable/contrib/gdb/gdb/
H A Dia64-tdep.c228 int sof; /* Size of frame (decoded from cfm value) */ member in struct:ia64_frame_cache
758 It can be calculated as the bsp - sof (sizeof frame). */
1026 cache->sof = 0;
1062 CORE_ADDR bof, sor, sol, sof, cfm, rrb_gr; local
1083 int sof = (int) ((instr & 0x000000fe000LL) >> 13); local
1092 (sof == (cache->cfm & 0x7f) &&
1421 sof = cache->sof;
1426 bof = rse_address_add (cache->bsp, -sof);
1429 i < sof;
1522 CORE_ADDR cfm, sof, sol, bsp, psr; local
2208 unw_word_t bsp, sof, sol, cfm, psr, ip; local
[all...]
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_ioctl.h330 uint8_t sof; /*<< SOF value */ member in struct:__anon7634
H A Docs_hw.h1416 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.h4737 sof:8;
5533 extern int32_t sli_send_frame_wqe(sli4_t *sli4, void *buf, size_t size, uint8_t sof, uint8_t eof, uint32_t *hdr,
H A Dsli4.c7415 * @param sof Start of frame value
7427 sli_send_frame_wqe(sli4_t *sli4, void *buf, size_t size, uint8_t sof, uint8_t eof, uint32_t *hdr, argument
7462 sf->sof = sof;
8259 ocs_log_test(sli4->os, "status=%02x (%s) rq_id=%d, index=%x pdpl=%x sof=%02x eof=%02x hdpl=%x\n",
8272 ocs_log_test(sli4->os, "status=%02x (%s) rq_id=%d, index=%x pdpl=%x sof=%02x eof=%02x hdpl=%x\n",
8314 ocs_log_debug(sli4->os, "status=%02x rq_id=%d, index=%x pdpl=%x sof=%02x eof=%02x hdpl=%x\n",
H A Docs_hw.c4342 * @param sof Value to use as the frame SOF.
4352 ocs_hw_send_frame(ocs_hw_t *hw, fc_header_le_t *hdr, uint8_t sof, uint8_t eof, ocs_dma_t *payload, argument
4382 rc = sli_send_frame_wqe(&hw->sli, wqe->wqebuf, hw->sli.config.wqe_size, sof, eof, (uint32_t*) hdr, payload,
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-ia64.c1077 unsigned int sof; local
1079 sof = ins + locs + outs;
1080 if (sof > 96)
1085 if (rots > sof)
1098 return sof;
6243 unsigned int sof; local
6316 sof = set_regstack (FORCE_CONST(i),
6330 CURR_SLOT.opnd[i].X_add_number = sof;
6334 = sof - CURR_SLOT.opnd[i + 2].X_add_number;
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-usbcx-defs.h2637 uint32_t sof : 1; /**< Start of (micro)Frame (Sof) member in struct:cvmx_usbcx_gintsts::cvmx_usbcx_gintsts_s
2670 uint32_t sof : 1;
H A Dcvmx-usb.c3432 __cvmx_usb_schedule(usb, usbc_gintsts.s.sof);
/freebsd-11-stable/sys/dev/cxgbe/common/
H A Dt4_msg.h1646 __u8 sof; member in struct:cpl_fcoe_hdr

Completed in 485 milliseconds