Searched refs:alive (Results 1 - 17 of 17) sorted by relevance

/freebsd-11-stable/usr.sbin/ppp/
H A Dradius.h79 } alive; member in struct:radius
H A Dradius.c1338 timer_Stop(&bundle->radius.alive.timer);
1339 bundle->radius.alive.timer.load = bundle->radius.alive.interval * SECTICKS;
1340 if (bundle->radius.alive.timer.load) {
1343 timer_Start(&bundle->radius.alive.timer);
1350 if (*bundle->radius.cfg.file && bundle->radius.alive.interval) {
1351 bundle->radius.alive.timer.func = radius_alive;
1352 bundle->radius.alive.timer.name = "radius alive";
1353 bundle->radius.alive
[all...]
H A Dbundle.h34 #define PHASE_NETWORK 3 /* We're alive ! */
130 struct filter alive; /* keep-alive packet filter */ member in struct:bundle::__anon8828
H A Dfilter.c424 else if (!strcmp(arg->argv[arg->argn], "alive"))
425 filter = &arg->bundle->filter.alive;
515 else if (!strcmp(arg->argv[arg->argn], "alive"))
516 filter = &arg->bundle->filter.alive;
527 filter[3] = &arg->bundle->filter.alive;
H A Dip.c883 FilterCheck(packet, family, &bundle->filter.alive, &alivesecs))
931 if (!FilterCheck(tun.data, af, &bundle->filter.alive, &alivesecs)) {
H A Dbundle.c875 bundle.filter.alive.name = "ALIVE";
876 bundle.filter.alive.logok = 1;
883 bundle.filter.alive.rule[i].f_action = A_NONE;
1868 filter_AdjustAddr(&bundle->filter.alive, local, remote, NULL);
1879 filter_AdjustAddr(&bundle->filter.alive, NULL, NULL, dns);
H A Dipv6cp.c450 if (!FilterCheck(MBUF_CTOP(bp), AF_INET6, &bundle->filter.alive,
H A Dcommand.c991 "packet filters", "show filter [in|out|dial|alive]", NULL},
2049 log_Printf(LogWARN, "Too many RADIUS alive interval values\n");
2052 log_Printf(LogWARN, "Too few RADIUS alive interval values\n");
2055 arg->bundle->radius.alive.interval = atoi(argp);
2056 if (arg->bundle->radius.alive.interval && !*arg->bundle->radius.cfg.file) {
2060 if (arg->bundle->radius.alive.interval)
2402 "packet filters", "set filter alive|dial|in|out rule-no permit|deny "
2450 "Raduis alive interval", "set rad_alive value",
H A Dipcp.c1471 if (!FilterCheck(MBUF_CTOP(bp), AF_INET, &bundle->filter.alive,
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cpp123 uptr *alive) {
127 if (alive) *alive = alive_threads_;
152 Printf("race: limit on %u simultaneously alive goroutines is exceeded,"
122 GetNumberOfThreads(uptr *total, uptr *running, uptr *alive) argument
H A Dsanitizer_thread_registry.h94 uptr *alive = nullptr);
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipnat.c398 void dotable(nsp, fd, alive, which, side)
400 int fd, alive, which;
428 if (alive) {
469 void dostats(fd, nsp, opts, alive, filter)
471 int fd, opts, alive, *filter;
478 dotable(nsp, fd, alive, 0, "in");
481 dotable(nsp, fd, alive, 1, "out");
513 if (alive)
/freebsd-11-stable/sys/fs/nandfs/
H A Dnandfs_cleaner.c190 int alive; local
192 alive = bdesc->bd_oblocknr == bdesc->bd_blocknr;
193 if (!alive)
196 return (alive);
433 "alive %d\n", vipi->nvi_ino, vipi->nvi_vblocknr,
438 "alive %d\n", bdpi->bd_oblocknr, bdpi->bd_blocknr,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DLiveVariables.cpp120 bool alive = false; local
122 alive |= liveBindings.contains(BD);
123 return alive;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProgram.inc207 // c strings we pass to it stay alive until the call to posix_spawn,
/freebsd-11-stable/sys/dev/firewire/
H A Dsbp.c695 int i, alive; local
697 alive = SBP_FWDEV_ALIVE(target->fwdev);
701 (!alive) ? " not " : "");
711 if (alive && (sdev->status != SBP_DEV_DEAD)) {
790 int i, alive; local
828 alive = SBP_FWDEV_ALIVE(fwdev); local
837 if (alive) {
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp550 // threads can be still alive here, although being about to be terminated. The
556 // Let's check that there are no other alive threads registered with the OMP
572 int alive = __kmp_is_thread_alive(th, &exit_val); local
573 if (alive) {
606 // When FreeLibrary() is called, worker threads remain alive. So they will
624 // - alive foreign thread prevented __kmpc_end from doing cleanup.
5783 than one thread alive */
5953 // 2009-09-08 (lev): Other alive roots found. Why do we kill the monitor??
5978 // there can be uber threads alive here
6342 // Check whether it alive o
[all...]

Completed in 313 milliseconds