wait              789 altq/altq_subr.c 		static int	wait;
wait              797 altq/altq_subr.c 		(void)tsleep(&wait, PWAIT | PCATCH, "init_machclk", timo);
wait              979 arch/i386/i386/esm.c     int wait)
wait              981 arch/i386/i386/esm.c 	unsigned int		count = wait ? 0 : 0xfffff;
wait              993 arch/i386/i386/esm.c     size_t resplen, int wait, int step)
wait             1004 arch/i386/i386/esm.c 		    0, wait) != 0)
wait             1021 arch/i386/i386/esm.c 		    ESM2_TC_EC2HDB, wait) != 0)
wait             1046 arch/i386/i386/esm.c     struct esm_smb_resp *resp, int wait, int step)
wait             1053 arch/i386/i386/esm.c 	    sizeof(resp->hdr) + req->h_rxlen, wait, step);
wait             2942 arch/i386/i386/pmap.c 	int wait = 0;
wait             2950 arch/i386/i386/pmap.c 		wait++;
wait             2953 arch/i386/i386/pmap.c 	if (wait > 0) {
wait             2956 arch/i386/i386/pmap.c 		while (i486_atomic_cas_int(&tlb_shoot_wait, 0, wait) != 0) {
wait             2979 arch/i386/i386/pmap.c 	int wait = 0;
wait             2988 arch/i386/i386/pmap.c 		wait++;
wait             2991 arch/i386/i386/pmap.c 	if (wait > 0) {
wait             2994 arch/i386/i386/pmap.c 		while (i486_atomic_cas_int(&tlb_shoot_wait, 0, wait) != 0) {
wait             3019 arch/i386/i386/pmap.c 	int wait = 0;
wait             3026 arch/i386/i386/pmap.c 		wait++;
wait             3029 arch/i386/i386/pmap.c 	if (wait) {
wait             3032 arch/i386/i386/pmap.c 		while (i486_atomic_cas_int(&tlb_shoot_wait, 0, wait) != 0) {
wait              346 dev/eisa/aha1742.c 	int wait = 300;	/* 1ms should be enough */
wait              348 dev/eisa/aha1742.c 	while (--wait) {
wait              354 dev/eisa/aha1742.c 	if (!wait) {
wait              402 dev/eisa/aha1742.c 	int wait = 100;	/* 1 ms enough? */
wait              404 dev/eisa/aha1742.c 	while (--wait) {
wait              410 dev/eisa/aha1742.c 	if (!wait) {
wait              835 dev/eisa/aha1742.c 	int wait = 1000;	/* 1 sec enough? */
wait              849 dev/eisa/aha1742.c 	while (--wait) {
wait              854 dev/eisa/aha1742.c 	if (!wait) {
wait             2123 dev/ic/acx.c   acx_newbuf(struct acx_softc *sc, struct acx_rxbuf *rb, int wait)
wait             2133 dev/ic/acx.c   	MGETHDR(m, wait ? M_WAITOK : M_DONTWAIT, MT_DATA);
wait             2137 dev/ic/acx.c   	MCLGET(m, wait ? M_WAITOK : M_DONTWAIT);
wait             2146 dev/ic/acx.c   	    wait ? BUS_DMA_WAITOK : BUS_DMA_NOWAIT);
wait             5031 dev/ic/aic79xx.c 	u_int		 wait;
wait             5047 dev/ic/aic79xx.c 	wait = 1000;
wait             5048 dev/ic/aic79xx.c 	while (--wait && !(ahd_inb(ahd, MDFFSTAT) & FIFOFREE))
wait             5050 dev/ic/aic79xx.c 	if (wait == 0) {
wait             5480 dev/ic/aic79xx.c 	int	 wait;
wait             5518 dev/ic/aic79xx.c 	wait = 1000;
wait             5521 dev/ic/aic79xx.c 	} while (--wait && !(ahd_inb(ahd, HCNTRL) & CHIPRSTACK));
wait             5523 dev/ic/aic79xx.c 	if (wait == 0) {
wait             6376 dev/ic/aic79xx.c 	u_int	 wait;
wait             6420 dev/ic/aic79xx.c 	for (wait = 10000;
wait             6421 dev/ic/aic79xx.c 	     (ahd_inb(ahd, SBLKCTL) & (ENAB40|ENAB20)) == 0 && wait;
wait             6422 dev/ic/aic79xx.c 	     wait--)
wait              521 dev/ic/aic79xx_openbsd.c ahd_poll(struct ahd_softc *ahd, int wait)
wait              523 dev/ic/aic79xx_openbsd.c 	while (--wait) {
wait              529 dev/ic/aic79xx_openbsd.c 	if (wait == 0) {
wait              831 dev/ic/aic7xxx.c 				int wait;
wait              841 dev/ic/aic7xxx.c 				wait = 5000;
wait              842 dev/ic/aic7xxx.c 				while (--wait != 0) {
wait              850 dev/ic/aic7xxx.c 				if (wait == 0) {
wait             4066 dev/ic/aic7xxx.c 	int	wait;
wait             4097 dev/ic/aic7xxx.c 	wait = 1000;
wait             4100 dev/ic/aic7xxx.c 	} while (--wait && !(ahc_inb(ahc, HCNTRL) & CHIPRSTACK));
wait             4102 dev/ic/aic7xxx.c 	if (wait == 0) {
wait             4672 dev/ic/aic7xxx.c 		int wait;
wait             4681 dev/ic/aic7xxx.c 		for (wait = 5000;
wait             4682 dev/ic/aic7xxx.c 		     (ahc_inb(ahc, SBLKCTL) & (ENAB40|ENAB20)) == 0 && wait;
wait             4683 dev/ic/aic7xxx.c 		     wait--)
wait              555 dev/ic/aic7xxx_openbsd.c ahc_poll(struct ahc_softc *ahc, int wait)
wait              557 dev/ic/aic7xxx_openbsd.c 	while (--wait) {
wait              563 dev/ic/aic7xxx_openbsd.c 	if (wait == 0) {
wait              670 dev/ic/aic7xxx_seeprom.c 	int wait;
wait              684 dev/ic/aic7xxx_seeprom.c 	wait = 1000;  /* 1 second timeout in msec */
wait              685 dev/ic/aic7xxx_seeprom.c 	while (--wait && ((SEEPROM_STATUS_INB(sd) & sd->sd_RDY) == 0)) {
wait              194 dev/ic/bha.c   	int wait;
wait              209 dev/ic/bha.c   		wait = 90 * 20000;
wait              212 dev/ic/bha.c   		wait = 1 * 20000;
wait              247 dev/ic/bha.c   		for (i = wait; i; i--) {
wait              266 dev/ic/bha.c   		for (i = wait; i; i--) {
wait              108 dev/ic/ciss.c  int	ciss_cmd(struct ciss_ccb *ccb, int flags, int wait);
wait              480 dev/ic/ciss.c  ciss_cmd(struct ciss_ccb *ccb, int flags, int wait)
wait              536 dev/ic/ciss.c  	if ((wait & (SCSI_POLL|SCSI_NOSLEEP)) == (SCSI_POLL|SCSI_NOSLEEP))
wait              545 dev/ic/ciss.c  	if (wait & SCSI_POLL) {
wait              557 dev/ic/ciss.c  			if (!(wait & SCSI_NOSLEEP)) {
wait              607 dev/ic/ciss.c  	if ((wait & (SCSI_POLL|SCSI_NOSLEEP)) == (SCSI_POLL|SCSI_NOSLEEP))
wait             1288 dev/ic/ciss.c  ciss_pdid(struct ciss_softc *sc, u_int8_t drv, struct ciss_pdid *id, int wait)
wait             1312 dev/ic/ciss.c  	return ciss_cmd(ccb, BUS_DMA_NOWAIT, wait);
wait              767 dev/ic/ncr53c9x.c 	int s, wait = 0;
wait              770 dev/ic/ncr53c9x.c 		wait = PR_WAITOK;
wait              773 dev/ic/ncr53c9x.c 	ecb = (struct ncr53c9x_ecb *)pool_get(&ecb_pool, wait);
wait             2707 dev/ic/ncr53c9x.c 		struct timeval wait, cur;
wait             2709 dev/ic/ncr53c9x.c 		microtime(&wait);
wait             2710 dev/ic/ncr53c9x.c 		wait.tv_usec += 50/sc->sc_freq;
wait             2711 dev/ic/ncr53c9x.c 		if (wait.tv_usec > 1000000) {
wait             2712 dev/ic/ncr53c9x.c 			wait.tv_sec++;
wait             2713 dev/ic/ncr53c9x.c 			wait.tv_usec -= 1000000;
wait             2719 dev/ic/ncr53c9x.c 		} while (timercmp(&cur, &wait, <=));
wait               80 dev/ic/twe.c   int  twe_cmd(struct twe_ccb *ccb, int flags, int wait);
wait               81 dev/ic/twe.c   int  twe_start(struct twe_ccb *ccb, int wait);
wait              484 dev/ic/twe.c   twe_cmd(ccb, flags, wait)
wait              486 dev/ic/twe.c   	int flags, wait;
wait              581 dev/ic/twe.c   	if ((error = twe_start(ccb, wait))) {
wait              593 dev/ic/twe.c   	return wait? twe_complete(ccb) : 0;
wait              597 dev/ic/twe.c   twe_start(ccb, wait)
wait              599 dev/ic/twe.c   	int wait;
wait              608 dev/ic/twe.c   	if (!wait) {
wait              792 dev/ic/twe.c   	int error, op, flags, wait;
wait              918 dev/ic/twe.c   		wait = xs->flags & SCSI_POLL;
wait              920 dev/ic/twe.c   			wait |= SCSI_POLL;
wait              923 dev/ic/twe.c   		    BUS_DMA_NOWAIT : BUS_DMA_WAITOK), wait))) {
wait              938 dev/ic/twe.c   		if (wait & SCSI_POLL)
wait              221 dev/isa/aha.c  	int wait;
wait              235 dev/isa/aha.c  		wait = 15 * 20000;
wait              238 dev/isa/aha.c  		wait = 1 * 20000;
wait              272 dev/isa/aha.c  		for (i = wait; i; i--) {
wait              292 dev/isa/aha.c  		for (i = wait; i; i--) {
wait              618 dev/isa/aha.c  	int error, wait, state = 0;
wait              623 dev/isa/aha.c  	wait = (flags & SCSI_NOSLEEP) ? BUS_DMA_NOWAIT : BUS_DMA_WAITOK;
wait              626 dev/isa/aha.c  	    MAXPHYS, 0, wait | BUS_DMA_ALLOCNOW, &ccb->dmam);
wait              633 dev/isa/aha.c  	    0, wait | BUS_DMA_ALLOCNOW, &ccb->ccb_dmam);
wait              277 dev/midi.c     			timeout_add(&sc->timeo, sc->wait);
wait              470 dev/midi.c     	tsleep(&sc->wchan, PWAIT|PCATCH, "mid_cl", 2 * sc->wait);
wait              491 dev/midi.c     	sc->wait = (hz * MIDI_MAXWRITE) /  MIDI_RATE;
wait              492 dev/midi.c     	if (sc->wait == 0) 
wait              493 dev/midi.c     		sc->wait = 1;
wait               88 dev/midivar.h  	unsigned	    wait;		/* see midi_out_do */
wait             1481 dev/pci/eso.c  	int error, wait;
wait             1483 dev/pci/eso.c  	wait = (flags & M_NOWAIT) ? BUS_DMA_NOWAIT : BUS_DMA_WAITOK;
wait             1488 dev/pci/eso.c  	    &ed->ed_nsegs, wait);
wait             1493 dev/pci/eso.c  	    ed->ed_size, &ed->ed_addr, wait | BUS_DMA_COHERENT);
wait             1498 dev/pci/eso.c  	    wait, &ed->ed_map);
wait             1503 dev/pci/eso.c  	    ed->ed_size, NULL, wait);
wait             1250 dev/pci/if_myx.c myx_getbuf(struct myx_softc *sc, bus_dmamap_t map, int wait)
wait             1254 dev/pci/if_myx.c 	MGETHDR(m, wait ? M_WAIT : M_DONTWAIT, MT_DATA);
wait             1258 dev/pci/if_myx.c 	MCLGET(m, wait ? M_WAIT : M_DONTWAIT);
wait             1264 dev/pci/if_myx.c 	    wait ? BUS_DMA_WAITOK : BUS_DMA_NOWAIT) != 0) {
wait             1487 dev/pci/if_san_xilinx.c xilinx_init_rx_dev_fifo(sdla_t *card, xilinx_softc_t *sc, unsigned char wait)
wait             1508 dev/pci/if_san_xilinx.c 	if (wait == WP_WAIT) {
wait             1536 dev/pci/if_san_xilinx.c xilinx_init_tx_dev_fifo(sdla_t *card, xilinx_softc_t *sc, unsigned char wait)
wait             1556 dev/pci/if_san_xilinx.c 	if (wait == WP_WAIT) {
wait             1264 dev/pci/if_tht.c tht_rxf_fill(struct tht_softc *sc, int wait)
wait             1282 dev/pci/if_tht.c 		MGETHDR(m, wait ? M_WAIT : M_DONTWAIT, MT_DATA);
wait             1286 dev/pci/if_tht.c 		MCLGET(m, wait ? M_WAIT : M_DONTWAIT);
wait             1295 dev/pci/if_tht.c 		    wait ? BUS_DMA_WAITOK : BUS_DMA_NOWAIT) != 0)
wait             1564 dev/pci/if_txp.c txp_command(sc, id, in1, in2, in3, out1, out2, out3, wait)
wait             1568 dev/pci/if_txp.c 	int wait;
wait             1572 dev/pci/if_txp.c 	if (txp_command2(sc, id, in1, in2, in3, NULL, 0, &rsp, wait))
wait             1575 dev/pci/if_txp.c 	if (!wait)
wait             1589 dev/pci/if_txp.c txp_command2(sc, id, in1, in2, in3, in_extp, in_extn, rspp, wait)
wait             1596 dev/pci/if_txp.c 	int wait;
wait             1621 dev/pci/if_txp.c 	    (wait ? CMD_FLAGS_RESP : 0) | CMD_FLAGS_VALID;
wait             1642 dev/pci/if_txp.c 	if (!wait)
wait              771 dev/usb/umidi.c 		jack->wait = 0;
wait             1198 dev/usb/umidi.c 		if (j->wait == 0) {
wait             1199 dev/usb/umidi.c 			j->wait = 1;
wait             1224 dev/usb/umidi.c 	if (j->wait == 0) {
wait             1225 dev/usb/umidi.c 		j->wait = 1;		
wait             1315 dev/usb/umidi.c 		j->wait = 0;
wait               79 dev/usb/umidivar.h 	unsigned 		wait;
wait              112 kern/kern_malloc_debug.c 	int s, wait = (flags & M_NOWAIT) == 0;
wait              128 kern/kern_malloc_debug.c 		debug_malloc_allocate_free(wait);
wait              231 kern/kern_malloc_debug.c debug_malloc_allocate_free(int wait)
wait              239 kern/kern_malloc_debug.c 	md = pool_get(&debug_malloc_pool, wait ? PR_WAITOK : PR_NOWAIT);
wait              244 kern/kern_malloc_debug.c 	    UVM_KMF_VALLOC | (wait ? 0: UVM_KMF_NOWAIT));
wait              261 kern/kern_malloc_debug.c 		if (wait == 0) {
wait             1640 kern/tty.c     ttycheckoutq(struct tty *tp, int wait)
wait             1646 kern/tty.c     	oldsig = wait ? curproc->p_siglist : 0;
wait             1650 kern/tty.c     			if (wait == 0 || curproc->p_siglist != oldsig) {
wait              319 kern/uipc_mbuf.c m_copym(struct mbuf *m, int off, int len, int wait)
wait              321 kern/uipc_mbuf.c 	return m_copym0(m, off, len, wait, 0);	/* shallow copy on M_EXT */
wait              329 kern/uipc_mbuf.c m_copym2(struct mbuf *m, int off, int len, int wait)
wait              331 kern/uipc_mbuf.c 	return m_copym0(m, off, len, wait, 1);	/* deep copy */
wait              335 kern/uipc_mbuf.c m_copym0(struct mbuf *m, int off, int len, int wait, int deep)
wait              361 kern/uipc_mbuf.c 		MGET(n, wait, m->m_type);
wait              382 kern/uipc_mbuf.c 				MCLGET(n, wait);
wait              773 kern/uipc_mbuf.c m_inject(struct mbuf *m0, int len0, int siz, int wait)
wait              794 kern/uipc_mbuf.c 	        n2 = m_copym2(m, len, remain, wait);
wait              799 kern/uipc_mbuf.c 	MGET(n, wait, MT_DATA);
wait              829 kern/uipc_mbuf.c m_split(struct mbuf *m0, int len0, int wait)
wait              840 kern/uipc_mbuf.c 		MGETHDR(n, wait, m0->m_type);
wait              852 kern/uipc_mbuf.c 			n->m_next = m_split(m, len, wait);
wait              866 kern/uipc_mbuf.c 		MGET(n, wait, m->m_type);
wait              225 kern/uipc_mbuf2.c m_dup1(struct mbuf *m, int off, int len, int wait)
wait              233 kern/uipc_mbuf2.c 		MGETHDR(n, wait, m->m_type);
wait              239 kern/uipc_mbuf2.c 		MGET(n, wait, m->m_type);
wait              243 kern/uipc_mbuf2.c 		MCLGET(n, wait);
wait              260 kern/uipc_mbuf2.c m_tag_get(int type, int len, int wait)
wait              266 kern/uipc_mbuf2.c 	t = malloc(len + sizeof(struct m_tag), M_PACKET_TAGS, wait);
wait               61 netnatm/natm_pcb.c struct natmpcb *npcb_alloc(wait)
wait               63 netnatm/natm_pcb.c int wait;
wait               68 netnatm/natm_pcb.c   MALLOC(npcb, struct natmpcb *, sizeof(*npcb), M_PCB, wait);
wait               64 scsi/scsi_scanner.h 	u_int    wait:1;
wait              279 sys/tty.h      int	 ttycheckoutq(struct tty *tp, int wait);
wait              104 sys/wait.h     union wait {