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

/freebsd-10.1-release/contrib/llvm/lib/Transforms/Scalar/
H A DADCE.cpp53 SmallPtrSet<Instruction*, 128> alive; local
62 alive.insert(I.getInstructionIterator());
72 if (alive.insert(Inst))
81 if (!alive.count(I.getInstructionIterator())) {
/freebsd-10.1-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-10.1-release/share/examples/ppp/
H A Dppp.conf.sample265 # We don't want certain packets to keep our connection alive
267 set filter alive 0 deny udp src eq 520 # routed
268 set filter alive 1 deny udp dst eq 520 # routed
269 set filter alive 2 deny udp src eq 513 # rwhod
270 set filter alive 3 deny udp src eq 525 # timed
271 set filter alive 4 deny udp src eq 137 # NetBIOS name service
272 set filter alive 5 deny udp src eq 138 # NetBIOS datagram service
273 set filter alive 6 deny tcp src eq 139 # NetBIOS session service
274 set filter alive 7 deny udp dst eq 137 # NetBIOS name service
275 set filter alive
[all...]
/freebsd-10.1-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::__anon12032
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-10.1-release/contrib/ipfilter/tools/
H A Dipnat.c414 void dotable(nsp, fd, alive, which, side)
416 int fd, alive, which;
444 if (alive) {
485 void dostats(fd, nsp, opts, alive, filter)
487 int fd, opts, alive, *filter;
494 dotable(nsp, fd, alive, 0, "in");
497 dotable(nsp, fd, alive, 1, "out");
529 if (alive)
/freebsd-10.1-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-10.1-release/contrib/llvm/lib/Support/Unix/
H A DProgram.inc201 // c strings we pass to it stay alive until the call to posix_spawn,
/freebsd-10.1-release/sys/dev/firewire/
H A Dsbp.c730 int i, alive; local
732 alive = SBP_FWDEV_ALIVE(target->fwdev);
736 (!alive) ? " not " : "");
747 if (alive && (sdev->status != SBP_DEV_DEAD)) {
828 int i, alive; local
868 alive = SBP_FWDEV_ALIVE(fwdev); local
877 if (alive) {

Completed in 248 milliseconds