Home | Sort by: relevance | last modified time | path |
/src/lib/libtelnet/ | |
enc_des.c | 70 int need_start; member in struct:fb 199 fbp->need_start = 1; 403 if (fbp->need_start) { 404 fbp->need_start = 0; |
/src/sys/arch/arm/xscale/ | |
pxa2x0_dmac.c | 905 int s, timeout, need_start = 0; local in function:pxa2x0_dmac_abort_xfer 958 need_start = 1; 980 need_start = 1; 987 if (need_start) |
/src/sys/dev/pci/ | |
mpii.c | 2114 bool need_start; local in function:mpii_event_done 2118 need_start = (SIMPLEQ_FIRST(&sc->sc_evt_ack_queue) == 0); 2120 if (need_start) |