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

/freebsd-11-stable/sys/arm/nvidia/drm2/
H A Dtegra_host1x.c90 int activated; member in struct:client_info
141 if (entry->activated)
151 entry->activated = 1;
172 if (!entry->activated)
181 entry->activated = 0;
392 entry->activated = 0;
412 if (entry->activated)
414 "activated client");
/freebsd-11-stable/contrib/libpcap/
H A Dpcap.c192 if (pcap->activated) {
200 "This handle hasn't been activated yet");
2191 * an activated pcap_t to point to a routine that returns
2192 * a "this isn't activated" error.
2306 * If pcap_setnonblock() is called on a not-yet-activated
2308 * on non-blocking mode when activated.
2344 if (p->activated) {
2346 " operation on activated capture");
2518 * Catch attempts to re-activate an already-activated
2544 p->activated
[all...]
H A Dpcap-int.h206 int activated; /* true if the capture is really started */ member in struct:pcap
H A Dsavefile.c478 p->activated = 1;
H A Dsf-pcap.c792 * If this pcap_t hasn't been activated, it doesn't have a
795 if (!p->activated) {
797 "%s: not-yet-activated pcap_t passed to pcap_dump_open",
H A Dpcap-rpcap.c2299 fp->activated = 1;
H A Dgencode.c720 * If this pcap_t hasn't been activated, it doesn't have a
723 if (!p->activated) {
725 "not-yet-activated pcap_t passed to pcap_compile");
/freebsd-11-stable/lib/libthread_db/
H A Dlibpthread_db.c341 int activated, ret; local
345 pserr = ps_pread(ta->ph, ta->thread_activated_addr, &activated,
349 if (!activated)
/freebsd-11-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_netdev.c106 u8 activated; /* Used to prevent expiry before filter member in struct:mlx4_en_filter
182 filter->activated = 0;
197 filter->activated = 1;
377 if (filter->activated &&

Completed in 246 milliseconds