Home
last modified time | relevance | path

Searched refs:mallocd_svcport (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/usr.sbin/rpc.statd/
H A Dstatd.c66 static int mallocd_svcport = 0; variable
220 if (mallocd_svcport != 0 && in main()
224 mallocd_svcport = 0; in main()
238 } else if (mallocd_svcport != 0 && in main()
252 mallocd_svcport = 0; in main()
483 if (errno == EADDRINUSE && mallocd_svcport != 0) { in create_service()
499 mallocd_svcport = 1; in create_service()
/freebsd-14.2/usr.sbin/rpc.lockd/
H A Dlockd.c90 static int mallocd_svcport = 0; variable
346 if (mallocd_svcport != 0 && in main()
351 mallocd_svcport = 0; in main()
368 } else if (mallocd_svcport != 0 && in main()
385 mallocd_svcport = 0; in main()
682 if (errno == EADDRINUSE && mallocd_svcport != 0) { in create_service()
698 mallocd_svcport = 1; in create_service()
/freebsd-14.2/usr.sbin/mountd/
H A Dmountd.c298 static int mallocd_svcport = 0; variable
645 if (mallocd_svcport != 0 && in main()
650 mallocd_svcport = 0; in main()
668 } else if (mallocd_svcport != 0 && in main()
685 mallocd_svcport = 0; in main()
974 if (errno == EADDRINUSE && mallocd_svcport != 0) { in create_service()
990 mallocd_svcport = 1; in create_service()