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

/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/
H A Dtty.c357 add_notifier(&pidchange, maybe_relock, 0);
861 add_notifier(&sigreceived, stop_charshunt, 0);
H A Dpppd.h419 void add_notifier __P((struct notifier **, notify_func, void *));
H A Dmain.c1699 * add_notifier - add a new function to be called when something happens.
1702 add_notifier(notif, func, arg) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppoecd/
H A Dpppd.h419 #define add_notifier(a,b) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/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 194 milliseconds