Searched refs:destroy (Results 76 - 100 of 184) sorted by relevance

12345678

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/conf/
H A Dconf.h93 int (*destroy)(CONF *conf); member in struct:conf_method_st
H A Dconf_lib.c249 conf->meth->destroy(conf);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Ddm-emc.c299 .destroy = emc_destroy,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/conf/
H A Dconf.h94 int (*destroy)(CONF *conf); member in struct:conf_method_st
H A Dconf_lib.c249 conf->meth->destroy(conf);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dconf.h94 int (*destroy)(CONF *conf); member in struct:conf_method_st
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/drm/
H A Dsis_mm.c101 sman_mm.destroy = sis_sman_mm_destroy;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/sunrpc/
H A Dxprt.h123 void (*destroy)(struct rpc_xprt *xprt); member in struct:rpc_xprt_ops
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Ddst.h97 void (*destroy)(struct dst_entry *); member in struct:dst_ops
H A Dpkt_cls.h236 * @destroy: called during destroyage (optional)
249 void (*destroy)(struct tcf_proto *, member in struct:tcf_ematch_ops
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dkey.h217 void (*destroy)(struct key *key); member in struct:key_type
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-python/avahi-discover/
H A DSimpleGladeApp.py251 Equivalent to widget.destroy()
253 widget.destroy()
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dnf_conntrack_proto_gre.c128 /* destroy the keymap entries associated with specified master ct */
276 .destroy = gre_destroy,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sunrpc/
H A Dauth_unix.c214 .destroy = unx_destroy,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/keys/
H A Dkey.c592 if (key->type->destroy)
593 key->type->destroy(key);
602 /* there may, of course, be more than one key to destroy */
975 /* we should now be able to destroy the payloads of all the keys of
983 if (ktype->destroy)
984 ktype->destroy(key);
H A Drequest_key_auth.c36 .destroy = request_key_auth_destroy,
116 * destroy an instantiation authorisation token key
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Ddevinet.c99 int destroy);
249 int destroy, struct nlmsghdr *nlh, u32 pid)
330 if (destroy)
335 int destroy)
337 __inet_del_ifa(in_dev, ifap, destroy, NULL, 0);
527 * assigned to its device and is destroy with it.
248 __inet_del_ifa(struct in_device *in_dev, struct in_ifaddr **ifap, int destroy, struct nlmsghdr *nlh, u32 pid) argument
334 inet_del_ifa(struct in_device *in_dev, struct in_ifaddr **ifap, int destroy) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/include/openssl/
H A Dbio.h232 int (*destroy)(BIO *); member in struct:bio_method_st
246 int (_far *destroy)(); member in struct:bio_method_st
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bio/
H A Dbio.h232 int (*destroy)(BIO *); member in struct:bio_method_st
246 int (_far *destroy)(); member in struct:bio_method_st
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bio/
H A Dbio_lib.c135 if ((a->method == NULL) || (a->method->destroy == NULL)) return(1);
136 ret=a->method->destroy(a);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/chelsio/
H A Dmac.c286 .destroy = mac_destroy,
H A Dmv88e1xxx.c341 .destroy = mv88e1xxx_destroy,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dnf_conntrack_proto_icmp.c358 .destroy = NULL,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/netfilter/
H A Dip6_tables.c501 if (m->u.kernel.match->destroy)
502 m->u.kernel.match->destroy(m->u.kernel.match, m->data);
664 if (t->u.kernel.target->destroy)
665 t->u.kernel.target->destroy(t->u.kernel.target, t->data);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dcls_basic.c279 .destroy = basic_destroy,

Completed in 313 milliseconds

12345678