Searched refs:waitend (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/arch/sun3/dev/
H A Dxdvar.h158 u_char waitend; /* end of queue */ member in struct:xdc_softc
H A Dxd.c111 (SC)->waitq[(SC)->waitend] = (N); \
112 (SC)->waitend = ((SC)->waitend + 1) % XDC_MAXIOPB; \
464 xdc->waithead = xdc->waitend = xdc->nwait = 0;
/netbsd-current/sys/dev/vme/
H A Dxdvar.h159 u_char waitend; /* end of queue */ member in struct:xdc_softc
H A Dxd.c99 (SC)->waitq[(SC)->waitend] = (N); \
100 (SC)->waitend = ((SC)->waitend + 1) % XDC_MAXIOPB; \
620 xdc->waithead = xdc->waitend = xdc->nwait = 0;
/netbsd-current/sys/kern/
H A Dkern_subr.c195 time_t waitend; local
252 waitend = time_uptime + ROOT_WAITTIME;
259 if (time_uptime < waitend) {

Completed in 195 milliseconds