Home
last modified time | relevance | path

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

/xnu-11215/bsd/miscfs/devfs/
H A Ddevfs_tree.c807 int do_notify = 0; in devfs_remove() local
825 do_notify = 1; in devfs_remove()
834 do_notify = 0; in devfs_remove()
840 do_notify = 1; in devfs_remove()
845 if (do_notify != 0) { in devfs_remove()
860 if (do_notify != 0) { in devfs_remove()
868 if (do_notify != 0) { in devfs_remove()
885 if (do_notify != 0) { in devfs_remove()
893 if (do_notify != 0) { in devfs_remove()
/xnu-11215/osfmk/kern/
H A Dcoalition.c1899 boolean_t do_notify = FALSE; in coalition_remove_active() local
1914 do_notify = coal->should_notify; in coalition_remove_active()
1916 do_notify = TRUE; in coalition_remove_active()
1931 cid, coal_type_str(ct), rc, ac, do_notify ? " NOTIFY" : " "); in coalition_remove_active()
1933 if (do_notify) { in coalition_remove_active()
2187 boolean_t do_notify = FALSE; in coalition_request_terminate_internal() local
2205 do_notify = coal->should_notify; in coalition_request_terminate_internal()
2207 do_notify = TRUE; in coalition_request_terminate_internal()
2215 if (do_notify) { in coalition_request_terminate_internal()
/xnu-11215/bsd/netinet6/
H A Din6_pcb.c1204 goto do_notify; in in6_pcbnotify()
1213 do_notify: in in6_pcbnotify()