Home
last modified time | relevance | path

Searched refs:FILTER_ACTIVE (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.1.9/osfmk/ipc/
H A Dipc_pset.c341 FILTER_ACTIVE : 0; in filt_pset_filter_result()
371 result = FILTER_ACTIVE; in filt_port_filter_result()
910 return FILTER_ACTIVE; in filt_psetevent()
1007 int result = FILTER_ACTIVE; in filt_machportprocess()
1017 return FILTER_ACTIVE | FILTER_RESET_EVENT_QOS; in filt_machportprocess()
/xnu-12377.1.9/bsd/kern/
H A Dkern_event.c842 if (!dropping && (result & FILTER_ACTIVE)) { in knote_post()
1597 knote_activate(kq, kn, FILTER_ACTIVE); in filt_timerexpire()
1747 return FILTER_ACTIVE; in filt_timerattach()
1811 return FILTER_ACTIVE | FILTER_UPDATE_REQ_QOS; in filt_timertouch()
1921 return FILTER_ACTIVE; in filt_timerprocess()
1939 kn->kn_hook32 = FILTER_ACTIVE; in filt_userattach()
1970 kn->kn_hook32 = FILTER_ACTIVE; in filt_usertouch()
2514 return result | FILTER_ACTIVE; in filt_wlattach()
2756 result |= FILTER_ACTIVE; in filt_wltouch()
2811 knote_activate(kqwl, kn, FILTER_ACTIVE); in filt_wlprocess()
[all …]
H A Dkern_aio.c2536 activate = FILTER_ACTIVE; in filt_aioevent()
2573 res = FILTER_ACTIVE; in filt_aioprocess()
/xnu-12377.1.9/bsd/miscfs/specfs/
H A Dspec_vnops.c3029 ret = FILTER_ACTIVE; in filt_spec_common()
3035 ret = FILTER_ACTIVE; in filt_spec_common()
3069 ret = FILTER_ACTIVE; in filt_spec_common()
3084 ret = FILTER_ACTIVE; in filt_spec_common()
3138 return FILTER_ACTIVE; in filt_specevent()
/xnu-12377.1.9/bsd/sys/
H A Devent_private.h817 #define FILTER_ACTIVE 0x00000001 macro
/xnu-12377.1.9/osfmk/kern/
H A Dexclaves_resource.c1617 return FILTER_ACTIVE; in filt_exclaves_notification_event()
1636 result = FILTER_ACTIVE; in filt_exclaves_notification_touch()
1656 result = FILTER_ACTIVE; in filt_exclaves_notification_process()