Searched refs:gc (Results 1 - 21 of 21) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/joystick/
H A Dgamecon.c79 struct gc { struct
89 static struct gc *gc_base[3];
122 static void gc_n64_read_packet(struct gc *gc, unsigned char *data) argument
133 parport_write_data(gc->pd->port, GC_N64_POWER_W | ((GC_N64_REQUEST >> i) & 1 ? GC_N64_OUT : 0));
149 parport_write_data(gc->pd->port, GC_N64_POWER_R);
150 data[i] = parport_read_status(gc->pd->port);
151 parport_write_data(gc->pd->port, GC_N64_POWER_R | GC_N64_CLOCK);
161 static void gc_n64_process_packet(struct gc *gc) argument
228 gc_nes_read_packet(struct gc *gc, int length, unsigned char *data) argument
245 gc_nes_process_packet(struct gc *gc) argument
331 gc_multi_read_packet(struct gc *gc, int length, unsigned char *data) argument
341 gc_multi_process_packet(struct gc *gc) argument
412 gc_psx_command(struct gc *gc, int b, unsigned char data[GC_MAX_DEVICES]) argument
436 gc_psx_read_packet(struct gc *gc, unsigned char data[GC_MAX_DEVICES][GC_PSX_BYTES], unsigned char id[GC_MAX_DEVICES]) argument
474 gc_psx_process_packet(struct gc *gc) argument
559 struct gc *gc = (void *) private; local
594 struct gc *gc = input_get_drvdata(dev); local
613 struct gc *gc = input_get_drvdata(dev); local
624 gc_setup_pad(struct gc *gc, int idx, int pad_type) argument
722 struct gc *gc; local
795 gc_remove(struct gc *gc) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Deata_pio.c669 static void print_pio_config(struct get_conf *gc) argument
672 printk("LEN: %d ver:%d OCS:%d TAR:%d TRNXFR:%d MORES:%d\n", be32_to_cpu(gc->len), gc->version, gc->OCS_enabled, gc->TAR_support, gc->TRNXFR, gc->MORE_support);
673 printk("HAAV:%d SCSIID0:%d ID1:%d ID2:%d QUEUE:%d SG:%d SEC:%d\n", gc->HAA_valid, gc->scsi_id[3], gc
704 register_pio_HBA(long base, struct get_conf *gc, struct pci_dev *pdev) argument
965 struct get_conf gc; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c641 __be32 *rpcstart, struct rpc_gss_wire_cred *gc, __be32 *authp)
671 if (gc->gc_seq > MAXSEQ) {
673 "large sequence number %d\n", gc->gc_seq);
677 if (!gss_check_seq_num(rsci, gc->gc_seq)) {
679 "old sequence number %d\n", gc->gc_seq);
912 struct rpc_gss_wire_cred *gc = &svcdata->clcred; local
914 rqstp->rq_client = find_gss_auth_domain(rsci->mechctx, gc->gc_svc);
954 struct rpc_gss_wire_cred *gc; local
972 gc = &svcdata->clcred;
990 gc
640 gss_verify_header(struct svc_rqst *rqstp, struct rsc *rsci, __be32 *rpcstart, struct rpc_gss_wire_cred *gc, __be32 *authp) argument
1181 struct rpc_gss_wire_cred *gc = &gsd->clcred; local
1231 struct rpc_gss_wire_cred *gc = &gsd->clcred; local
1279 struct rpc_gss_wire_cred *gc = &gsd->clcred; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jffs2/
H A DMakefile9 jffs2-y += read.o nodemgmt.o readinode.o write.o scan.o gc.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/compressed/
H A DMakefile43 CFLAGS += -ffunction-sections $(call check_gcc, -fvtable-gc, )
91 $(LD) -static --gc-sections -no-warn-mismatch -T vmlinux.lds -o $@ $(OBJECTS) piggy.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/collections/test/
H A DTestSR15721.java112 System.gc();
H A DTransactionTest.java647 System.gc();
651 System.gc();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Ddst.c69 * on gc list, invalidate it and add to gc list.
124 if (ops->gc && atomic_read(&ops->entries) > ops->gc_thresh) {
125 if (ops->gc())
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Deac3dec.c105 int gc = 2; local
108 if (gc++ == 2) {
117 gc = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/editors/
H A Dsed.c738 char gc; local
744 gc = NO_EOL_CHAR;
756 gc = c;
762 gc = LAST_IS_NUL;
780 *gets_char = gc;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/applets/
H A Dapplets.c21 #warning (glibc does not cope well with ld --gc-sections).
24 #warning If you still want to do it, remove -Wl,--gc-sections
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Ddst.h33 * to gc list and garbage collector periodically checks the refcnt.
95 int (*gc)(void); member in struct:dst_ops
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dkwset.c499 register int d, gc, i, len, md2; local
516 gc = U(sp[-2]);
546 if (U(tp[-2]) == gc)
565 if (U(tp[-2]) == gc)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/ali5451/
H A Dali5451.c541 unsigned int gc; local
543 gc = inl(ALI_REG(codec, ALI_GC_CIR));
544 gc |= ENDLP_IE;
545 gc |= MIDLP_IE;
546 outl( gc, ALI_REG(codec, ALI_GC_CIR));
551 unsigned int gc; local
553 gc = inl(ALI_REG(codec, ALI_GC_CIR));
554 gc &= ~ENDLP_IE;
555 gc &= ~MIDLP_IE;
556 outl(gc, ALI_RE
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr016/src/com/sleepycat/db/test/
H A DDatabaseTest.java164 System.gc();
185 System.gc();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dxfrm4_policy.c325 .gc = xfrm4_garbage_collect,
H A Droute.c159 .gc = rt_garbage_collect,
990 * length, when exceeded gc becomes really aggressive.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dxfrm6_policy.c392 .gc = xfrm6_garbage_collect,
H A Droute.c111 .gc = ip6_dst_gc,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/
H A DMakefile577 -Wl,--warn-common -Wl,--sort-common -Wl,--gc-sections \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/decnet/
H A Ddn_route.c128 .gc = dn_dst_gc,

Completed in 235 milliseconds