OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:otherpid
(Results
1 - 2
of
2
) sorted by relevancy
/src/dist/pf/usr.sbin/authpf/
authpf.c
198
int save_errno,
otherpid
= -1;
local in function:main
218
if (fscanf(pidfp, "%d\n%31s\n", &
otherpid
, otherluser) != 2)
219
otherpid
= -1;
221
pidfile,
otherpid
, strerror(save_errno));
223
if (
otherpid
> 0) {
226
otherpid
, ipsrc, otherluser);
227
if (kill((pid_t)
otherpid
, SIGTERM) == -1) {
230
otherpid
);
241
otherpid
);
authpf.c
198
int save_errno,
otherpid
= -1;
local in function:main
218
if (fscanf(pidfp, "%d\n%31s\n", &
otherpid
, otherluser) != 2)
219
otherpid
= -1;
221
pidfile,
otherpid
, strerror(save_errno));
223
if (
otherpid
> 0) {
226
otherpid
, ipsrc, otherluser);
227
if (kill((pid_t)
otherpid
, SIGTERM) == -1) {
230
otherpid
);
241
otherpid
);
Completed in 22 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025