Searched refs:hooks (Results 1 - 25 of 64) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Delisp-comp85 # eval: (add-hook 'write-file-hooks 'time-stamp)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/selinux/
H A DMakefile7 selinux-y := avc.o hooks.o selinuxfs.o netlink.o nlmsgtab.o netif.o exports.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dxt_CLASSIFY.c49 .hooks = (1 << NF_IP_LOCAL_OUT) |
60 .hooks = (1 << NF_IP6_LOCAL_OUT) |
H A Dxt_mac.c53 .hooks = (1 << NF_IP_PRE_ROUTING) |
63 .hooks = (1 << NF_IP6_PRE_ROUTING) |
H A Dxt_realm.c44 .hooks = (1 << NF_IP_POST_ROUTING) | (1 << NF_IP_FORWARD) |
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/lib/
H A Dconverters.h103 struct iconv_hooks hooks; member in struct:conv_struct
H A Dloop_unicode.h257 if (cd->hooks.uc_hook)
258 (*cd->hooks.uc_hook)(wc, cd->hooks.data);
412 if (cd->hooks.uc_hook)
413 (*cd->hooks.uc_hook)(wc, cd->hooks.data);
497 if (cd->hooks.uc_hook)
498 (*cd->hooks.uc_hook)(wc, cd->hooks.data);
H A Diconv.c423 cd->hooks.uc_hook = NULL;
424 cd->hooks.wc_hook = NULL;
425 cd->hooks.data = NULL;
486 cd->hooks = *(const struct iconv_hooks *)argument;
488 cd->hooks.uc_hook = NULL;
489 cd->hooks.wc_hook = NULL;
490 cd->hooks.data = NULL;
H A Dloop_wchar.h446 if (cd->hooks.wc_hook)
447 (*cd->hooks.wc_hook)(wc, cd->hooks.data);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dioc4_serial.c477 struct hooks *ip_hooks;
522 struct hooks { struct
535 static struct hooks hooks_array[IOC4_NUM_SERIAL_PORTS] = {
829 struct hooks *hooks = port->ip_hooks; local
907 write_ireg(port->ip_ioc4_soft, hooks->intr_clear,
909 port->ip_ienb &= ~hooks->intr_clear;
910 writel(hooks->intr_clear, &port->ip_mem->sio_ir.raw);
923 struct hooks *hooks local
1200 struct hooks *hooks = port->ip_hooks; local
1406 struct hooks *hooks = port->ip_hooks; local
1486 struct hooks *hooks = port->ip_hooks; local
1507 struct hooks *hooks = port->ip_hooks; local
1600 struct hooks *hooks = port->ip_hooks; local
1834 struct hooks *hooks = port->ip_hooks; local
2069 struct hooks *hooks = port->ip_hooks; local
[all...]
H A Dioc3_serial.c381 struct port_hooks *hooks = port->ip_hooks; local
466 port->ip_card->ic_enable &= ~hooks->intr_clear;
467 ioc3_disable(port->ip_is, idd, hooks->intr_clear);
468 ioc3_ack(port->ip_is, idd, hooks->intr_clear);
677 struct port_hooks *hooks = port->ip_hooks; local
743 enable_intrs(port, hooks->intr_tx_mt);
771 struct port_hooks *hooks = port->ip_hooks; local
779 intrbits |= (hooks->intr_rx_timer | hooks->intr_rx_high);
781 intrbits |= hooks
863 struct port_hooks *hooks = port->ip_hooks; local
1115 struct port_hooks *hooks = port->ip_hooks; local
1434 struct port_hooks *hooks; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dipt_owner.c76 .hooks = (1 << NF_IP_LOCAL_OUT) | (1 << NF_IP_POST_ROUTING),
H A Dipt_NETMAP.c90 .hooks = (1 << NF_IP_PRE_ROUTING) | (1 << NF_IP_POST_ROUTING) |
H A Dipt_REDIRECT.c105 .hooks = (1 << NF_IP_PRE_ROUTING) | (1 << NF_IP_LOCAL_OUT),
H A Dnf_nat_rule.c232 .hooks = 1 << NF_IP_POST_ROUTING,
242 .hooks = (1 << NF_IP_PRE_ROUTING) | (1 << NF_IP_LOCAL_OUT),
H A Dipt_MASQUERADE.c177 .hooks = 1 << NF_IP_POST_ROUTING,
H A Dipt_SAME.c165 .hooks = (1 << NF_IP_PRE_ROUTING | 1 << NF_IP_POST_ROUTING),
H A Dipt_REJECT.c245 .hooks = (1 << NF_IP_LOCAL_IN) | (1 << NF_IP_FORWARD) |
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/netfilter/
H A Dip6t_eui64.c70 .hooks = (1 << NF_IP6_PRE_ROUTING) | (1 << NF_IP6_LOCAL_IN) |
H A Dip6t_owner.c78 .hooks = (1 << NF_IP6_LOCAL_OUT) | (1 << NF_IP6_POST_ROUTING),
H A Dip6t_REJECT.c249 .hooks = (1 << NF_IP6_LOCAL_IN) | (1 << NF_IP6_FORWARD) |
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/dmasound/
H A Dtas_common.c59 tas_register_driver(struct tas_driver_hooks_t *hooks) argument
61 driver_hooks = hooks;
133 printk(KERN_ERR "tas_detect_client called with no hooks !\n");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/netfilter/
H A Dx_tables.h177 unsigned int hooks; member in struct:xt_match
184 /* Registration hooks for targets. */
202 hook_mask is a bitmask of hooks from which it can be
224 unsigned int hooks; member in struct:xt_target
239 /* What hooks you will enter on */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Debian/debian-stable/
H A Drules130 $(DESTDIR)/etc/pam.d $(DESTDIR)/etc/dhcp3/dhclient-enter-hooks.d \
200 install -m755 debian/samba-common.dhcp $(DESTDIR)/etc/dhcp3/dhclient-enter-hooks.d/samba
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Debian/debian-unstable/
H A Drules129 $(DESTDIR)/etc/pam.d $(DESTDIR)/etc/dhcp3/dhclient-enter-hooks.d \
201 install -m755 debian/samba-common.dhcp $(DESTDIR)/etc/dhcp3/dhclient-enter-hooks.d/samba

Completed in 213 milliseconds

123