OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SIGUSR1
(Results
1 - 10
of
10
) sorted by relevancy
/src/regress/sys/arch/arm/sigstackalign/
sigstackalign.c
60
if (sigaction(
SIGUSR1
, &sa, NULL) != 0)
70
kill(getpid(),
SIGUSR1
);
/src/tests/lib/libc/sys/
t_sigaction.c
63
sigaction(
SIGUSR1
, &sa, NULL);
64
kill(getpid(),
SIGUSR1
);
101
sigaction(
SIGUSR1
, &sa, 0);
102
kill(getpid(),
SIGUSR1
);
t_sigaltstack.c
81
sigaction(
SIGUSR1
, &sa, NULL);
86
kill(getpid(),
SIGUSR1
);
/src/tests/dev/sysmon/
t_swwdog.c
54
assert(sig ==
SIGUSR1
);
73
signal(
SIGUSR1
, sigcount);
116
kill(getppid(),
SIGUSR1
);
120
kill(getppid(),
SIGUSR1
);
/src/tests/lib/libpthread/
t_sigmask.c
116
ATF_REQUIRE_EQ(sigaction(
SIGUSR1
, &act, NULL), 0);
123
kill(getpid(),
SIGUSR1
);
155
kill(getpid(),
SIGUSR1
);
187
ATF_REQUIRE_EQ(sigaction(
SIGUSR1
, &act, NULL), 0);
/src/usr.sbin/rbootd/
defs.h
61
*
SIGUSR1
and SIGUSR2 are defined in <signal.h> for 4.3BSD systems.
63
#ifndef
SIGUSR1
64
#define
SIGUSR1
SIGEMT
/src/games/hunt/hunt/
hunt.c
107
static void
sigusr1
(int) __dead;
284
(void) signal(
SIGUSR1
,
sigusr1
);
496
(void) kill(getppid(),
SIGUSR1
); /* tell mom */
540
*
sigusr1
:
544
sigusr1
(int dummy __unused)
function
/src/usr.sbin/bootp/common/
bootpd.h
45
#ifndef
SIGUSR1
46
#define
SIGUSR1
30 /* From 4.3 <signal.h> */
/src/sys/sys/
signal.h
82
#define
SIGUSR1
30 /* user defined signal 1 */
/src/usr.bin/rlogin/
rlogin.c
82
#ifndef
SIGUSR1
83
#define
SIGUSR1
30
249
/* will use
SIGUSR1
for window size hack, so hold it off */
252
sigaddset(&imask,
SIGUSR1
);
255
* We set SIGURG and
SIGUSR1
below so that an
263
(void)sigaction(
SIGUSR1
, &sa, NULL);
333
* signals to the child. We can now unblock SIGURG and
SIGUSR1
615
(void)kill(ppid,
SIGUSR1
);
Completed in 23 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026