Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/channel/
H A Dchannel.c603 int event_error = 0; in filt_chtouch() local
636 &event_error, FALSE); in filt_chtouch()
640 ASSERT(event_error != 0); in filt_chtouch()
687 int event_error; in filt_chprocess() local
698 TRUE, &event_error, FALSE); in filt_chprocess()
701 ASSERT(event_error != 0); in filt_chprocess()
773 int event_error = 0; in filt_chrwattach() local
822 NULL, TRUE, &event_error, FALSE); in filt_chrwattach()
826 ASSERT(event_error != 0); in filt_chrwattach()
867 int revents, event_error = 0; in che_process_channel_event() local
[all …]