Searched refs:op (Results 251 - 275 of 1225) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/pkcs12/
H A Dp12_decr.c145 FILE *op; local
150 op = fopen(fname, "wb");
151 fwrite(p, 1, outlen, op);
152 fclose(op);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/examples/
H A Dgzlog.c325 5 /* op is NO_OP, last bit 8 bits back */
406 the log structure. Return op on success or -1 if the gzip header was not as
407 expected. op is the current operation in progress last written to the extra
412 int op; local
428 op = (buf[HEAD + 34] >> 3) & 3;
429 return op;
432 /* Write over the extra field contents, marking the operation as op. Use fsync
437 local int log_mark(struct log *log, int op) argument
449 ext[34] = log->back - 3 + (op << 3);
718 local void log_log(struct log *log, int op, cha argument
738 log_recover(struct log *log, int op) argument
815 int op; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dchmc.c395 static int __devinit jbusmc_probe(struct platform_device *op, argument
428 prop = of_get_property(op->dev.of_node, "portid", &len);
436 prop = of_get_property(op->dev.of_node, "memory-control-register-1", &len);
445 p->regs = of_ioremap(&op->resource[0], 0, JBUSMC_REGS_SIZE, "jbusmc");
452 ml = of_get_property(op->dev.of_node, "memory-layout", &p->layout_len);
469 op->dev.of_node->full_name);
471 dev_set_drvdata(&op->dev, p);
479 of_iounmap(&op->resource[0], p->regs, JBUSMC_REGS_SIZE);
678 static int __devinit chmc_probe(struct platform_device *op, argument
681 struct device_node *dp = op
753 us3mc_probe(struct platform_device *op, const struct of_device_id *match) argument
763 chmc_destroy(struct platform_device *op, struct chmc *p) argument
770 jbusmc_destroy(struct platform_device *op, struct jbusmc *p) argument
777 us3mc_remove(struct platform_device *op) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/examples/
H A Dgzlog.c325 5 /* op is NO_OP, last bit 8 bits back */
406 the log structure. Return op on success or -1 if the gzip header was not as
407 expected. op is the current operation in progress last written to the extra
412 int op; local
428 op = (buf[HEAD + 34] >> 3) & 3;
429 return op;
432 /* Write over the extra field contents, marking the operation as op. Use fsync
437 local int log_mark(struct log *log, int op) argument
449 ext[34] = log->back - 3 + (op << 3);
718 local void log_log(struct log *log, int op, cha argument
738 log_recover(struct log *log, int op) argument
814 int op; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_rec.c30 __bam_split_recover(env, dbtp, lsnp, op, info)
34 db_recops op;
79 redo: if (DB_REDO(op)) {
90 CHECK_LSN(env, op,
97 CHECK_LSN(env, op, cmp, &LSN(lp), &argp->llsn);
104 CHECK_LSN(env, op, cmp, &LSN(rp), &argp->rlsn);
207 CHECK_LSN(env, op, cmp, &LSN(np), &argp->nlsn);
331 __bam_rsplit_recover(env, dbtp, lsnp, op, info)
335 db_recops op;
366 CHECK_LSN(env, op, cmp_
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Dfft_vfp.S71 vadd.f s16, s8, s12 @ vector op
75 vsub.f s20, s8, s12 @ vector op
84 vsub.f s20, s24, s28 @ vector op
88 vadd.f s16, s24, s28 @ vector op
93 vmul.f s20, s20, s0 @ vector x scalar op
106 vadd.f s8, s0, s24 @ vector op
115 vsub.f s12, s24, s12 @ vector op
120 vadd.f s16, s0, s28 @ vector op
169 vadd.f s16, s20, s24 @ vector op
174 vsub.f s20, s20, s24 @ vector op
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dbw2.c276 static int __devinit bw2_probe(struct platform_device *op, const struct of_device_id *match) argument
278 struct device_node *dp = op->dev.of_node;
283 info = framebuffer_alloc(sizeof(struct bw2_par), &op->dev);
292 info->fix.smem_start = op->resource[0].start;
293 par->which_io = op->resource[0].flags & IORESOURCE_BITS;
304 par->regs = of_ioremap(&op->resource[0], BWTWO_REGISTER_OFFSET,
320 info->screen_base = of_ioremap(&op->resource[0], 0,
333 dev_set_drvdata(&op->dev, info);
341 of_iounmap(&op->resource[0], info->screen_base, info->fix.smem_len);
344 of_iounmap(&op
353 bw2_remove(struct platform_device *op) argument
[all...]
H A Dcg3.c349 static int __devinit cg3_probe(struct platform_device *op, argument
352 struct device_node *dp = op->dev.of_node;
357 info = framebuffer_alloc(sizeof(struct cg3_par), &op->dev);
366 info->fix.smem_start = op->resource[0].start;
367 par->which_io = op->resource[0].flags & IORESOURCE_BITS;
382 par->regs = of_ioremap(&op->resource[0], CG3_REGS_OFFSET,
389 info->screen_base = of_ioremap(&op->resource[0], CG3_RAM_OFFSET,
413 dev_set_drvdata(&op->dev, info);
424 of_iounmap(&op->resource[0], info->screen_base, info->fix.smem_len);
427 of_iounmap(&op
436 cg3_remove(struct platform_device *op) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dpercpu.h74 #define percpu_to_op(op, var, val) \
84 asm(op "b %1,"__percpu_arg(0) \
89 asm(op "w %1,"__percpu_arg(0) \
94 asm(op "l %1,"__percpu_arg(0) \
99 asm(op "q %1,"__percpu_arg(0) \
166 #define percpu_from_op(op, var, constraint) \
171 asm(op "b "__percpu_arg(1)",%0" \
176 asm(op "w "__percpu_arg(1)",%0" \
181 asm(op "l "__percpu_arg(1)",%0" \
186 asm(op "
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/scsi/
H A Dfc_encode.h92 unsigned int op, size_t req_size)
103 ct->hdr.ct_cmd = htons((u16) op);
112 * @op: CT opcode.
118 unsigned int op, enum fc_rctl *r_ctl,
124 switch (op) {
126 ct = fc_ct_hdr_fill(fp, op, sizeof(struct fc_ns_gid_ft));
131 ct = fc_ct_hdr_fill(fp, op, sizeof(struct fc_ns_fid));
136 ct = fc_ct_hdr_fill(fp, op, sizeof(struct fc_ns_rft));
142 ct = fc_ct_hdr_fill(fp, op, sizeof(struct fc_ns_rff_id));
152 ct = fc_ct_hdr_fill(fp, op, sizeo
91 fc_ct_hdr_fill(const struct fc_frame *fp, unsigned int op, size_t req_size) argument
116 fc_ct_fill(struct fc_lport *lport, u32 fc_id, struct fc_frame *fp, unsigned int op, enum fc_rctl *r_ctl, enum fc_fh_type *fh_type) argument
186 fc_plogi_fill(struct fc_lport *lport, struct fc_frame *fp, unsigned int op) argument
342 fc_els_fill(struct fc_lport *lport, u32 did, struct fc_frame *fp, unsigned int op, enum fc_rctl *r_ctl, enum fc_fh_type *fh_type) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/asn1/
H A Dasn1_par.c121 const unsigned char *p, *ep, *tot, *op, *opp; local
143 op = p - 1;
144 while ((p < tot) && (op < p)) {
145 op = p;
156 hl = (p - op);
161 if (BIO_printf(bp, "%5ld:", (long)offset + (long)(op - *pp))
234 opp = op;
246 opp = op;
258 opp = op;
317 opp = op;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/common/
H A Dsaa7146_i2c.c27 static int saa7146_i2c_msg_prepare(const struct i2c_msg *m, int num, __le32 *op) argument
42 /* we assume that op points to a memory of at least SAA7146_I2C_MEM bytes
50 memset(op,0,sizeof(__le32)*mem);
60 op[h1] |= cpu_to_le32( (u8)addr << ((3-h2)*8));
61 op[h1] |= cpu_to_le32(SAA7146_I2C_START << ((3-h2)*2));
68 op[h1] |= cpu_to_le32( (u32)((u8)m[i].buf[j]) << ((3-h2)*8));
69 op[h1] |= cpu_to_le32( SAA7146_I2C_CONT << ((3-h2)*2));
78 if ( SAA7146_I2C_CONT == (0x3 & (le32_to_cpu(op[h1]) >> ((3-h2)*2))) ) {
79 op[h1] &= ~cpu_to_le32(0x2 << ((3-h2)*2));
80 op[h
87 saa7146_i2c_msg_cleanup(const struct i2c_msg *m, int num, __le32 *op) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dasn1_par.c122 const unsigned char *p,*ep,*tot,*op,*opp; local
138 op=p-1;
139 while ((p < tot) && (op < p))
141 op=p;
153 hl=(p-op);
156 if (BIO_printf(bp,"%5ld:",(long)offset+(long)(op- *pp))
227 opp=op;
243 opp=op;
260 opp=op;
329 opp=op;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dultra45_env.c237 static int __devinit env_probe(struct platform_device *op, argument
248 p->regs = of_ioremap(&op->resource[0], 0, REG_SIZE, "pic16f747");
252 err = sysfs_create_group(&op->dev.kobj, &env_group);
256 p->hwmon_dev = hwmon_device_register(&op->dev);
262 dev_set_drvdata(&op->dev, p);
269 sysfs_remove_group(&op->dev.kobj, &env_group);
272 of_iounmap(&op->resource[0], p->regs, REG_SIZE);
279 static int __devexit env_remove(struct platform_device *op) argument
281 struct env *p = dev_get_drvdata(&op->dev);
284 sysfs_remove_group(&op
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/asn1/
H A Dasn1_par.c121 const unsigned char *p, *ep, *tot, *op, *opp; local
143 op = p - 1;
144 while ((p < tot) && (op < p)) {
145 op = p;
156 hl = (p - op);
161 if (BIO_printf(bp, "%5ld:", (long)offset + (long)(op - *pp))
234 opp = op;
246 opp = op;
258 opp = op;
317 opp = op;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/char/
H A Dtape_34xx.c69 request->op = TO_MSEN;
102 enum tape_op op; member in struct:tape_34xx_work
120 switch(p->op) {
132 tape_34xx_schedule_work(struct tape_device *device, enum tape_op op) argument
142 p->op = op;
154 DBF_EVENT(6, "%s done\n", tape_op_verbose[request->op]);
156 switch (request->op) {
175 tape_op_verbose[request->op], rc);
183 tape_op_verbose[request->op]);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rds/
H A Diw_send.c67 struct rds_rdma_op *op)
69 if (op->r_mapped) {
71 op->r_sg, op->r_nents,
72 op->r_write ? DMA_TO_DEVICE : DMA_FROM_DEVICE);
73 op->r_mapped = 0;
590 /* If it has a RDMA op, tell the peer we did it. This is
785 int rds_iw_xmit_rdma(struct rds_connection *conn, struct rds_rdma_op *op) argument
795 u64 remote_addr = op->r_remote_addr;
807 if (!op
66 rds_iw_send_unmap_rdma(struct rds_iw_connection *ic, struct rds_rdma_op *op) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dqlogicpti.c477 err = request_firmware(&fw, fwname, &qpti->op->dev);
706 struct platform_device *op = qpti->op; local
708 qpti->qregs = of_ioremap(&op->resource[0], 0,
709 resource_size(&op->resource[0]),
716 qpti->sreg = of_ioremap(&op->resource[0], (16 * 4096),
729 struct platform_device *op = qpti->op; local
731 qpti->qhost->irq = qpti->irq = op->archdata.irqs[0];
754 struct platform_device *op local
775 struct platform_device *op = qpti->op; local
808 struct platform_device *op = qpti->op; local
1290 qpti_sbus_probe(struct platform_device *op, const struct of_device_id *match) argument
1401 qpti_sbus_remove(struct platform_device *op) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/include/linux/netfilter/
H A Dxt_set.h47 unsigned op; member in struct:ip_set_req_get_set
57 unsigned op; member in struct:ip_set_req_version
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dbitrate.c230 int vorbis_bitrate_flushpacket(vorbis_dsp_state *vd,ogg_packet *op){ argument
237 if(op){
243 op->packet=oggpack_get_buffer(vbi->packetblob[choice]);
244 op->bytes=oggpack_bytes(vbi->packetblob[choice]);
245 op->b_o_s=0;
246 op->e_o_s=vb->eofflag;
247 op->granulepos=vb->granulepos;
248 op->packetno=vb->sequence; /* for sake of completeness */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-icmp6.c671 const struct nd_opt_hdr *op; local
693 op = (struct nd_opt_hdr *)cp;
695 ECHECK(op->nd_opt_len);
698 if (op->nd_opt_len == 0)
700 if (cp + (op->nd_opt_len << 3) > ep)
704 tok2str(icmp6_opt_values, "unknown", op->nd_opt_type),
705 op->nd_opt_type,
706 op->nd_opt_len << 3,
707 op->nd_opt_len);
709 switch (op
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dfuse_kern_chan.c88 struct fuse_chan_ops op = { local
95 return fuse_chan_new(&op, fd, bufsize, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/sbus/char/
H A Dbbc_i2c.h10 struct platform_device *op; member in struct:bbc_i2c_client
67 struct platform_device *op; member in struct:bbc_i2c_bus
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/sgi-gru/
H A Dgrulib.h96 int op; member in struct:gru_set_context_option_req
115 unsigned int op; member in struct:gru_dump_chiplet_state_req
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/b2c2/
H A Dflexcop-eeprom.c19 flexcop_access_op_t op, u16 addr, u8 *buf, u16 len, int retries)
24 ret = fc->i2c_request(&fc->fc_i2c_adap[1], op, chipaddr,
18 flexcop_eeprom_request(struct flexcop_device *fc, flexcop_access_op_t op, u16 addr, u8 *buf, u16 len, int retries) argument

Completed in 394 milliseconds

<<11121314151617181920>>