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

/freebsd-10-stable/contrib/libpcap/
H A Dpcap-int.h265 int activated; /* true if the capture is really started */ member in struct:pcap
H A Dsavefile.c337 p->activated = 1;
H A Dpcap.c442 * an activated pcap_t to point to a routine that returns
443 * a "this isn't activated" error.
521 if (p->activated) {
523 " operation on activated capture");
615 * Catch attempts to re-activate an already-activated
625 p->activated = 1;
1375 return("The pcap_t has not been activated");
1378 return ("The setting can't be changed after the pcap_t is activated");
1647 p->activated = 1;
H A Dsf-pcap.c530 * If this pcap_t hasn't been activated, it doesn't have a
533 if (!p->activated) {
535 "%s: not-yet-activated pcap_t passed to pcap_dump_open",
H A Dgencode.c439 * If this pcap_t hasn't been activated, it doesn't have a
442 if (!p->activated) {
444 "not-yet-activated pcap_t passed to pcap_compile");
/freebsd-10-stable/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-10-stable/sys/ofed/drivers/net/mlx4/
H A Den_netdev.c105 u8 activated; /* Used to prevent expiry before filter member in struct:mlx4_en_filter
181 filter->activated = 0;
196 filter->activated = 1;
378 if (filter->activated &&

Completed in 242 milliseconds