Home
last modified time | relevance | path

Searched refs:bd_state (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bpf/
H A Dbpf.c549 if (d->bd_state == BPF_WAITING) in bpfclose()
551 d->bd_state = BPF_IDLE; in bpfclose()
605 if (d->bd_state == BPF_WAITING) in bpfread()
607 timed_out = (d->bd_state == BPF_TIMED_OUT); in bpfread()
608 d->bd_state = BPF_IDLE; in bpfread()
700 if (d->bd_state == BPF_WAITING) { in bpf_timed_out()
701 d->bd_state = BPF_TIMED_OUT; in bpf_timed_out()
847 if (d->bd_state == BPF_WAITING) in bpfioctl()
849 d->bd_state = BPF_IDLE; in bpfioctl()
1439 if (d->bd_rtout > 0 && d->bd_state == BPF_IDLE) { in bpfchpoll()
[all …]
/illumos-gate/usr/src/uts/common/io/blkdev/
H A Dblkdev.c344 static void *bd_state; variable
364 ddi_soft_state_fini(&bd_state); in _init()
374 ddi_soft_state_fini(&bd_state); in _init()
388 ddi_soft_state_fini(&bd_state); in _fini()
411 bd = ddi_get_soft_state(bd_state, inst); in bd_getinfo()
683 bd = ddi_get_soft_state(bd_state, inst); in bd_attach()
717 ddi_soft_state_free(bd_state, inst); in bd_attach()
909 ddi_soft_state_free(bd_state, inst); in bd_attach()
953 ddi_soft_state_free(bd_state, ddi_get_instance(dip)); in bd_detach()
1164 if ((bd = ddi_get_soft_state(bd_state, inst)) == NULL) { in bd_open()
[all …]
/illumos-gate/usr/src/uts/common/io/bpf/net/
H A Dbpfdesc.h143 uchar_t bd_state; /* idle, waiting, or timed out */ member