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

/freebsd-11.0-release/contrib/ofed/management/opensm/scripts/
H A Dredhat-opensm.init.in151 cnt=0; alive=0
152 while [ $cnt -lt 6 -a $alive -ne 1 ]; do
155 alive=0
158 alive=1
199 cnt=0; alive=1
200 while [ $cnt -lt 6 -a $alive -ne 0 ]; do
202 alive=0
204 if checkpid $p ; then alive=1; echo -n "-"; fi
207 sleep $alive
/freebsd-11.0-release/usr.sbin/ppp/
H A Dradius.h77 } alive; member in struct:radius
H A Dradius.c1336 timer_Stop(&bundle->radius.alive.timer);
1337 bundle->radius.alive.timer.load = bundle->radius.alive.interval * SECTICKS;
1338 if (bundle->radius.alive.timer.load) {
1341 timer_Start(&bundle->radius.alive.timer);
1348 if (*bundle->radius.cfg.file && bundle->radius.alive.interval) {
1349 bundle->radius.alive.timer.func = radius_alive;
1350 bundle->radius.alive.timer.name = "radius alive";
1351 bundle->radius.alive
[all...]
H A Dbundle.h32 #define PHASE_NETWORK 3 /* We're alive ! */
128 struct filter alive; /* keep-alive packet filter */ member in struct:bundle::__anon14033
H A Dfilter.c422 else if (!strcmp(arg->argv[arg->argn], "alive"))
423 filter = &arg->bundle->filter.alive;
513 else if (!strcmp(arg->argv[arg->argn], "alive"))
514 filter = &arg->bundle->filter.alive;
525 filter[3] = &arg->bundle->filter.alive;
H A Dip.c881 FilterCheck(packet, family, &bundle->filter.alive, &alivesecs))
929 if (!FilterCheck(tun.data, af, &bundle->filter.alive, &alivesecs)) {
H A Dbundle.c873 bundle.filter.alive.name = "ALIVE";
874 bundle.filter.alive.logok = 1;
881 bundle.filter.alive.rule[i].f_action = A_NONE;
1866 filter_AdjustAddr(&bundle->filter.alive, local, remote, NULL);
1877 filter_AdjustAddr(&bundle->filter.alive, NULL, NULL, dns);
H A Dipv6cp.c448 if (!FilterCheck(MBUF_CTOP(bp), AF_INET6, &bundle->filter.alive,
H A Dcommand.c989 "packet filters", "show filter [in|out|dial|alive]", NULL},
2047 log_Printf(LogWARN, "Too many RADIUS alive interval values\n");
2050 log_Printf(LogWARN, "Too few RADIUS alive interval values\n");
2053 arg->bundle->radius.alive.interval = atoi(argp);
2054 if (arg->bundle->radius.alive.interval && !*arg->bundle->radius.cfg.file) {
2058 if (arg->bundle->radius.alive.interval)
2400 "packet filters", "set filter alive|dial|in|out rule-no permit|deny "
2448 "Raduis alive interval", "set rad_alive value",
H A Dipcp.c1469 if (!FilterCheck(MBUF_CTOP(bp), AF_INET, &bundle->filter.alive,
/freebsd-11.0-release/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cc109 uptr *alive) {
113 if (alive) *alive = alive_threads_;
138 Printf("race: limit on %u simultaneously alive goroutines is exceeded,"
108 GetNumberOfThreads(uptr *total, uptr *running, uptr *alive) argument
H A Dsanitizer_thread_registry.h83 uptr *alive = nullptr);
/freebsd-11.0-release/contrib/ipfilter/tools/
H A Dipnat.c411 void dotable(nsp, fd, alive, which, side)
413 int fd, alive, which;
441 if (alive) {
482 void dostats(fd, nsp, opts, alive, filter)
484 int fd, opts, alive, *filter;
491 dotable(nsp, fd, alive, 0, "in");
494 dotable(nsp, fd, alive, 1, "out");
526 if (alive)
/freebsd-11.0-release/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.0-release/contrib/llvm/lib/Support/Unix/
H A DProgram.inc199 // c strings we pass to it stay alive until the call to posix_spawn,
/freebsd-11.0-release/sys/dev/firewire/
H A Dsbp.c695 int i, alive; local
697 alive = SBP_FWDEV_ALIVE(target->fwdev);
701 (!alive) ? " not " : "");
713 if (alive && (sdev->status != SBP_DEV_DEAD)) {
790 int i, alive; local
831 alive = SBP_FWDEV_ALIVE(fwdev); local
840 if (alive) {
/freebsd-11.0-release/contrib/llvm/lib/Support/Windows/
H A DPath.inc541 // alive.

Completed in 127 milliseconds