/freebsd/contrib/nvi/vi/ |
H A D | v_paragraph.c | 217 * Check for SOF. The historic vi didn't complain if users hit SOF in v_paragraphb() 248 goto sof; in v_paragraphb() 252 goto sof; in v_paragraphb() 277 goto sof; in v_paragraphb() 294 /* SOF is a movement sink. */ in v_paragraphb() 295 sof: lno = 1; in v_paragraphb()
|
H A D | v_scroll.c | 271 * Half screens always succeed unless already at SOF. in v_hpageup() 359 * Historic vi did not move to the SOF if the screen couldn't move, i.e. 360 * if SOF was already displayed on the screen. This implementation does 361 * move to SOF in that case, making ^B more like the historic ^U.
|
H A D | getc.c | 163 if (csp->cs_lno == 1) { /* SOF. */ in cs_prev() 191 case CS_SOF: /* SOF. */ in cs_prev()
|
H A D | v_sentence.c | 200 * Historic vi permitted the user to hit SOF repeatedly. in v_sentenceb() 243 if (cs.cs_flags == CS_SOF) /* SOF is a movement sink. */ in v_sentenceb()
|
H A D | v_ulcase.c | 57 /* SOF is an error, EOF is an infinite count sink. */ in v_ulcase()
|
H A D | v_section.c | 220 * If moving backward, reached SOF, which is a movement sink. in v_sectionb()
|
H A D | vs_smap.c | 917 * The ^B and ^U commands move the cursor towards SOF in vs_sm_down() 1150 goto sof; in vs_sm_position() 1153 sof: msgq(sp, M_BERR, "220|Movement past the end-of-screen"); in vs_sm_position()
|
H A D | v_word.c | 498 /* If we didn't move, we must be at SOF. */ in bword()
|
/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/llvm-project/lldb/source/Plugins/Language/ObjC/ |
H A D | CoreMedia.cpp | 80 stream.Printf("%" PRId64 " third%sof a second", value, in CMTimeSummaryProvider() 84 stream.Printf("%" PRId64 " %" PRId32 "th%sof a second", value, timescale, in CMTimeSummaryProvider()
|
/freebsd/sys/dev/usb/controller/ |
H A D | uss820dci.h | 138 #define USS820_SOFH_SOFDIS 0x08 /* SOF Pin Output Disable */ 140 #define USS820_SOFH_SOFIE 0x20 /* SOF Interrupt Enable */ 142 #define USS820_SOFH_SOFACK 0x80 /* SOF Token Received Without Error */
|
H A D | dwc_otg.c | 562 /* In device mode we don't use the SOF interrupt */ in dwc_otg_enable_sof_irq() 565 /* Ensure the SOF interrupt is not disabled */ in dwc_otg_enable_sof_irq() 567 /* Check if the SOF interrupt is already enabled */ in dwc_otg_enable_sof_irq() 1637 /* send after next SOF event */ in dwc_otg_host_data_rx() 2042 /* send after next SOF event */ in dwc_otg_host_data_tx() 2440 /* enable SOF interrupt, which will poll jobs */ in dwc_otg_timer() 2654 DPRINTFN(12, "SOF interrupt #%d, needsof=%d\n", in dwc_otg_update_host_transfer_schedule_locked() 2657 /* update SOF IRQ mask */ in dwc_otg_update_host_transfer_schedule_locked() 2670 /* clear need SOF flag */ in dwc_otg_update_host_transfer_schedule_locked() 2928 /* Disable SOF interrup in dwc_otg_interrupt() [all...] |
H A D | avr32dci.h | 66 #define AVR32_TSTSOFCNT 0xD0 /* Test SOF Counter */
|
H A D | ehcireg.h | 44 #define PCI_EHCI_FLADJ 0x61 /* RW Frame len adj, SOF=59488+6*fladj */
|
H A D | uhci.c | 375 /* set default SOF value */ in uhci_reset() 709 "flbase=%08x, sof=%04x, portsc1=%04x, portsc2=%04x\n", in uhci_dumpregs() 2330 * Before we do anything, turn on SOF messages on the USB in uhci_portreset() 3123 * WARNING: Some FULL speed USB devices require periodic SOF in uhci_set_hw_power()
|
/freebsd/share/doc/psd/21.ipc/ |
H A D | spell.ok | 95 SOF
|
/freebsd/sys/contrib/device-tree/Bindings/display/mediatek/ |
H A D | mediatek,mutex.yaml | 15 Start Of Frame (SOF) / End Of Frame (EOF) to each sub-modules on the display
|
/freebsd/contrib/tcpdump/ |
H A D | print-ether.c | 497 * pseudo-header, a 7-byte Ethernet preamble, and a 1-byte Ethernet SOF 507 * preamble, and SOF. in netanalyzer_transparent_if_print() 512 /* Skip the pseudo-header, preamble, and SOF. */ in netanalyzer_transparent_if_print()
|
/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_ioctl.h | 332 uint8_t sof; /*<< SOF value */ member
|
/freebsd/sys/contrib/device-tree/Bindings/soc/mediatek/ |
H A D | mediatek,mutex.yaml | 15 Start Of Frame (SOF) / End Of Frame (EOF) to each sub-modules on the display
|
/freebsd/sys/dev/alc/ |
H A D | if_alcreg.h | 655 * Size = tx-packet(1522) + IPG(12) + SOF(8) + 64(Pause) + IPG(12) + SOF(8) +
|
/freebsd/sys/contrib/device-tree/Bindings/usb/ |
H A D | qcom,dwc3.yaml | 86 - mock_utmi:: Mock utmi clock needed for ITP/SOF generation in host
|
H A D | snps,dwc3.yaml | 259 When set, run the SOF/ITP counter based on ref_clk.
|
/freebsd/usr.bin/systat/ |
H A D | systat.1 | 401 interrupts (`Int'), network software interrupts (`Sof'), and page
|
/freebsd/sys/dev/e1000/ |
H A D | e1000_82543.c | 513 * <Preamble><SOF><Op Code><Phy Addr><Offset> in e1000_read_phy_reg_82543() 569 * <Preamble><SOF><Op Code><Phy Addr><Reg Addr><Turnaround><Data>. in e1000_write_phy_reg_82543()
|