Home
last modified time | relevance | path

Searched refs:timed_out (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/grub/grub-0.97/netboot/
H A Dns83820.c621 int timed_out = 0; in ns83820_run_bist() local
641 timed_out = 1; in ns83820_run_bist()
648 else if (timed_out) in ns83820_run_bist()
/titanic_41/usr/src/uts/common/io/bpf/
H A Dbpf.c583 int timed_out; in bpfread() local
600 timed_out = (d->bd_state == BPF_TIMED_OUT); in bpfread()
617 if ((d->bd_immediate || timed_out) && d->bd_slen != 0) { in bpfread()
/titanic_41/usr/src/uts/common/contract/
H A Ddevice.c1421 int timed_out = 0; in wait_for_acks() local
1440 timed_out = 1; in wait_for_acks()
1483 } else if (timed_out) { in wait_for_acks()
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dxec.c2362 static void timed_out(void *handle) in timed_out() function
2387 timeout = (void*)sh_timeradd(forkcnt, 0, timed_out, NIL(void*)); in _sh_fork()