Searched refs:do_notify (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/osfmk/kern/
H A Dcoalition.c489 boolean_t do_notify = FALSE; local
503 do_notify = TRUE;
510 if (do_notify) {
639 boolean_t do_notify = FALSE; local
655 do_notify = TRUE;
662 if (do_notify) {
/xnu-2782.1.97/bsd/miscfs/devfs/
H A Ddevfs_tree.c812 int do_notify = 0; local
830 do_notify = 1;
839 do_notify = 0;
845 do_notify = 1;
850 if (do_notify != 0) {
866 if (do_notify != 0) {
874 if (do_notify != 0) {
891 if (do_notify != 0) {
899 if (do_notify != 0) {
/xnu-2782.1.97/bsd/netinet6/
H A Din6_pcb.c927 goto do_notify;
936 do_notify:

Completed in 32 milliseconds