Searched refs:op (Results 276 - 300 of 671) sorted by relevance

<<11121314151617181920>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dipt_LOG.c79 unsigned char _opt[4 * 15 - sizeof(struct iphdr)], *op; local
83 op = skb_header_pointer(skb, iphoff+sizeof(_iph),
85 if (op == NULL) {
93 printk("%02X", op[i]);
150 unsigned char *op; local
154 op = skb_header_pointer(skb,
157 if (op == NULL) {
165 printk("%02X", op[i]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/extensions/
H A Dlibipt_set.h57 req.op = IP_SET_OP_GET_BYNAME;
84 req.op = IP_SET_OP_GET_BYINDEX;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dauditfilter.c259 u32 op)
268 op & ~AUDIT_EQUAL ||
434 f->op = rule->fields[i] & (AUDIT_NEGATE|AUDIT_OPERATORS);
466 if ((f->op != AUDIT_NOT_EQUAL) && (f->op != AUDIT_EQUAL)
467 && (f->op != AUDIT_NEGATE) && (f->op)) {
484 entry->rule.vers_ops = (f->op & AUDIT_OPERATORS) ? 2 : 1;
488 if (f->op & AUDIT_NEGATE)
489 f->op
258 audit_to_watch(struct audit_krule *krule, char *path, int len, u32 op) argument
1558 audit_comparator(const u32 left, const u32 op, const u32 right) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dplural.c170 enum expression_operator op; member in union:YYSTYPE
195 new_exp (int nargs, enum expression_operator op, argument
211 newp->operation = op;
225 new_exp_0 (enum expression_operator op) argument
227 return new_exp (0, op, NULL);
231 new_exp_1 (enum expression_operator op, struct expression *right) argument
236 return new_exp (1, op, args);
240 new_exp_2 (enum expression_operator op, struct expression *left, argument
247 return new_exp (2, op, args);
251 new_exp_3 (enum expression_operator op, struc argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Dinfback.c481 if (this.op && (this.op & 0xf0) == 0) {
485 (BITS(last.bits + last.op) >> last.bits)];
495 if (this.op == 0) {
507 if (this.op & 32) {
514 if (this.op & 64) {
521 state->extra = (unsigned)(this.op) & 15;
535 if ((this.op & 0xf0) == 0) {
539 (BITS(last.bits + last.op) >> last.bits)];
546 if (this.op
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Debus.c288 struct of_device *op; local
326 op = of_find_device_by_node(dp);
327 if (!op) {
330 dev->num_irqs = op->num_irqs;
332 dev->irqs[i] = op->irqs[i];
365 struct of_device *op; local
372 op = of_find_device_by_node(dp);
373 if (!op) {
382 &op->resource[i],
385 dev->num_irqs = op
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Dinfback.c481 if (this.op && (this.op & 0xf0) == 0) {
485 (BITS(last.bits + last.op) >> last.bits)];
495 if (this.op == 0) {
507 if (this.op & 32) {
514 if (this.op & 64) {
521 state->extra = (unsigned)(this.op) & 15;
535 if ((this.op & 0xf0) == 0) {
539 (BITS(last.bits + last.op) >> last.bits)];
546 if (this.op
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/util/
H A Dvolinfo.c216 const vol_opt_name_t *op; local
223 op = options;
224 for (;op->name; op++) {
225 if ( !strcmp(op->name, q )) {
226 *flags |= op->option;
485 const vol_opt_name_t *op = &vol_opt_names[0]; local
576 for (;op->name; op++) {
577 if ( (vol->v_flags & op
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/zlib_inflate/
H A Dinflate.c570 if (this.op && (this.op & 0xf0) == 0) {
574 (BITS(last.bits + last.op) >> last.bits)];
582 if ((int)(this.op) == 0) {
586 if (this.op & 32) {
590 if (this.op & 64) {
595 state->extra = (unsigned)(this.op) & 15;
610 if ((this.op & 0xf0) == 0) {
614 (BITS(last.bits + last.op) >> last.bits)];
621 if (this.op
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/mm/
H A Dtlbex.c271 u32 op; local
282 op = ip->match;
284 if (ip->fields & RS) op |= build_rs(va_arg(ap, u32));
285 if (ip->fields & RT) op |= build_rt(va_arg(ap, u32));
286 if (ip->fields & RD) op |= build_rd(va_arg(ap, u32));
287 if (ip->fields & RE) op |= build_re(va_arg(ap, u32));
288 if (ip->fields & SIMM) op |= build_simm(va_arg(ap, s32));
289 if (ip->fields & UIMM) op |= build_uimm(va_arg(ap, u32));
290 if (ip->fields & BIMM) op |= build_bimm(va_arg(ap, s32));
291 if (ip->fields & JIMM) op |
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dsunzilog.c1360 static int __devinit zs_probe(struct of_device *op, const struct of_device_id *match) argument
1369 if (of_find_property(op->node, "keyboard", NULL))
1372 sunzilog_chip_regs[inst] = of_ioremap(&op->resource[0], 0,
1381 zilog_irq = op->irqs[0];
1386 up[0].port.mapbase = op->resource[0].start + 0x00;
1389 up[0].port.irq = op->irqs[0];
1396 up[0].port.dev = &op->dev;
1403 up[1].port.mapbase = op->resource[0].start + 0x04;
1406 up[1].port.irq = op->irqs[0];
1413 up[1].port.dev = &op
1461 zs_remove(struct of_device *op) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/lock/
H A Dlock_failchk.c84 request.op = DB_LOCK_PUT_READ;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/os/
H A Dos_rw.c21 __os_io(env, op, fhp, pgno, pgsize, relative, io_len, buf, niop)
23 int op;
55 switch (op) {
107 switch (op) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/txn/
H A Dtxn_chkpt.c70 * a checkpoint is a null-op.
105 u_int32_t bytes, id, logflags, mbytes, op; local
252 op = DBREG_CHKPNT;
256 op = DBREG_RCLOSE;
257 if ((ret = __dbreg_log_files(env, op)) != 0 ||
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/include/linux/tc_ematch/
H A Dtc_em_meta.h20 __u8 op; member in struct:tcf_meta_val
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/b2c2/
H A Dflexcop-i2c.c95 int flexcop_i2c_request(struct flexcop_device *fc, flexcop_access_op_t op, argument
102 deb_i2c("op = %d\n",op);
105 r100.tw_sm_c_100.twoWS_rw = op;
114 if (op == FC_READ)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Dcnid_dbd_private.h40 int op; member in struct:cnid_dbd_rqst
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/xmon/
H A Dppc.h167 i |= (op & ((1 << o->bits) - 1)) << o->shift;
169 this structure, and op is the opcode value; this assumes twos
180 (unsigned long instruction, long op, int dialect, const char **errmsg);
186 op = ((i) >> o->shift) & ((1 << o->bits) - 1);
188 && (op & (1 << (o->bits - 1))) != 0)
189 op -= 1 << o->bits;
190 (i is the instruction, o is a pointer to this structure, and op
224 insert function with any op value. The disassembler should call
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/kernel/tt/
H A Dexec_kern.c50 current->thread.request.op = OP_EXEC;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/udhcpd/
H A Dpacket.h13 u_int8_t op; member in struct:dhcpMessage
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/cxgb3/
H A Dcxgb3_ctl_defs.h141 unsigned int op; member in struct:rdma_cq_op
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/mlx4/
H A Dqp.c73 static const u16 op[MLX4_QP_NUM_STATE][MLX4_QP_NUM_STATE] = { local
118 !op[cur_state][new_state])
121 if (op[cur_state][new_state] == MLX4_CMD_2RST_QP)
144 op[cur_state][new_state], MLX4_CMD_TIME_CLASS_C);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dseq_file.h23 const struct seq_operations *op; member in struct:seq_file
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/tc_ematch/
H A Dtc_em_meta.h20 __u8 op; member in struct:tcf_meta_val
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-howl/include/corby/
H A Dobject.h72 sw_const_string op,

Completed in 163 milliseconds

<<11121314151617181920>>