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

/freebsd-11.0-release/contrib/libpcap/
H A Dpcap.c460 * an activated pcap_t to point to a routine that returns
461 * a "this isn't activated" error.
578 if (p->activated) {
580 " operation on activated capture");
732 * Catch attempts to re-activate an already-activated
742 p->activated = 1;
892 if (!p->activated)
900 if (!p->activated)
908 if (!p->activated)
1329 if (!p->activated)
[all...]
H A Dpcap-int.h192 int activated; /* true if the capture is really started */ member in struct:pcap
H A Dsavefile.c347 p->activated = 1;
H A Dsf-pcap.c644 * If this pcap_t hasn't been activated, it doesn't have a
647 if (!p->activated) {
649 "%s: not-yet-activated pcap_t passed to pcap_dump_open",
H A Dgencode.c425 * If this pcap_t hasn't been activated, it doesn't have a
428 if (!p->activated) {
430 "not-yet-activated pcap_t passed to pcap_compile");
/freebsd-11.0-release/lib/libthread_db/
H A Dlibpthread_db.c340 int activated, ret; local
344 pserr = ps_pread(ta->ph, ta->thread_activated_addr, &activated,
348 if (!activated)
/freebsd-11.0-release/sys/ofed/drivers/net/mlx4/
H A Den_netdev.c106 u8 activated; /* Used to prevent expiry before filter member in struct:mlx4_en_filter
182 filter->activated = 0;
197 filter->activated = 1;
378 if (filter->activated &&

Completed in 139 milliseconds