OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sigalarm
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.sbin/rpc.lockd/
lockd.c
90
struct sigaction sigchild,
sigalarm
;
local in function:main
209
sigalarm
.sa_handler = sigalarm_handler;
210
(void)sigemptyset(&
sigalarm
.sa_mask);
211
sigalarm
.sa_flags = SA_RESETHAND; /* should only happen once */
212
sigalarm
.sa_flags |= SA_RESTART;
213
if (sigaction(SIGALRM, &
sigalarm
, NULL) != 0) {
lockd.c
90
struct sigaction sigchild,
sigalarm
;
local in function:main
209
sigalarm
.sa_handler = sigalarm_handler;
210
(void)sigemptyset(&
sigalarm
.sa_mask);
211
sigalarm
.sa_flags = SA_RESETHAND; /* should only happen once */
212
sigalarm
.sa_flags |= SA_RESTART;
213
if (sigaction(SIGALRM, &
sigalarm
, NULL) != 0) {
lockd.c
90
struct sigaction sigchild,
sigalarm
;
local in function:main
209
sigalarm
.sa_handler = sigalarm_handler;
210
(void)sigemptyset(&
sigalarm
.sa_mask);
211
sigalarm
.sa_flags = SA_RESETHAND; /* should only happen once */
212
sigalarm
.sa_flags |= SA_RESTART;
213
if (sigaction(SIGALRM, &
sigalarm
, NULL) != 0) {
Completed in 36 milliseconds
Indexes created Mon Sep 29 15:09:53 GMT 2025