HomeSort by: relevance | last modified time | path
    Searched defs:timed_out (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
siisata.c 674 bool timed_out; local in function:siisata_reset_drive
700 timed_out = true;
704 timed_out = false;
730 if (timed_out) {
801 bool timed_out; local in function:siisata_probe_drive
832 timed_out = 1;
836 timed_out = 0;
842 if (timed_out) {
857 timed_out = 1;
862 timed_out = 0
    [all...]
  /src/sys/net/
bpf.c 698 int timed_out; local in function:bpf_read
717 timed_out = (d->bd_state == BPF_TIMED_OUT);
736 if ((d->bd_immediate || timed_out) && d->bd_slen != 0) {

Completed in 14 milliseconds