Home
last modified time | relevance | path

Searched refs:ev_type (Results 1 – 25 of 39) sorted by relevance

12

/netbsd-src/sys/kern/
H A Dsubr_evcnt.c185 ev->ev_type = type; in evcnt_attach_dynamic_nozero()
233 evs->ev_type = ev->ev_type; in sysctl_fillevcnt()
295 if (filter != EVCNT_TYPE_ANY && filter != ev->ev_type) in sysctl_doevcnt()
/netbsd-src/external/bsd/wpa/dist/src/wps/
H A Dwps_upnp.h32 void *priv, enum upnp_wps_wlanevent_type ev_type,
46 enum upnp_wps_wlanevent_type ev_type,
/netbsd-src/sys/sys/
H A Devcnt.h91 unsigned char ev_type; /* counter type; see below */ member
130 .ev_type = type, \
/netbsd-src/external/mpl/bind/dist/lib/isc/include/isc/
H A Devent.h
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Devent.h34 isc_eventtype_t ev_type; \
64 (event)->ev_type = (ty); \
/netbsd-src/external/mpl/bind/dist/tests/isc/
H A Dtimer_test.c
H A Dtask_test.c
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Dbyaddr.c152 REQUIRE(event->ev_type == DNS_EVENT_LOOKUPDONE); in lookup_done()
176 REQUIRE(event->ev_type == DNS_EVENT_BYADDRDONE); in bevent_destroy()
H A Drequest.c1170 INSIST(event->ev_type == DNS_EVENT_REQUESTCONTROL); in do_cancel()
1297 REQUIRE(event->ev_type == ISC_SOCKEVENT_CONNECT); in req_connected()
1338 REQUIRE(event->ev_type == ISC_SOCKEVENT_SENDDONE); in req_senddone()
1375 REQUIRE(event->ev_type == DNS_EVENT_DISPATCH); in req_response()
1414 isc_eventtype_t ev_type = event->ev_type; in req_timeout() local
1425 if (ev_type == ISC_TIMEREVENT_TICK && request->udpcount-- != 0) { in req_timeout()
H A Dlookup.c69 REQUIRE(event->ev_type == DNS_EVENT_FETCHDONE); in fetch_done()
337 REQUIRE(event->ev_type == DNS_EVENT_LOOKUPDONE); in levent_destroy()
H A Dvalidator.c228 val->event->ev_type = DNS_EVENT_VALIDATORDONE; in validator_done()
391 INSIST(event->ev_type == DNS_EVENT_FETCHDONE); in fetch_callback_dnskey()
490 INSIST(event->ev_type == DNS_EVENT_FETCHDONE); in fetch_callback_ds()
649 INSIST(event->ev_type == DNS_EVENT_VALIDATORDONE); in validator_callback_dnskey()
719 INSIST(event->ev_type == DNS_EVENT_VALIDATORDONE); in validator_callback_ds()
792 INSIST(event->ev_type == DNS_EVENT_VALIDATORDONE); in validator_callback_cname()
849 INSIST(event->ev_type == DNS_EVENT_VALIDATORDONE); in validator_callback_nsec()
3027 REQUIRE(event->ev_type == DNS_EVENT_VALIDATORSTART); in validator_start()
H A Dcache.c690 INSIST(event->ev_type == DNS_EVENT_CACHEOVERMEM); in overmem_cleaning_action()
741 INSIST(event->ev_type == DNS_EVENT_CACHECLEAN); in incremental_cleaning_action()
1040 INSIST(event->ev_type == ISC_TASKEVENT_SHUTDOWN); in cleaner_shutdown_action()
H A Dxfrin.c1037 INSIST(event->ev_type == ISC_SOCKEVENT_CONNECT); in xfrin_connect_done()
1258 INSIST(event->ev_type == ISC_SOCKEVENT_SENDDONE); in xfrin_send_done()
1287 INSIST(ev->ev_type == DNS_EVENT_TCPMSG); in xfrin_recv_done()
H A Dclient.c674 REQUIRE(event->ev_type == DNS_EVENT_FETCHDONE); in fetch_done()
1493 REQUIRE(event->ev_type == DNS_EVENT_REQUESTDONE); in request_done()
1532 REQUIRE(event->ev_type == DNS_EVENT_CLIENTREQDONE); in localrequest_done()
1849 REQUIRE(event->ev_type == DNS_EVENT_REQUESTDONE); in update_done()
2173 REQUIRE(event->ev_type == DNS_EVENT_REQUESTDONE); in receive_soa()
H A Dresolver.c1780 if (event->ev_type == DNS_EVENT_TRYSTALE) { in fctx_sendevents()
1969 if (event->ev_type == ISC_SOCKEVENT_CONNECT) { in process_sendevent()
1996 REQUIRE(event->ev_type == ISC_SOCKEVENT_CONNECT); in resquery_udpconnected()
2013 REQUIRE(event->ev_type == ISC_SOCKEVENT_SENDDONE); in resquery_senddone()
3112 REQUIRE(event->ev_type == ISC_SOCKEVENT_CONNECT); in resquery_connected()
3294 if (event->ev_type == DNS_EVENT_ADBMOREADDRESSES) { in fctx_finddone()
4477 REQUIRE(event->ev_type == DNS_EVENT_FETCHDONE); in resume_qmin()
4749 if (event->ev_type == ISC_TIMEREVENT_LIFE) { in fctx_timeout()
4809 if (event->ev_type != ISC_TIMEREVENT_LIFE) { in fctx_timeout_try_stale()
4823 if (dns_event->ev_type != DNS_EVENT_TRYSTALE) { in fctx_timeout_try_stale()
[all …]
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Dbyaddr.c
H A Dlookup.c
H A Dvalidator.c
H A Dcache.c
/netbsd-src/sys/dev/sysmon/
H A Dsysmon_envsys_events.c864 int ev_type) in sysmon_envsys_sensor_event() argument
872 if (ev_type == 0 || in sysmon_envsys_sensor_event()
873 ev_type == see->see_type) { in sysmon_envsys_sensor_event()
875 if (ev_type != 0) in sysmon_envsys_sensor_event()
/netbsd-src/sys/ddb/
H A Ddb_command.c1182 if (ev.ev_type == EVCNT_TYPE_INTR && !showintr) in db_event_print_cmd()
1184 if (ev.ev_type == EVCNT_TYPE_TRAP && !showtrap) in db_event_print_cmd()
1186 if (ev.ev_type == EVCNT_TYPE_MISC && !showmisc) in db_event_print_cmd()
1189 db_printf("evcnt type %d: %s ", ev.ev_type, buf); in db_event_print_cmd()
/netbsd-src/external/mpl/bind/dist/lib/isc/
H A Dtask.c
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/
H A Dtask.c424 REQUIRE(event->ev_type > 0); in task_send()
562 if (event->ev_type >= first && event->ev_type <= last && in dequeue_events()
/netbsd-src/usr.bin/vmstat/
H A Dvmstat.c1388 (evs->ev_type < __arraycount(evtypes) ? in doevcnt()
1389 evtypes[evs->ev_type] : "?")); in doevcnt()
1416 if (type != EVCNT_TYPE_ANY && evcnt.ev_type != type) in doevcnt()
1431 (evcnt.ev_type < __arraycount(evtypes) ? in doevcnt()
1432 evtypes[evcnt.ev_type] : "?")); in doevcnt()
/netbsd-src/external/mpl/bind/dist/lib/ns/
H A Dupdate.c

12