Home
last modified time | relevance | path

Searched refs:PAUSE (Results 1 – 25 of 35) sorted by relevance

12

/freebsd/sbin/ipf/ipsend/
H A Diptests.c85 # define PAUSE() ts.tv_sec = 0; ts.tv_nsec = 10000000; \ macro
88 # define PAUSE() tv.tv_sec = 0; tv.tv_usec = 10000; \ macro
134 PAUSE(); in ip_test1()
150 PAUSE(); in ip_test1()
167 PAUSE(); in ip_test1()
183 PAUSE(); in ip_test1()
203 PAUSE(); in ip_test1()
215 PAUSE(); in ip_test1()
234 PAUSE(); in ip_test1()
246 PAUSE(); in ip_test1()
[all …]
/freebsd/contrib/bmake/unit-tests/
H A Ddotwait.mk6 PAUSE= sleep 1
36 @echo ${PARALLEL_TARG}; ${PAUSE}; echo ${PARALLEL_TARG}
38 @echo ${PARALLEL_TARG}; ${PAUSE}; echo ${PARALLEL_TARG}
/freebsd/sys/contrib/libsodium/builds/msvc/build/
H A Dbuildall.bat14 PAUSE
/freebsd/sys/dev/aic7xxx/
H A Dahc_isa.c163 bus_space_write_1(tag, bsh, HCNTRL, hcntrl | PAUSE); in ahc_isa_probe()
164 while ((bus_space_read_1(tag, bsh, HCNTRL) & PAUSE) == 0) in ahc_isa_probe()
H A Daic7xxx_inline.h76 return ((ahc_inb(ahc, HCNTRL) & PAUSE) != 0); in ahc_is_paused()
H A Daic79xx_pci.c492 ahd_outb(ahd, HCNTRL, hcntrl|PAUSE); in ahd_pci_test_register_access()
H A Daic79xx_inline.h179 return ((ahd_inb(ahd, HCNTRL) & PAUSE) != 0); in ahd_is_paused()
H A Daic7xxx_reg.h1504 #define PAUSE 0x04 macro
H A Daic7xxx_pci.c1294 ahc_outb(ahc, HCNTRL, hcntrl|PAUSE); in ahc_pci_test_register_access()
H A Daic7xxx.reg762 field PAUSE 0x04
H A Daic79xx_reg.h2458 #define PAUSE 0x04 macro
/freebsd/contrib/bsddialog/utility/
H A Dutil_cli.c140 PAUSE, enumerator
264 {"pause", no_argument, NULL, PAUSE},
766 case PAUSE: in parseargs()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86IndirectThunks.cpp223 BuildMI(CaptureSpec, DebugLoc(), TII->get(X86::PAUSE)); in populateThunk()
H A DX86ScheduleZnver1.td747 // PAUSE.
748 def : InstRW<[WriteMicrocoded], (instrs PAUSE)>;
H A DX86ScheduleZnver2.td757 // PAUSE.
758 def : InstRW<[WriteMicrocoded], (instrs PAUSE)>;
H A DX86ScheduleAtom.td716 def : InstRW<[AtomWrite01_17], (instrs LOOPNE, PAUSE)>;
H A DX86SchedSandyBridge.td738 def: InstRW<[SBWriteResGroup29_2], (instrs PAUSE)>;
H A DX86SchedBroadwell.td929 def: InstRW<[BWWriteResGroup54], (instrs PAUSE)>;
H A DX86SchedSkylakeClient.td912 def: InstRW<[SKLWriteResGroup55], (instrs PAUSE)>;
H A DX86SchedHaswell.td1443 def: InstRW<[HWWriteResGroup99], (instrs PAUSE)>;
/freebsd/sys/contrib/device-tree/Bindings/mips/cavium/
H A Dbootbus.txt44 - cavium,t-pause: A cell specifying the PAUSE timing (in nS).
/freebsd/sys/cam/scsi/
H A Dscsi_cd.h361 #define PAUSE 0x4b /* cdrom pause in 'play audio' mode */ macro
/freebsd/sys/dev/sfxge/common/
H A Def10_phy.c58 CHECK_CAP(PAUSE); in mcdi_phy_decode_cap()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsScheduleP5600.td81 TTLTIU, WAIT, PAUSE)>;
H A DMipsScheduleGeneric.td456 def : InstRW<[GenericWriteCOP0], (instrs EHB, PAUSE, WAIT)>;

12