nowait            661 dev/ic/adw.c   	int             s, fromqueue = 1, dontqueue = 0, nowait = 0, retry = 0;
nowait            677 dev/ic/adw.c   		nowait = 1;
nowait            716 dev/ic/adw.c   	if (nowait)
nowait           1350 dev/ic/ami.c       size_t len, int read, int nowait)
nowait           1358 dev/ic/ami.c   		    nowait ? BUS_DMA_NOWAIT : BUS_DMA_WAITOK);
nowait            159 kern/uipc_mbuf.c m_get(int nowait, int type)
nowait            165 kern/uipc_mbuf.c 	m = pool_get(&mbpool, nowait == M_WAIT ? PR_WAITOK|PR_LIMITFAIL : 0);
nowait            179 kern/uipc_mbuf.c m_gethdr(int nowait, int type)
nowait            185 kern/uipc_mbuf.c 	m = pool_get(&mbpool, nowait == M_WAIT ? PR_WAITOK|PR_LIMITFAIL : 0);
nowait            208 kern/uipc_mbuf.c m_getclr(int nowait, int type)
nowait            212 kern/uipc_mbuf.c 	MGET(m, nowait, type);