Searched refs:init (Results 976 - 1000 of 9094) sorted by relevance

<<31323334353637383940>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/usb/
H A Dotg.h84 int (*init)(struct otg_transceiver *otg); member in struct:otg_transceiver
116 /* for board-specific init logic */
153 if (otg->init)
154 return otg->init(otg);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/bfin/
H A Ddsputil_bfin.h96 static int init; local
97 if (!init) atexit (prof_report);
98 init=1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dvf_drawbox.c40 static av_cold int init(AVFilterContext *ctx, const char *args, void *opaque) function
127 .init = init,
H A Dvf_fade.c37 static av_cold int init(AVFilterContext *ctx, const char *args, void *opaque) function
153 .init = init,
H A Dvf_setpts.c68 static av_cold int init(AVFilterContext *ctx, const char *args, void *opaque) function
144 .init = init,
H A Dvf_settb.c56 static av_cold int init(AVFilterContext *ctx, const char *args, void *opaque) function
127 .init = init,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/kernel/
H A Dvmlinux.lds.S116 /* The init section should be last, so when we free it, it goes into
118 * a tiny bit. The init section has a _requirement_ that it be
148 .init.data : AT(__data_lma + __data_len)
170 __init_data_lma = LOADADDR(.init.data);
171 __init_data_len = SIZEOF(.init.data);
253 /* Force trailing alignment of our init section so that when we
254 * free our init memory, we don't leave behind a partial page.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s3c64xx/
H A Dcpu.c15 #include <linux/init.h>
51 .init = s3c6400_init,
59 .init = s3c6410_init,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bio/
H A Dbss_bio.c129 * NULL iff init != 0 in the BIO. */
190 if (!bio->init)
280 if (!bio->init)
349 if (!bio->init || buf == NULL || num == 0)
426 if (!bio->init)
724 bio1->init = 1;
725 bio2->init = 1;
744 peer_bio->init = 0;
750 bio->init = 0;
830 if (!bio->init) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bio/
H A Dbss_bio.c129 * NULL iff init != 0 in the BIO. */
190 if (!bio->init)
280 if (!bio->init)
349 if (!bio->init || buf == NULL || num == 0)
426 if (!bio->init)
724 bio1->init = 1;
725 bio2->init = 1;
744 peer_bio->init = 0;
750 bio->init = 0;
830 if (!bio->init) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/extensions/
H A Dlibip6t_NFLOG.c34 static void init(struct ip6t_entry_target *t, unsigned int *nfcache) function
150 .init = init,
H A Dlibip6t_ah.c75 init(struct ip6t_entry_match *m, unsigned int *nfcache) function
215 .init = &init,
H A Dlibip6t_esp.c73 init(struct ip6t_entry_match *m, unsigned int *nfcache) function
173 .init = &init,
H A Dlibip6t_limit.c77 init(struct ip6t_entry_match *m, unsigned int *nfcache) function
178 .init = &init,
H A Dlibip6t_physdev.c38 init(struct ip6t_entry_match *m, unsigned int *nfcache) function
181 .init = &init,
H A Dlibip6t_udp.c58 init(struct ip6t_entry_match *m, unsigned int *nfcache) function
216 .init = &init,
H A Dlibipt_MASQUERADE.c34 init(struct ipt_entry_target *t, unsigned int *nfcache) function
169 .init = &init,
H A Dlibipt_NETMAP.c59 init(struct ipt_entry_target *t, unsigned int *nfcache) function
187 .init = &init,
H A Dlibipt_NFLOG.c34 static void init(struct xt_entry_target *t, unsigned int *nfcache) function
150 .init = init,
H A Dlibipt_REDIRECT.c33 init(struct ipt_entry_target *t, unsigned int *nfcache) function
178 .init = &init,
H A Dlibipt_SAME.c41 init(struct ipt_entry_target *t, unsigned int *nfcache) function
225 .init = &init,
H A Dlibipt_ULOG.c56 static void init(struct ipt_entry_target *t, unsigned int *nfcache) function
226 .init = &init,
H A Dlibipt_ah.c71 init(struct ipt_entry_match *m, unsigned int *nfcache) function
178 .init = &init,
H A Dlibipt_esp.c74 init(struct ipt_entry_match *m, unsigned int *nfcache) function
181 .init = &init,
H A Dlibipt_limit.c77 init(struct ipt_entry_match *m, unsigned int *nfcache) function
179 .init = &init,

Completed in 439 milliseconds

<<31323334353637383940>>