- t2ex
- bsd_source/t2ex/network/net/src_bsd/kern/kern_softint.c - 29.5KB - 916 lines
377: err_ret1:
378: softint_disestablish(softint_netisrs[NETISR_ARP]);
379: err_ret0:
- More results from kern_softint.c
- bsd_source/t2ex/network/net/src_bsd/kern/kern_timeout.c - 28.1KB - 920 lines
320: if ( error != 0 ) {
321: softint_disestablish(callout_sih);
322: return error;
- More results from kern_timeout.c
- bsd_source/t2ex/network/net/src_bsd/net/bpf.c - 56.1KB - 2,015 lines
514: seldestroy(&d->bd_sel);
515: softint_disestablish(d->bd_sih);
516: free(d, M_DEVBUF);
- bsd_source/t2ex/network/net/src_bsd/net/if_tun.c - 33.3KB - 1,241 lines
349: seldestroy(&tp->tun_wsel);
350: softint_disestablish(tp->tun_osih);
351: softint_disestablish(tp->tun_isih);
- More results from if_tun.c
- bsd_source/t2ex/network/net/src_bsd/net/rtsock.c - 49.8KB - 1,393 lines
1325:
1326: softint_disestablish(route_sih);
1327: }