/external/bluetooth/glib/glib/ |
D | ghook.h | 45 typedef gboolean (*GHookFindFunc) (GHook *hook, 47 typedef void (*GHookMarshaller) (GHook *hook, 49 typedef gboolean (*GHookCheckMarshaller) (GHook *hook, 54 GHook *hook); 89 #define G_HOOK(hook) ((GHook*) (hook)) argument 90 #define G_HOOK_FLAGS(hook) (G_HOOK (hook)->flags) argument 91 #define G_HOOK_ACTIVE(hook) ((G_HOOK_FLAGS (hook) & \ argument 93 #define G_HOOK_IN_CALL(hook) ((G_HOOK_FLAGS (hook) & \ argument 95 #define G_HOOK_IS_VALID(hook) (G_HOOK (hook)->hook_id != 0 && \ argument 96 (G_HOOK_FLAGS (hook) & \ [all …]
|
/external/kernel-headers/original/linux/ |
D | netfilter.h | 64 nf_hookfn *hook; member 104 unsigned int hook; member 177 int nf_hook_slow(int pf, unsigned int hook, struct sk_buff **pskb, 188 static inline int nf_hook_thresh(int pf, unsigned int hook, in nf_hook_thresh() argument 198 if (list_empty(&nf_hooks[pf][hook])) in nf_hook_thresh() 201 return nf_hook_slow(pf, hook, pskb, indev, outdev, okfn, thresh); in nf_hook_thresh() 204 static inline int nf_hook(int pf, unsigned int hook, struct sk_buff **pskb, in nf_hook() argument 208 return nf_hook_thresh(pf, hook, pskb, indev, outdev, okfn, INT_MIN, 1); in nf_hook() 233 #define NF_HOOK_THRESH(pf, hook, skb, indev, outdev, okfn, thresh) \ argument 235 if ((__ret=nf_hook_thresh(pf, hook, &(skb), indev, outdev, okfn, thresh, 1)) == 1)\ [all …]
|
D | pci.h | 752 void (*hook)(struct pci_dev *dev); member 763 #define DECLARE_PCI_FIXUP_SECTION(section, name, vendor, device, hook) \ argument 765 __attribute__((__section__(#section))) = { vendor, device, hook }; 766 #define DECLARE_PCI_FIXUP_EARLY(vendor, device, hook) \ argument 768 vendor##device##hook, vendor, device, hook) 769 #define DECLARE_PCI_FIXUP_HEADER(vendor, device, hook) \ argument 771 vendor##device##hook, vendor, device, hook) 772 #define DECLARE_PCI_FIXUP_FINAL(vendor, device, hook) \ argument 774 vendor##device##hook, vendor, device, hook) 775 #define DECLARE_PCI_FIXUP_ENABLE(vendor, device, hook) \ argument [all …]
|
D | netfilter_ipv6.h | 76 extern unsigned int nf_ip6_checksum(struct sk_buff *skb, unsigned int hook,
|
D | netfilter_ipv4.h | 82 extern unsigned int nf_ip_checksum(struct sk_buff *skb, unsigned int hook,
|
/external/chromium/third_party/libevent/ |
D | evrpc.c | 85 struct evrpc_hook *hook; in evrpc_free() local 90 while ((hook = TAILQ_FIRST(&base->input_hooks)) != NULL) { in evrpc_free() 91 assert(evrpc_remove_hook(base, EVRPC_INPUT, hook)); in evrpc_free() 93 while ((hook = TAILQ_FIRST(&base->output_hooks)) != NULL) { in evrpc_free() 94 assert(evrpc_remove_hook(base, EVRPC_OUTPUT, hook)); in evrpc_free() 107 struct evrpc_hook *hook = NULL; in evrpc_add_hook() local 119 hook = calloc(1, sizeof(struct evrpc_hook)); in evrpc_add_hook() 120 assert(hook != NULL); in evrpc_add_hook() 122 hook->process = cb; in evrpc_add_hook() 123 hook->process_arg = cb_arg; in evrpc_add_hook() [all …]
|
/external/dhcpcd/ |
D | dhcpcd-run-hooks | 16 for hook in \ 17 /system/etc/dhcpcd/dhcpcd.enter-hook \ 19 /system/etc/dhcpcd/dhcpcd.exit-hook 22 case "${hook}" in 28 if ls "${hook}" >/dev/null 2>&1; then 29 . "${hook}"
|
D | dhcpcd-run-hooks.in | 123 for hook in \ 124 @SYSCONFDIR@/dhcpcd.enter-hook \ 126 @SYSCONFDIR@/dhcpcd.exit-hook 129 case "${hook}" in 135 if [ -f "${hook}" ]; then 136 . "${hook}"
|
/external/iproute2/tc/ |
D | m_xt.c | 125 __u32 hook = 0, index = 0; in parse_ipt() local 212 hook = NF_IP_PRE_ROUTING; in parse_ipt() 214 hook = NF_IP_POST_ROUTING; in parse_ipt() 220 fprintf(stdout, "tablename: %s hook: %s\n ", tname, ipthooks[hook]); in parse_ipt() 236 addattr_l(n, MAX_MSG, TCA_IPT_HOOK, &hook, 4); in parse_ipt() 286 __u32 hook; in print_ipt() local 287 hook = *(__u32 *) RTA_DATA(tb[TCA_IPT_HOOK]); in print_ipt() 288 fprintf(f, " hook: %s \n", ipthooks[hook]); in print_ipt()
|
D | m_xt_old.c | 216 __u32 hook = 0, index = 0; in parse_ipt() local 301 hook = NF_IP_PRE_ROUTING; in parse_ipt() 303 hook = NF_IP_POST_ROUTING; in parse_ipt() 309 fprintf(stdout, "tablename: %s hook: %s\n ", tname, ipthooks[hook]); in parse_ipt() 325 addattr_l(n, MAX_MSG, TCA_IPT_HOOK, &hook, 4); in parse_ipt() 374 __u32 hook; in print_ipt() local 375 hook = *(__u32 *) RTA_DATA(tb[TCA_IPT_HOOK]); in print_ipt() 376 fprintf(f, " hook: %s \n", ipthooks[hook]); in print_ipt()
|
D | m_ipt.c | 399 __u32 hook = 0, index = 0; in parse_ipt() local 486 hook = NF_IP_PRE_ROUTING; in parse_ipt() 488 hook = NF_IP_POST_ROUTING; in parse_ipt() 494 fprintf(stdout, "tablename: %s hook: %s\n ", tname, ipthooks[hook]); in parse_ipt() 510 addattr_l(n, MAX_MSG, TCA_IPT_HOOK, &hook, 4); in parse_ipt() 561 __u32 hook; in print_ipt() local 562 hook = *(__u32 *) RTA_DATA(tb[TCA_IPT_HOOK]); in print_ipt() 563 fprintf(f, " hook: %s \n", ipthooks[hook]); in print_ipt()
|
/external/bluetooth/glib/gobject/ |
D | gsignal.c | 193 GHook hook; member 196 #define SIGNAL_HOOK(hook) ((SignalHook*) (hook)) argument 864 GHook *hook) in signal_finalize_hook() argument 866 GDestroyNotify destroy = hook->destroy; in signal_finalize_hook() 870 hook->destroy = NULL; in signal_finalize_hook() 872 destroy (hook->data); in signal_finalize_hook() 900 GHook *hook; in g_signal_add_emission_hook() local 932 hook = g_hook_alloc (node->emission_hooks); in g_signal_add_emission_hook() 933 hook->data = hook_data; in g_signal_add_emission_hook() 934 hook->func = (gpointer) hook_func; in g_signal_add_emission_hook() [all …]
|
/external/iproute2/doc/actions/ |
D | actions-general | 78 *ingress is mapped to pre-routing hook 79 *egress is mapped to post-routing hook 175 action order 1: tablename: mangle hook: NF_IP_PRE_ROUTING 180 action order 3: tablename: mangle hook: NF_IP_PRE_ROUTING 185 action order 5: tablename: mangle hook: NF_IP_PRE_ROUTING 217 action order 1: tablename: mangle hook: NF_IP_PRE_ROUTING 224 action order 3: tablename: mangle hook: NF_IP_PRE_ROUTING 231 action order 5: tablename: mangle hook: NF_IP_PRE_ROUTING
|
/external/libpng/ |
D | Makefile.am | 125 install-data-hook: 133 install-exec-hook: 145 uninstall-hook:
|
/external/bluetooth/bluez/doc/ |
D | gtk-doc.make | 161 dist-hook: dist-check-gtkdoc dist-hook-local 173 .PHONY : dist-hook-local docs
|
/external/webkit/WebKitTools/BuildSlaveSupport/build.webkit.org-config/ |
D | README | 1 Note: This directory is *not* automatically synchronized with Subversion via a post-commit hook.
|
/external/kernel-headers/original/linux/netfilter/ |
D | x_tables.h | 297 unsigned int size, const char *table, unsigned int hook, 300 unsigned int size, const char *table, unsigned int hook,
|
/external/kernel-headers/original/linux/netfilter_ipv4/ |
D | ipt_ULOG.h | 39 unsigned int hook; member
|
D | ip_queue.h | 26 unsigned int hook; /* Netfilter hook we rode in on */ member
|
/external/iptables/include/linux/netfilter_ipv4/ |
D | ipt_ULOG.h | 44 unsigned int hook; member
|
/external/dhcpcd/dhcpcd-hooks/ |
D | 90-NetworkManager | 2 # NOTE: NetworkManager will override the script dhcpcd calls, so this hook
|
/external/elfutils/ |
D | Makefile.am | 27 distcheck-hook:
|
/external/iptables/include/libipq/ |
D | ip_queue_64.h | 16 unsigned int hook; /* Netfilter hook we rode in on */ member
|
/external/libvpx/nestegg/docs/ |
D | Makefile.am | 17 dist-hook:
|
/external/e2fsprogs/e2fsck/ |
D | profile.h | 96 profile_syntax_err_cb_t profile_set_syntax_err_cb(profile_syntax_err_cb_t hook);
|