Searched refs:init (Results 926 - 950 of 9094) sorted by relevance

<<31323334353637383940>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dkmod.c34 #include <linux/init.h>
150 if (sub_info->init) {
151 retval = sub_info->init(sub_info);
351 * call_usermodehelper_setfns - set a cleanup/init function
354 * @init: an init function
357 * The init function is used to customize the helper process prior to
367 int (*init)(struct subprocess_info *info),
372 info->init = init;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dinit.h35 * as gcc otherwise puts the data into the bss section and not into the init
43 #define __init __section(.init.text) __cold notrace
44 #define __initdata __section(.init.data)
45 #define __initconst __section(.init.rodata)
51 * code or data section to an init section (both code or data).
52 * The init sections are (for most archs) discarded by the kernel
53 * when early init has completed so all such references are potential bugs.
56 * the *init / *exit section (code or data) is valid and will teach
103 #define __INIT .section ".init.text","ax"
106 #define __INITDATA .section ".init
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/mfd/
H A Dasic3.h100 #define ASIC3_CONFIG_GPIO(gpio, alt, dir, init) (((gpio) & 0x7f) \
102 | (((init) & 0x1) << 15))
103 #define ASIC3_CONFIG_GPIO_DEFAULT(gpio, dir, init) \
104 ASIC3_CONFIG_GPIO((gpio), 0, (dir), (init))
105 #define ASIC3_CONFIG_GPIO_DEFAULT_OUT(gpio, init) \
106 ASIC3_CONFIG_GPIO((gpio), 0, 1, (init))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavdevice/
H A Ddv1394.c60 struct dv1394_init init; local
62 init.channel = dv->channel;
63 init.api_version = DV1394_API_VERSION;
64 init.n_frames = DV1394_RING_FRAMES;
65 init.format = DV1394_PAL;
67 if (ioctl(dv->fd, DV1394_INIT, &init) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/dynload/
H A Dcload.c48 static const char iconnect[] = { "Connect call to init interface failed" };
100 * init Target-side memory initialization
110 * into target memory using *init.
121 struct dynamic_loader_initialize *init,
148 if (init && !dl_state.dload_errcount) {
149 if (init->connect(init)) {
150 dl_state.myio = init;
168 if (init && !dl_state.dload_errcount)
173 /* dl_state.myio is init o
118 dynamic_load_module(struct dynamic_loader_stream *module, struct dynamic_loader_sym *syms, struct dynamic_loader_allocate *alloc, struct dynamic_loader_initialize *init, unsigned options, void **mhandle) argument
227 dynamic_open_module(struct dynamic_loader_stream *module, struct dynamic_loader_sym *syms, struct dynamic_loader_allocate *alloc, struct dynamic_loader_initialize *init, unsigned options, void **mhandle) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/mga/
H A Dmga_dma.c767 static int mga_do_init_dma(struct drm_device *dev, drm_mga_init_t *init) argument
775 if (init->sgram)
779 dev_priv->maccess = init->maccess;
781 dev_priv->fb_cpp = init->fb_cpp;
782 dev_priv->front_offset = init->front_offset;
783 dev_priv->front_pitch = init->front_pitch;
784 dev_priv->back_offset = init->back_offset;
785 dev_priv->back_pitch = init->back_pitch;
787 dev_priv->depth_cpp = init->depth_cpp;
788 dev_priv->depth_offset = init
975 drm_mga_init_t *init = data; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/distro/rpm/
H A Dopenvpn.spec116 # Install init script
118 %__install -c -d -m 755 "%{buildroot}/etc/init.d"
119 %__install -c -m 755 "distro/rpm/%{name}.init.d.suse" "%{buildroot}/etc/init.d/%{name}"
121 %__install -c -d -m 755 "%{buildroot}/etc/rc.d/init.d"
122 %__install -c -m 755 distro/rpm/%{name}.init.d.rhel "%{buildroot}/etc/rc.d/init.d/%{name}"
152 # Handle the init script
157 /etc/init.d/openvpn restart
165 /etc/init
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/collections/
H A DKeyRangeTest.java285 boolean init;
286 for (init = true, i = first;; i++, init = false) {
288 reversed, !reversed, init, i)) {
292 for (init = true, i = last;; i--, init = false) {
294 reversed, reversed, init, i)) {
302 boolean forward, boolean init,
308 if (init) {
314 if (init) {
300 checkRange(byte[][] bytes, int first, int last, boolean inRange, boolean reversed, boolean forward, boolean init, int i) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/i830/
H A Di830_dma.c333 drm_i830_init_t *init)
354 dev_priv->mmio_map = drm_core_findmap(dev, init->mmio_offset);
361 dev->agp_buffer_token = init->buffers_offset;
362 dev->agp_buffer_map = drm_core_findmap(dev, init->buffers_offset);
371 ((u8 *) dev_priv->sarea_map->handle + init->sarea_priv_offset);
373 dev_priv->ring.Start = init->ring_start;
374 dev_priv->ring.End = init->ring_end;
375 dev_priv->ring.Size = init->ring_size;
377 dev_priv->ring.map.offset = dev->agp->base + init->ring_start;
378 dev_priv->ring.map.size = init
331 i830_dma_initialize(struct drm_device *dev, drm_i830_private_t *dev_priv, drm_i830_init_t *init) argument
456 drm_i830_init_t *init = data; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/radvd/redhat/
H A Dradvd.spec3 %define initdir /etc/rc.d/init.d
4 #%(if test -d /etc/init.d/. ; then echo /etc/init.d ; else echo /etc/rc.d/init.d ; fi)
56 install -m 755 redhat/radvd.init $RPM_BUILD_ROOT%{initdir}/radvd
97 - 1.3; some improvements to the init script
155 - clean up the init script, make condrestart work properly
156 - Use a static /etc/rc.d/init.d; init.d/radvd required it anyway.
195 - streamline init
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/radvd/redhat/
H A Dradvd.spec3 %define initdir /etc/rc.d/init.d
4 #%(if test -d /etc/init.d/. ; then echo /etc/init.d ; else echo /etc/rc.d/init.d ; fi)
56 install -m 755 redhat/radvd.init $RPM_BUILD_ROOT%{initdir}/radvd
97 - 1.3; some improvements to the init script
155 - clean up the init script, make condrestart work properly
156 - Use a static /etc/rc.d/init.d; init.d/radvd required it anyway.
195 - streamline init
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bio/
H A Dbss_acpt.c133 bi->init=0;
195 a->init=0;
368 b->init=1;
389 b->init=1;
394 b->init=1;
397 if (b->init)
408 if (b->init)
H A Dbss_file.c160 bi->init=0;
172 if ((a->init) && (a->ptr != NULL))
181 a->init=0;
190 if (b->init && (out != NULL))
210 if (b->init && (in != NULL))
259 b->init=1;
359 b->init=1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bio/
H A Dbss_acpt.c131 bi->init = 0;
195 a->init = 0;
362 b->init = 1;
379 b->init = 1;
384 b->init = 1;
387 if (b->init) {
396 if (b->init) {
H A Dbss_file.c214 bi->init = 0;
226 if ((a->init) && (a->ptr != NULL)) {
234 a->init = 0;
243 if (b->init && (out != NULL)) {
263 if (b->init && (in != NULL)) {
312 b->init = 1;
405 b->init = 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bio/
H A Dbss_acpt.c131 bi->init = 0;
195 a->init = 0;
362 b->init = 1;
379 b->init = 1;
384 b->init = 1;
387 if (b->init) {
396 if (b->init) {
H A Dbss_file.c214 bi->init = 0;
226 if ((a->init) && (a->ptr != NULL)) {
234 a->init = 0;
243 if (b->init && (out != NULL)) {
263 if (b->init && (in != NULL)) {
312 b->init = 1;
405 b->init = 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/i810/
H A Di810_dma.c326 drm_i810_init_t *init)
345 dev_priv->mmio_map = drm_core_findmap(dev, init->mmio_offset);
352 dev->agp_buffer_token = init->buffers_offset;
353 dev->agp_buffer_map = drm_core_findmap(dev, init->buffers_offset);
362 ((u8 *) dev_priv->sarea_map->handle + init->sarea_priv_offset);
364 dev_priv->ring.Start = init->ring_start;
365 dev_priv->ring.End = init->ring_end;
366 dev_priv->ring.Size = init->ring_size;
368 dev_priv->ring.map.offset = dev->agp->base + init->ring_start;
369 dev_priv->ring.map.size = init
324 i810_dma_initialize(struct drm_device *dev, drm_i810_private_t *dev_priv, drm_i810_init_t *init) argument
435 drm_i810_init_t *init = data; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dapi.c19 int UzpAltMain(int argc, char *argv[], UzpInit *init);
191 int UZ_EXP UzpAltMain(int argc, char *argv[], UzpInit *init) argument
198 if (init->structlen >= (sizeof(ulg) + sizeof(dummyfn)) && init->msgfn)
199 G.message = init->msgfn;
201 if (init->structlen >= (sizeof(ulg) + 2*sizeof(dummyfn)) && init->inputfn)
202 G.input = init->inputfn;
204 if (init->structlen >= (sizeof(ulg) + 3*sizeof(dummyfn)) && init
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Dradeon_cp.c1175 static int radeon_do_init_cp(struct drm_device *dev, drm_radeon_init_t *init, argument
1190 if (init->is_pci && (dev_priv->flags & RADEON_IS_AGP)) {
1194 && !init->is_pci) {
1205 dev_priv->usec_timeout = init->usec_timeout;
1217 switch(init->func) {
1229 dev_priv->cp_mode = init->cp_mode;
1235 if ((init->cp_mode != RADEON_CSQ_PRIBM_INDDIS) &&
1236 (init->cp_mode != RADEON_CSQ_PRIBM_INDBM)) {
1237 DRM_DEBUG("BAD cp_mode (%x)!\n", init->cp_mode);
1242 switch (init
1657 drm_radeon_init_t *init = data; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Df_interleave.c105 static av_cold int init(AVFilterContext *ctx) function
224 .init = init,
252 .init = init,
H A Df_zmq.c52 static av_cold int init(AVFilterContext *ctx) function
232 .init = init,
267 .init = init,
H A Dfifo.c54 static av_cold int init(AVFilterContext *ctx) function
275 .init = init,
306 .init = init,
H A Dsetpts.c93 static av_cold int init(AVFilterContext *ctx) function
252 .init = init,
289 .init = init,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aacraid/
H A Dsa.c32 #include <linux/init.h>
247 struct aac_init *init; local
249 * Fill in the remaining pieces of the init.
251 init = dev->init;
252 init->HostElapsedSeconds = cpu_to_le32(get_seconds());
356 printk(KERN_WARNING "%s%d: adapter kernel failed to start, init status = %lx.\n",

Completed in 188 milliseconds

<<31323334353637383940>>