Searched refs:PAUSE (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/contrib/ipfilter/ipsend/
H A Diptests.c90 # define PAUSE() ts.tv_sec = 0; ts.tv_nsec = 10000000; \ macro
93 # define PAUSE() tv.tv_sec = 0; tv.tv_usec = 10000; \ macro
143 PAUSE();
159 PAUSE();
176 PAUSE();
192 PAUSE();
212 PAUSE();
224 PAUSE();
243 PAUSE();
255 PAUSE();
[all...]
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Ddotwait.mk6 PAUSE= sleep 1 macro
36 @echo ${PARALLEL_TARG}; ${PAUSE}; echo ${PARALLEL_TARG}
38 @echo ${PARALLEL_TARG}; ${PAUSE}; echo ${PARALLEL_TARG}
/freebsd-11-stable/sys/dev/aic7xxx/
H A Dahc_eisa.c76 bus_space_write_1(tag, bsh, HCNTRL, hcntrl | PAUSE);
77 while ((bus_space_read_1(tag, bsh, HCNTRL) & PAUSE) == 0)
H A Dahc_isa.c165 bus_space_write_1(tag, bsh, HCNTRL, hcntrl | PAUSE);
166 while ((bus_space_read_1(tag, bsh, HCNTRL) & PAUSE) == 0)
H A Daic7xxx_inline.h76 return ((ahc_inb(ahc, HCNTRL) & PAUSE) != 0);
H A Daic79xx_inline.h179 return ((ahd_inb(ahd, HCNTRL) & PAUSE) != 0);
H A Daic79xx_pci.c497 ahd_outb(ahd, HCNTRL, hcntrl|PAUSE);
H A Daic7xxx_pci.c1304 ahc_outb(ahc, HCNTRL, hcntrl|PAUSE);
H A Daic7xxx_reg.h1507 #define PAUSE 0x04 macro
H A Daic79xx_reg.h2461 #define PAUSE 0x04 macro
H A Daic7xxx.c3963 ahc->pause = ahc->unpause | PAUSE;
H A Daic79xx.c5328 ahd->pause = PAUSE;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86IndirectThunks.cpp254 // speculating as fast as possible. On Intel processors, the PAUSE instruction
256 // processors, the PAUSE instruction is (essentially) a nop, so we also use an
261 BuildMI(CaptureSpec, DebugLoc(), TII->get(X86::PAUSE));
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_cd.h360 #define PAUSE 0x4b /* cdrom pause in 'play audio' mode */ macro
H A Dscsi_cd.c3542 scsi_cmd->op_code = PAUSE;

Completed in 427 milliseconds