Searched refs:add_notifier (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/plugins/radius/
H A Dradattr.c48 add_notifier(&link_down_notifier, cleanup, NULL);
52 add_notifier(&exitnotify, cleanup, NULL);
H A Dradius.c160 add_notifier(&ip_up_notifier, radius_ip_up, NULL);
161 add_notifier(&ip_down_notifier, radius_ip_down, NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/drivers/
H A Dmconsole_kern.c857 static int add_notifier(void) function
864 __initcall(add_notifier); variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dpppd.h496 void add_notifier __P((struct notifier **, notify_func, void *));
H A Dtty.c402 add_notifier(&pidchange, maybe_relock, 0);
H A Dmain.c1960 * add_notifier - add a new function to be called when something happens.
1963 add_notifier(notif, func, arg) function
2001 * notify - call a set of functions registered with add_notifier.

Completed in 72 milliseconds