Searched refs:on_exit (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Datexit.c1 /* Wrapper to implement ANSI C's atexit using SunOS's on_exit. */
9 /* If the system doesn't provide a definition for atexit, use on_exit
11 on_exit (f, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Datexit.c1 /* Wrapper to implement ANSI C's atexit using SunOS's on_exit. */
9 /* If the system doesn't provide a definition for atexit, use on_exit
11 on_exit (f, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/core/
H A D_msg_sm.h97 msg_onexit on_exit; /* called when RMS_EXIT is received */ member in struct:msg_mgr
117 void *arg; /* Handle passed to mgr on_exit callback */
H A Dmsg_sm.c73 msg_mgr_obj->on_exit = msg_callback;
H A Dio_sm.c1261 (*hmsg_mgr->on_exit) ((void *)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A DmissFuncs.c380 return on_exit( (void(*)(int,void*)) function, 0);
H A Dconfigure5665 strcasecmp strncasecmp strnlen atexit on_exit getpass memmove \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dtty_io.c743 * @on_exit: true if exiting so need to "hang up" the session
754 * The argument on_exit is set to 1 if called when a process is
766 void disassociate_ctty(int on_exit) argument
777 if (on_exit) {
782 } else if (on_exit) {
789 kill_pgrp(old_pgrp, SIGHUP, on_exit);
790 kill_pgrp(old_pgrp, SIGCONT, on_exit);
796 kill_pgrp(tty_pgrp, SIGHUP, on_exit);
797 if (!on_exit)
798 kill_pgrp(tty_pgrp, SIGCONT, on_exit);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/src/
H A Dg10lib.h223 #define atexit(a) (on_exit((a),0))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dg10lib.h223 #define atexit(a) (on_exit((a),0))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Damd5536udc.c139 static DECLARE_COMPLETION(on_exit);
1771 complete(&on_exit);
3101 wait_for_completion(&on_exit);

Completed in 72 milliseconds