/external/dhcpcd/ |
D | arp.c | 234 state->probes = 0; in send_arp_announce() 271 if (state->probes == 0) { in send_arp_probe() 279 if (++state->probes < PROBE_NUM) { in send_arp_probe() 288 state->probes = 0; in send_arp_probe() 298 iface->name, state->probes ? state->probes : PROBE_NUM, PROBE_NUM, in send_arp_probe() 307 iface->state->probes = 0; in start_arping()
|
D | dhcpcd.h | 77 int probes; member
|
D | ipv4ll.c | 92 iface->state->probes = 0; in start_ipv4ll()
|
D | dhcpcd.c | 649 state->probes = 0; in handle_dhcp()
|
/external/linux-tools-perf/src/tools/perf/Documentation/ |
D | perf-probe.txt | 99 --max-probes:: 126 …lative-line number from function entry line, and '%return' means that it probes function return. A… 183 this will add one or more probes which has the name start with "schedule". 185 Add probes on lines in schedule() function which calls update_rq_clock(). 191 Delete all probes on schedule(). 195 Add probes at zfree() function on /bin/zsh 199 Add probes at malloc() function on libc
|
/external/toybox/toys/pending/ |
D | modprobe.c | 32 struct arg_list *probes; in GLOBALS() 255 for (temp = TT.probes; temp; temp = temp->next) { in config_action() 400 llist_add_tail(&TT.probes, mod); in add_mod() 537 if (!TT.probes) { in modprobe_main() 546 while ((module = llist_popme(&TT.probes))) { in modprobe_main()
|
/external/libnl/lib/route/ |
D | neightbl.c | 661 void rtnl_neightbl_set_app_probes(struct rtnl_neightbl *ntbl, int probes) in rtnl_neightbl_set_app_probes() argument 663 ntbl->nt_parms.ntp_app_probes = probes; in rtnl_neightbl_set_app_probes() 673 void rtnl_neightbl_set_ucast_probes(struct rtnl_neightbl *ntbl, int probes) in rtnl_neightbl_set_ucast_probes() argument 675 ntbl->nt_parms.ntp_ucast_probes = probes; in rtnl_neightbl_set_ucast_probes() 685 void rtnl_neightbl_set_mcast_probes(struct rtnl_neightbl *ntbl, int probes) in rtnl_neightbl_set_mcast_probes() argument 687 ntbl->nt_parms.ntp_mcast_probes = probes; in rtnl_neightbl_set_mcast_probes()
|
D | neigh.c | 238 __ADD(NEIGH_ATTR_PROBES, probes)
|
/external/selinux/libselinux/src/ |
D | avc.c | 378 int *probes) in avc_search_node() argument 399 if (probes) in avc_search_node() 400 *probes = tprobes; in avc_search_node() 428 int probes, rc = 0; in avc_lookup() local 431 node = avc_search_node(ssid, tsid, tclass, &probes); in avc_lookup() 435 avc_cache_stats_add(cav_probes, probes); in avc_lookup()
|
/external/libselinux/src/ |
D | avc.c | 338 int *probes) in avc_search_node() argument 359 if (probes) in avc_search_node() 360 *probes = tprobes; in avc_search_node() 388 int probes, rc = 0; in avc_lookup() local 391 node = avc_search_node(ssid, tsid, tclass, &probes); in avc_lookup() 395 avc_cache_stats_add(cav_probes, probes); in avc_lookup()
|
/external/libcap-ng/libcap-ng-0.7/ |
D | README | 8 will do the wrong thing when the capng_init function probes the kernel
|
/external/iptables/extensions/ |
D | libipt_REJECT.man | 29 (113/tcp) probes which frequently occur when sending mail to broken mail
|
D | libip6t_REJECT.man | 30 (113/tcp) probes which frequently occur when sending mail to broken mail
|
/external/iputils/doc/ |
D | arping.sgml | 154 probes are answered.
|
D | ping.sgml | 80 Do not allow <command/ping/ to change source address of probes. 420 probes are answered or for some error notification from network.
|
/external/llvm/docs/ |
D | Extensions.rst | 200 The reference implementation (Microsoft Visual Studio 2012) emits stack probes
|
/external/llvm/test/CodeGen/Thumb2/ |
D | 2009-09-01-PostRAProlog.ll | 11 @.str3 = private constant [54 x i8] c"Using %d transposition table entries with %d probes.\0A\00", …
|
/external/toybox/generated/ |
D | globals.h | 631 struct arg_list *probes; member
|
/external/iproute2/misc/ |
D | ss.c | 443 int probes; member 1225 &s.timer, &s.timeout, &s.retrs, &s.uid, &s.probes, &s.ino, in tcp_show_line() 1256 s.timer != 1 ? s.probes : s.retrs); in tcp_show_line()
|
/external/libpcap/doc/ |
D | pcap.txt | 1388 collected from RMON or Netflow probes, or from other network
|
/external/libvncserver/x11vnc/ |
D | RELEASE-NOTES | 705 range that probes.
|
/external/iproute2/doc/ |
D | ip-cref.tex | 3052 \# Send two probes and wait for result for 3 seconds.\\ 3297 \# Send two probes and wait for result for 3 seconds.\\
|
/external/e2fsprogs/debian/ |
D | changelog | 1252 * Improve blkid probes for LVM volumes and swap partitions
|
/external/v8/test/cctest/ |
D | test-api.cc | 21047 int probes = probes_counter - initial_probes; in StubCacheHelper() local 21056 CHECK_GE(probes, 0); in StubCacheHelper()
|
/external/e2fsprogs/ |
D | RELEASE-NOTES | 4244 which only probes newly added disk devices, and change
|