Searched refs:tun_sigio (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sys/net/
H A Dif_tun.c94 struct sigio *tun_sigio; /* information for async I/O */ member in struct:tun_softc
351 if (tp->tun_flags & TUN_ASYNC && tp->tun_sigio) {
353 pgsigio(&tp->tun_sigio, SIGIO, 0);
489 funsetown(&tp->tun_sigio);
776 return (fsetown(*(int *)data, &tp->tun_sigio));
779 *(int *)data = fgetown(&tp->tun_sigio);
784 return (fsetown(-(*(int *)data), &tp->tun_sigio));
788 *(int *)data = -fgetown(&tp->tun_sigio);

Completed in 155 milliseconds