Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dbpfdesc.h94 struct sigio * bd_sigio; /* information for async I/O */ member
H A Dbpf.c912 funsetown(&d->bd_sigio); in bpf_dtor()
1124 if (d->bd_async && d->bd_sig && d->bd_sigio) in bpf_wakeup()
1125 pgsigio(&d->bd_sigio, d->bd_sig, 0); in bpf_wakeup()
1811 error = fsetown(*(int *)addr, &d->bd_sigio); in bpfioctl()
1816 *(int *)addr = fgetown(&d->bd_sigio); in bpfioctl()
1822 error = fsetown(-(*(int *)addr), &d->bd_sigio); in bpfioctl()
1827 *(int *)addr = -fgetown(&d->bd_sigio); in bpfioctl()
/f-stack/tools/compat/include/net/
H A Dbpfdesc.h93 struct sigio * bd_sigio; /* information for async I/O */ member