Searched refs:hook (Results 1 - 25 of 51) sorted by relevance

123

/external/clang/test/Sema/
H A Dassign-null.c6 hookfunc hook; variable
9 hook = NULL;
/external/dhcpcd/
H A Ddhcpcd-run-hooks14 # Thus, the user can create their dhcpcd.enter/exit-hook script to configure
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}"
H A Ddhcpcd-run-hooks.in180 # Thus, the user can create their dhcpcd.enter/exit-hook script to configure
182 for hook in \
183 @SYSCONFDIR@/dhcpcd.enter-hook \
185 @SYSCONFDIR@/dhcpcd.exit-hook
188 case "$hook" in
194 if [ -f "$hook" ]; then
195 . "$hook"
/external/bluetooth/glib/glib/
H A Dghook.h45 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))
90 #define G_HOOK_FLAGS(hook) (G_HOOK (hook)->flags)
91 #define G_HOOK_ACTIVE(hook) ((G_HOOK_FLAGS (hook)
[all...]
/external/elfutils/libdwfl/
H A Dargp-std.c141 Dwfl *dwfl = state->hook;
147 state->hook = dwfl;
157 state->hook = dwfl;
170 if (state->hook == NULL)
176 state->hook = dwfl;
183 if (state->hook == NULL)
199 state->hook = dwfl;
207 Dwfl *dwfl = state->hook;
209 state->hook = dwfl = INTUSE(dwfl_begin) (&offline_callbacks);
250 if (state->hook
[all...]
/external/kernel-headers/original/linux/
H A Dnetfilter.h17 /* Responses from hook functions. */
38 /* Generic cache responses from hook functions.
85 /* Largest hook number + 1 */
100 nf_hookfn *hook; member in struct:nf_hook_ops
132 /* Function to register/unregister hook points. */
151 int nf_hook_slow(u_int8_t pf, unsigned int hook, struct sk_buff *skb,
156 * nf_hook_thresh - call a netfilter hook
158 * Returns 1 if the hook has allowed the packet to pass. The function
160 * value indicates the packet has been consumed by the hook.
162 static inline int nf_hook_thresh(u_int8_t pf, unsigned int hook, argument
175 nf_hook(u_int8_t pf, unsigned int hook, struct sk_buff *skb, struct net_device *indev, struct net_device *outdev, int (*okfn)(struct sk_buff *)) argument
200 NF_HOOK_THRESH(uint8_t pf, unsigned int hook, struct sk_buff *skb, struct net_device *in, struct net_device *out, int (*okfn)(struct sk_buff *), int thresh) argument
211 NF_HOOK_COND(uint8_t pf, unsigned int hook, struct sk_buff *skb, struct net_device *in, struct net_device *out, int (*okfn)(struct sk_buff *), bool cond) argument
224 NF_HOOK(uint8_t pf, unsigned int hook, struct sk_buff *skb, struct net_device *in, struct net_device *out, int (*okfn)(struct sk_buff *)) argument
275 nf_checksum(struct sk_buff *skb, unsigned int hook, unsigned int dataoff, u_int8_t protocol, unsigned short family) argument
290 nf_checksum_partial(struct sk_buff *skb, unsigned int hook, unsigned int dataoff, unsigned int len, u_int8_t protocol, unsigned short family) argument
336 nf_hook_thresh(u_int8_t pf, unsigned int hook, struct sk_buff *skb, struct net_device *indev, struct net_device *outdev, int (*okfn)(struct sk_buff *), int thresh) argument
344 nf_hook(u_int8_t pf, unsigned int hook, struct sk_buff *skb, struct net_device *indev, struct net_device *outdev, int (*okfn)(struct sk_buff *)) argument
[all...]
H A Dnetfilter_ipv4.h82 extern unsigned int nf_ip_checksum(struct sk_buff *skb, unsigned int hook,
H A Dnetfilter_ipv6.h78 extern __sum16 nf_ip6_checksum(struct sk_buff *skb, unsigned int hook,
H A Dpci.h117 void *sysdata; /* hook for sys-specific extension */
234 void *sysdata; /* hook for sys-specific extension */
752 void (*hook)(struct pci_dev *dev); member in struct:pci_fixup
763 #define DECLARE_PCI_FIXUP_SECTION(section, name, vendor, device, hook) \
765 __attribute__((__section__(#section))) = { vendor, device, hook };
766 #define DECLARE_PCI_FIXUP_EARLY(vendor, device, hook) \
768 vendor##device##hook, vendor, device, hook)
769 #define DECLARE_PCI_FIXUP_HEADER(vendor, device, hook) \
771 vendor##device##hook, vendo
[all...]
/external/chromium/third_party/libevent/
H A Devrpc.c85 struct evrpc_hook *hook; local
90 while ((hook = TAILQ_FIRST(&base->input_hooks)) != NULL) {
91 assert(evrpc_remove_hook(base, EVRPC_INPUT, hook));
93 while ((hook = TAILQ_FIRST(&base->output_hooks)) != NULL) {
94 assert(evrpc_remove_hook(base, EVRPC_OUTPUT, hook));
107 struct evrpc_hook *hook = NULL; local
119 hook = calloc(1, sizeof(struct evrpc_hook));
120 assert(hook != NULL);
122 hook->process = cb;
123 hook
132 struct evrpc_hook *hook = NULL; local
171 struct evrpc_hook *hook; local
413 struct evrpc_hook *hook; local
[all...]
/external/iptables/include/linux/netfilter_ipv4/
H A Dipt_ULOG.h39 unsigned int hook; member in struct:ulog_packet_msg
/external/kernel-headers/original/linux/netfilter_ipv4/
H A Dipt_ULOG.h39 unsigned int hook; member in struct:ulog_packet_msg
H A Dip_queue.h26 unsigned int hook; /* Netfilter hook we rode in on */ member in struct:ipq_packet_msg
/external/elfutils/
H A DMakefile.am45 distcheck-hook:
/external/e2fsprogs/e2fsck/
H A Dprofile.h96 profile_syntax_err_cb_t profile_set_syntax_err_cb(profile_syntax_err_cb_t hook);
/external/iproute2/tc/
H A Dm_xt.c130 __u32 hook = 0, index = 0; local
217 hook = NF_IP_PRE_ROUTING;
219 hook = NF_IP_POST_ROUTING;
225 fprintf(stdout, "tablename: %s hook: %s\n ", tname, ipthooks[hook]);
241 addattr_l(n, MAX_MSG, TCA_IPT_HOOK, &hook, 4);
288 fprintf(f, "[NULL ipt hook name ]\n ");
291 __u32 hook; local
292 hook = *(__u32 *) RTA_DATA(tb[TCA_IPT_HOOK]);
293 fprintf(f, " hook
[all...]
H A Dm_xt_old.c221 __u32 hook = 0, index = 0; local
306 hook = NF_IP_PRE_ROUTING;
308 hook = NF_IP_POST_ROUTING;
314 fprintf(stdout, "tablename: %s hook: %s\n ", tname, ipthooks[hook]);
330 addattr_l(n, MAX_MSG, TCA_IPT_HOOK, &hook, 4);
376 fprintf(f, "[NULL ipt hook name ]\n ");
379 __u32 hook; local
380 hook = *(__u32 *) RTA_DATA(tb[TCA_IPT_HOOK]);
381 fprintf(f, " hook
[all...]
H A Dm_ipt.c399 __u32 hook = 0, index = 0; local
486 hook = NF_IP_PRE_ROUTING;
488 hook = NF_IP_POST_ROUTING;
494 fprintf(stdout, "tablename: %s hook: %s\n ", tname, ipthooks[hook]);
510 addattr_l(n, MAX_MSG, TCA_IPT_HOOK, &hook, 4);
558 fprintf(f, "[NULL ipt hook name ]\n ");
561 __u32 hook; local
562 hook = *(__u32 *) RTA_DATA(tb[TCA_IPT_HOOK]);
563 fprintf(f, " hook
[all...]
/external/astl/src/
H A Dlist.cpp57 void ListNodeBase::hook(ListNodeBase *const pos) { function in class:android::ListNodeBase
/external/bluetooth/glib/docs/reference/gobject/
H A DMakefile.am81 dist-hook-local: $(BUILT_EXTRA_DIST)
/external/bluetooth/glib/gobject/
H A Dgsignal.c193 GHook hook; member in struct:__anon985
196 #define SIGNAL_HOOK(hook) ((SignalHook*) (hook))
848 g_warning (G_STRLOC ": emission of signal \"%s\" for instance `%p' cannot be stopped from emission hook",
864 GHook *hook)
866 GDestroyNotify destroy = hook->destroy;
870 hook->destroy = NULL;
872 destroy (hook->data);
880 * @detail: the detail on which to call the hook.
885 * Adds an emission hook fo
863 signal_finalize_hook(GHookList *hook_list, GHook *hook) argument
900 GHook *hook; local
3198 GHook *hook; local
[all...]
/external/bluetooth/glib/docs/reference/glib/
H A DMakefile.am99 dist-hook-local: $(BUILT_EXTRA_DIST)
/external/kernel-headers/original/linux/netfilter/
H A Dx_tables.h297 unsigned int size, const char *table, unsigned int hook,
300 unsigned int size, const char *table, unsigned int hook,
/external/astl/include/
H A Dlist51 void hook(ListNodeBase * const pos);
256 node->hook(pos.mNode);
/external/kernel-headers/original/linux/netfilter_arp/
H A Darp_tables.h142 /* Which hook entry points are valid: bitmask */
145 /* Hook entry points: one per netfilter hook. */
164 /* Which hook entry points are valid: bitmask. You can't
248 unsigned int hook,

Completed in 3474 milliseconds

123