/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Signal/ |
H A D | Signal.c | 2 Implementation of the signal and raise functions as declared in <signal.h>. 19 #include <signal.h> 22 /** The signal function associates a "signal handler" with a signal number. 24 The signal function chooses one of three ways in which receipt of the 25 signal number, sig, is to be subsequently handled. If the value of func 26 is SIG_DFL, default handling for that signal will occur. If the value of 27 func is SIG_IGN, the signal wil 44 signal(int sig, __sighandler_t *func) function [all...] |
/vbox/src/VBox/ValidationKit/testboxscript/ |
H A D | testboxtasks.py | 36 import signal; namespace 520 os.killpg(iProcGroup, signal.SIGTERM); # pylint: disable=E1101 536 os.killpg(iProcGroup, signal.SIGKILL); # pylint: disable=E1101
|
/vbox/src/VBox/ValidationKit/common/ |
H A D | utils.py | 53 import signal; namespace 457 os.kill(uPid, signal.SIGINT); 476 os.kill(uPid, signal.SIGUSR1); # pylint: disable=E1101 502 os.kill(uPid, signal.SIGTERM); 517 os.kill(uPid, signal.SIGKILL); # pylint: disable=E1101 539 This will only work if we can signal/open the process.
|
/vbox/src/VBox/ValidationKit/testdriver/ |
H A D | base.py | 36 import signal namespace 192 os.kill(uPid, signal.SIGINT); 212 os.kill(uPid, signal.SIGUSR1); # pylint: disable=E1101 229 os.kill(uPid, signal.SIGTERM); 245 os.kill(uPid, signal.SIGKILL); # pylint: disable=E1101 267 This will only work if we can signal/open the process. 469 Resets the task signal, internal use only. 480 Poll the signal status of the task.
|
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/ |
H A D | net80211.h | 420 * average signal intensity as the real hardware at a 479 /** No signal strength information supported */ 489 /** Maximum signal in arbitrary cases 1025 * We need to keep track of the signal strength for management 1028 * Since we can't extend io_buffer to store signal, this field 1030 * contain that signal strength field. Its entries always 1039 * mgmt_queue (and their signal strengths added to 1066 /** MAC address of the strongest-signal access point for this ESSID */ 1070 int signal; member in struct:net80211_wlan 1130 int *signal ); [all...] |
/vbox/src/VBox/Additions/x11/x11include/libdrm-2.4.13/ |
H A D | via_drm.h | 245 uint32_t signal; member in struct:drm_via_wait_irq_request
|
H A D | xf86drm.h | 277 DRM_VBLANK_SIGNAL = 0x40000000 /* Send signal instead of blocking */ 283 unsigned long signal; member in struct:_drmVBlankReq
|
H A D | drm.h | 535 _DRM_VBLANK_SIGNAL = 0x40000000 /**< Send signal instead of blocking */ 545 unsigned long signal; member in struct:drm_wait_vblank_request
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
H A D | xf86drm.h | 255 DRM_VBLANK_SIGNAL = 0x40000000 /* Send signal instead of blocking */ 261 unsigned long signal; member in struct:_drmVBlankReq
|
/vbox/src/VBox/Devices/PC/ipxe/src/net/80211/ |
H A D | net80211.c | 53 * This is used to keep beacon signal strengths in a parallel queue to 57 int signal; member in struct:net80211_rx_info 171 struct io_buffer *iob, int signal ); 182 struct io_buffer *iob, int signal ); 204 * greatest signal strength. 659 * @ret signal Signal strength of returned management frame 669 int *signal ) 676 if ( signal ) 677 *signal = rxi->signal; 1367 int signal; local 2689 net80211_rx( struct net80211_device *dev, struct io_buffer *iob, int signal, u16 rate ) argument [all...] |
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/ |
H A D | xf86drm.h | 235 DRM_VBLANK_SIGNAL = 0x40000000 /* Send signal instead of blocking */ 241 unsigned long signal; member in struct:_drmVBlankReq
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/ |
H A D | xf86drm.h | 255 DRM_VBLANK_SIGNAL = 0x40000000 /* Send signal instead of blocking */ 261 unsigned long signal; member in struct:_drmVBlankReq
|
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Enquire/ |
H A D | Enquire.c | 31 //#define NO_SIG 1 // Compiler doesn't support signal() or setjmp/longjmp() 222 signal(), or setjmp/longjmp() -DNO_SIG 286 You may possibly need to add some calls to signal() for other sorts of 323 are catchable with signal(). 326 "Unexpected signal at point x"), this often turns out to be a bug in the 493 Added FPE signal checks: thanks Leonid A. Broukhis 498 Added signal catching to the malloc part 614 #include <signal.h> /* if this fails, define NO_SIG */ 618 //#include <signal.h> /* if this fails, define NO_SIG */ 730 #ifdef NO_SIG /* There's no signal(), o 741 Void signal(int i, void (*p)()) {} function [all...] |
/vbox/src/VBox/Additions/solaris/DRM/include/ |
H A D | drm.h | 639 _DRM_VBLANK_SIGNAL = 0x40000000 /**< Send signal instead of blocking */ 649 unsigned long signal; member in struct:drm_wait_vblank_request
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/ |
H A D | server_protocol.h | 429 obj_handle_t signal; member in struct:__anon14199::__anon14201 1999 int signal; member in struct:send_console_signal_request
|
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ |
H A D | hfa384x.h | 1704 UINT8 signal; member in struct:hfa384x_rx_frame 2615 int scanflag; /* to signal scan comlete */
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/ |
H A D | server_protocol.h | 996 obj_handle_t signal; member in struct:select_request 1823 int signal; member in struct:send_console_signal_request
|