Searched refs:signal (Results 1 - 25 of 25) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOSyncer.h60 virtual void signal(IOReturn res = kIOReturnSuccess,
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dcpu_internal.h48 int signal,
H A Dcpu.c82 perfCallback perfCpuSigHook; /* Pointer to CHUD cpu signal hook routine */
499 * Next we change the lock (also called "busy") to "passing" and finally signal
507 int signal,
522 if(mpproc == tpproc) return KERN_FAILURE; /* Cannot signal ourselves */
530 if(signal == SIGPwake) { /* SIGPwake can merge into all others... */
535 if((signal == SIGPast) && (tpproc->MPsigpParm0 == SIGPast)) { /* We can merge ASTs */
556 holdStat = MPsigpBusy | MPsigpPass | (MPsigpSigp << 8) | mpproc->cpu_number; /* Set up the signal status word */
557 tpproc->MPsigpParm0 = signal; /* Set message order */
577 * We wait for the signal status area to be passed to us. Then we snarf
579 * the lock and signal th
505 cpu_signal( int target, int signal, unsigned int p1, unsigned int p2) argument
[all...]
H A Dlowmem_vectors.s2648 rldicl. r0,r24,AsyMCKext+1,63 ; External signal?
/macosx-10.5.8/xnu-1228.15.4/bsd/i386/
H A DMakefile12 profile.h setjmp.h signal.h \
17 profile.h setjmp.h signal.h \
/macosx-10.5.8/xnu-1228.15.4/bsd/machine/
H A DMakefile14 setjmp.h signal.h types.h\
21 signal.h spl.h types.h \
/macosx-10.5.8/xnu-1228.15.4/bsd/ppc/
H A DMakefile12 setjmp.h signal.h \
18 signal.h \
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Daio.h40 #include <sys/signal.h>
46 * in the headers <fcntl.h>, <signal.h>, <sys/types.h>, and <time.h>.
230 * operations referenced by the aiocblist argument has completed, until a signal
H A Dparam.h126 #include <sys/signal.h>
H A Dwait.h100 * [XSI] The siginfo_t type shall be defined as described in <signal.h>
103 * symbols from <signal.h> and <sys/resource.h>
106 * inclusion of <sys/signal.h> and <sys/resource.h>, below.
116 #include <sys/signal.h> /* [XSI] for siginfo_t */
178 #define WSTOPPED 0x00000008 /* [XSI] Any child stopped by signal */
208 unsigned int w_Termsig:7, /* termination signal */
217 w_Termsig:7; /* termination signal */
228 w_Stopsig:8, /* signal that stopped us */
233 w_Stopsig:8, /* signal that stopped us */
H A Dsignal.h66 * @(#)signal.h 8.2 (Berkeley) 1/21/94
81 #include <machine/signal.h> /* sigcontext; codes for SIGILL, SIGFPE */
102 #define SIGTERM 15 /* software termination signal from kill */
104 #define SIGSTOP 17 /* sendable stop signal not from tty */
105 #define SIGTSTP 18 /* stop signal from tty */
111 #define SIGIO 23 /* input/output possible signal */
121 #define SIGUSR1 30 /* user defined signal 1 */
122 #define SIGUSR2 31 /* user defined signal 2 */
220 int si_signo; /* signal number */
222 int si_code; /* signal cod
[all...]
H A DMakefile45 select.h sem.h semaphore.h shm.h signal.h signalvar.h socket.h socketvar.h sockio.h stat.h \
81 select.h signal.h socket.h socketvar.h sockio.h stat.h \
H A Dvnode.h71 #include <sys/signal.h>
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOSyncer.cpp105 void IOSyncer::signal(IOReturn res, bool autoRelease) function in class:IOSyncer
H A DIOServicePM.cpp1154 bool signal; local
1160 signal = (!fInsertInterestSet && !fRemoveInterestSet);
1167 if (signal)
1190 bool signal; local
1196 signal = (!fRemoveInterestSet && !fInsertInterestSet);
1214 if (signal)
3977 // otherwise no need to signal the work loop.
5245 return false; // do not signal more
5249 return false; // do not signal more
/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dtests.h16 #include <signal.h> /* Install signal handlers*/
38 #include <sys/signal.h>
/macosx-10.5.8/xnu-1228.15.4/tools/tests/MMTest/
H A DMMtest.c12 #include <sys/signal.h>
494 signal(SIGINT, signal_handler);
H A DMPMMtest.c19 #include <sys/signal.h>
684 signal(SIGINT, signal_handler);
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_shutdown.c50 #include <sys/signal.h>
95 int signo; /* the signal to be posted */
H A Dkern_exec.c103 #include <sys/signal.h>
992 * Reset signal state.
1685 * us into the parent process group, and saved off the signal flags,
/macosx-10.5.8/xnu-1228.15.4/tools/lockstat/
H A Dlockstat.c4 #include <signal.h>
/macosx-10.5.8/xnu-1228.15.4/osfmk/chud/i386/
H A Dchud_osfmk_callback_i386.c442 #pragma mark **** cpu signal ****
473 * when a CHUD signal arrives from another processor.
518 // force interrupts on for a cross CPU signal.
541 * and signal target cpu.
/macosx-10.5.8/xnu-1228.15.4/osfmk/chud/ppc/
H A Dchud_osfmk_callback_ppc.c387 #pragma mark **** cpu signal ****
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Dunix_signal.c43 #include <ppc/signal.h>
81 * The stack layout possibilities (info style); This needs to mach with signal trampoline code
180 * Arrange for this process to run a signal handler
565 * the signal handler, if SA_SIGINFO was specified.
596 * signal information, but the information to be passed
690 /* sendsig is called with signal lock held */
698 * System call to cleanup state after a signal
699 * has been taken. Reset signal mask and
855 * of a mach exception to a unix signal and code.
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_vfsops.c78 #include <sys/signal.h>

Completed in 375 milliseconds