OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sighup
(Results
1 - 6
of
6
) sorted by relevancy
/src/usr.sbin/puffs/mount_psshfs/
psshfs.c
77
static int
sighup
;
variable
136
sighup
= 1;
322
signal(
SIGHUP
, takehup);
497
if (
sighup
) {
499
sighup
= 0;
/src/usr.sbin/rwhod/
rwhod.c
108
static void
sighup
(int);
185
(void)signal(
SIGHUP
,
sighup
);
255
sighup
(int signo __unused)
function
/src/share/examples/refuse/fanoutfs/
fanoutfs.c
96
sighup
(int n)
function
606
(void) signal(
SIGHUP
,
sighup
);
/src/usr.bin/usbhidaction/
usbhidaction.c
80
sighup
(int sig)
function
171
(void)signal(
SIGHUP
,
sighup
);
/src/sbin/mount_portal/
puffs_portal.c
78
sighup
(int sig)
function
456
if (signal(
SIGHUP
,
sighup
) == SIG_ERR)
457
warn("cannot set
sighup
handler");
/src/games/sail/
sync.c
319
sig_t
sighup
, sigint;
local
331
sighup
= signal(
SIGHUP
, SIG_IGN);
420
signal(
SIGHUP
,
sighup
);
Completed in 23 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026