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

/freebsd-10.1-release/sys/net/
H A Dif_tapvar.h61 struct sigio *tap_sigio; /* information for async I/O */ member in struct:tap_softc
H A Dif_tap.c558 funsetown(&tp->tap_sigio);
703 if ((tp->tap_flags & TAP_ASYNC) && (tp->tap_sigio != NULL)) {
705 pgsigio(&tp->tap_sigio, SIGIO, 0);
796 return (fsetown(*(int *)data, &tp->tap_sigio));
799 *(int *)data = fgetown(&tp->tap_sigio);
804 return (fsetown(-(*(int *)data), &tp->tap_sigio));
808 *(int *)data = -fgetown(&tp->tap_sigio);

Completed in 46 milliseconds