Home
last modified time | relevance | path

Searched refs:alive (Results 1 – 25 of 57) sorted by relevance

123

/freebsd/sys/contrib/device-tree/Bindings/leds/
H A Dleds-tlc591xx.txt35 alive@9 {
36 label = "wrt1900ac:green:alive";
/freebsd/usr.sbin/ppp/
H A Dradius.c1336 timer_Stop(&bundle->radius.alive.timer); in radius_alive()
1337 bundle->radius.alive.timer.load = bundle->radius.alive.interval * SECTICKS; in radius_alive()
1338 if (bundle->radius.alive.timer.load) { in radius_alive()
1341 timer_Start(&bundle->radius.alive.timer); in radius_alive()
1348 if (*bundle->radius.cfg.file && bundle->radius.alive.interval) { in radius_StartTimer()
1349 bundle->radius.alive.timer.func = radius_alive; in radius_StartTimer()
1350 bundle->radius.alive.timer.name = "radius alive"; in radius_StartTimer()
1351 bundle->radius.alive.timer.load = bundle->radius.alive.interval * SECTICKS; in radius_StartTimer()
1352 bundle->radius.alive.timer.arg = bundle; in radius_StartTimer()
1360 timer_Stop(&r->alive.timer); in radius_StopTimer()
H A Dradius.h77 } alive; member
H A Dfilter.c423 filter = &arg->bundle->filter.alive; in filter_Set()
514 filter = &arg->bundle->filter.alive; in filter_Show()
525 filter[3] = &arg->bundle->filter.alive; in filter_Show()
H A Dbundle.h128 struct filter alive; /* keep-alive packet filter */ member
H A Dbundle.c870 bundle.filter.alive.name = "ALIVE"; in bundle_Create()
871 bundle.filter.alive.logok = 1; in bundle_Create()
878 bundle.filter.alive.rule[i].f_action = A_NONE; in bundle_Create()
1863 filter_AdjustAddr(&bundle->filter.alive, local, remote, NULL); in bundle_AdjustFilters()
1874 filter_AdjustAddr(&bundle->filter.alive, NULL, NULL, dns); in bundle_AdjustDNS()
H A Dip.c885 FilterCheck(packet, family, &bundle->filter.alive, &alivesecs)) in PacketCheck()
933 if (!FilterCheck(tun.data, af, &bundle->filter.alive, &alivesecs)) { in ip_Input()
/freebsd/sys/contrib/device-tree/Bindings/input/
H A Dcap11xx.txt72 alive@2 {
73 label = "cap11xx:green:alive";
/freebsd/share/examples/ppp/
H A Dppp.conf.sample264 # We don't want certain packets to keep our connection alive
266 set filter alive 0 deny udp src eq 520 # routed
267 set filter alive 1 deny udp dst eq 520 # routed
268 set filter alive 2 deny udp src eq 513 # rwhod
269 set filter alive 3 deny udp src eq 525 # timed
270 set filter alive 4 deny udp src eq 137 # NetBIOS name service
271 set filter alive 5 deny udp src eq 138 # NetBIOS datagram service
272 set filter alive 6 deny tcp src eq 139 # NetBIOS session service
273 set filter alive 7 deny udp dst eq 137 # NetBIOS name service
274 set filter alive 8 deny udp dst eq 138 # NetBIOS datagram service
[all …]
/freebsd/sbin/ipf/ipnat/
H A Dipnat.c391 dotable(natstat_t *nsp, int fd, int alive, int which, char *side) in dotable() argument
418 if (alive) { in dotable()
460 dostats(int fd, natstat_t *nsp, int opts, int alive, int *filter) in dostats() argument
467 dotable(nsp, fd, alive, 0, "in"); in dostats()
470 dotable(nsp, fd, alive, 1, "out"); in dostats()
502 if (alive) in dostats()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cpp123 uptr *alive) { in GetNumberOfThreads() argument
128 if (alive) *alive = alive_threads_; in GetNumberOfThreads()
H A Dsanitizer_thread_registry.h95 uptr *alive = nullptr);
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DLiveVariables.cpp73 bool alive = false; in isLive() local
75 alive |= liveBindings.contains(BD); in isLive()
80 alive |= liveDecls.contains(DD); in isLive()
81 return alive; in isLive()
/freebsd/sys/contrib/device-tree/Bindings/power/reset/
H A Dltc2952-poweroff.txt18 trigger function is ignored and the chip is kept alive
/freebsd/sys/contrib/dev/iwlwifi/
H A Diwl-context-info-gen3.h295 void iwl_pcie_ctxt_info_gen3_free(struct iwl_trans *trans, bool alive);
/freebsd/sys/contrib/dev/iwlwifi/pcie/
H A Dctxt-info-gen3.c275 void iwl_pcie_ctxt_info_gen3_free(struct iwl_trans *trans, bool alive) in iwl_pcie_ctxt_info_gen3_free()
288 if (alive) in iwl_pcie_load_payloads_continuously()
249 iwl_pcie_ctxt_info_gen3_free(struct iwl_trans * trans,bool alive) iwl_pcie_ctxt_info_gen3_free() argument
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_HTTP_REQ_CTX.pod124 It must also be used when requesting "keep-alive",
176 given by I<rctx> is still alive, i.e., has not been closed.
214 This may be omitted if the GET method is used and "keep-alive" is not requested.
H A DBIO_connect.pod54 Enables regular sending of keep-alive messages.
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-output-test-golden-lin.txt246 Expected failure #1 (in thread B, only trace B alive).
253 Expected failure #2 (in thread A, trace A & B both alive).
260 Expected failure #3 (in thread B, trace A & B both alive).
267 Expected failure #4 (in thread B, only trace A alive).
272 Expected failure #5 (in thread A, only trace A alive).
279 Expected failure #6 (in thread A, no trace alive).
/freebsd/sys/dev/firewire/
H A Dsbp.c691 int i, alive; in sbp_probe_target() local
693 alive = SBP_FWDEV_ALIVE(target->fwdev); in sbp_probe_target()
697 (!alive) ? " not " : ""); in sbp_probe_target()
707 if (alive && (sdev->status != SBP_DEV_DEAD)) { in sbp_probe_target()
786 int i, alive; in sbp_post_explore() local
824 alive = SBP_FWDEV_ALIVE(fwdev); in sbp_post_explore() local
833 if (alive) { in sbp_post_explore()
H A D00README75 whether its OS is alive or crashed or hangs up.
/freebsd/contrib/kyua/utils/process/
H A Dexecutor.ipp153 /// exit_handle provided here must remain alive throughout the existence of
/freebsd/sys/contrib/device-tree/src/arm/amlogic/
H A Dmeson8b-odroidc1.dts38 label = "c1:blue:alive";
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/
H A Dmeson-gxbb-odroidc2.dts54 label = "c2:blue:alive";
/freebsd/contrib/smbfs/
H A DHISTORY111 - Correct problem with the keep-alive packets

123