Searched refs:cop (Results 1 - 6 of 6) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/misc/
H A Dgettextize214 -c | --copy | --cop | --co | --c ) # accepted for backward compatibility
H A Dgettextize.in214 -c | --copy | --cop | --co | --c ) # accepted for backward compatibility
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/drivers/
H A Dcryptocop.c240 static void print_cryptocop_operation(struct cryptocop_operation *cop);
242 static void print_strcop_crypto_op(struct strcop_crypto_op *cop);
2478 struct cryptocop_operation *cop = NULL; local
2549 cop = kmalloc(sizeof(struct cryptocop_operation), GFP_KERNEL);
2550 if (!cop) {
2562 cop->cb_data = jc;
2563 cop->cb = ioctl_process_job_callback;
2564 cop->operation_status = 0;
2565 cop->use_dmalists = 0;
2566 cop
3225 print_strcop_crypto_op(struct strcop_crypto_op *cop) argument
3264 print_cryptocop_operation(struct cryptocop_operation *cop) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/math-emu/
H A Dieee754.h133 int ieee754sp_cmp(ieee754sp x, ieee754sp y, int cop, int sig);
184 int ieee754dp_cmp(ieee754dp x, ieee754dp y, int cop, int sig);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dub.c1743 struct completion *cop = cmd->back; local
1744 complete(cop);
1881 struct completion *cop = urb->context; local
1882 complete(cop);
1887 struct completion *cop = (struct completion *) arg; local
1888 complete(cop);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Damifb.c3569 copins *cop = copdisplay.init; local
3574 (cop++)->l = CMOVE(BPC0_COLOR | BPC0_SHRES | BPC0_ECSENA, bplcon0);
3575 (cop++)->l = CMOVE(0x0181, diwstrt);
3576 (cop++)->l = CMOVE(0x0281, diwstop);
3577 (cop++)->l = CMOVE(0x0000, diwhigh);
3579 (cop++)->l = CMOVE(BPC0_COLOR, bplcon0);
3582 (cop++)->l = CMOVE(0, spr[i].pos);
3583 (cop++)->l = CMOVE(highw(p), sprpt[i]);
3584 (cop++)->l = CMOVE2(loww(p), sprpt[i]);
3587 (cop
[all...]

Completed in 153 milliseconds