Searched refs:kp (Results 1 - 25 of 66) sorted by last modified time

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/fips/des/
H A Dfips_desmovs.c330 int kp=akeysz/64; local
334 if(kp == 1)
337 for(n=0 ; n < kp ; ++n)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/test/
H A Dfips_desmovs.c330 int kp=akeysz/64; local
334 if(kp == 1)
337 for(n=0 ; n < kp ; ++n)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/asn1/
H A Dn_pkey.c235 const unsigned char *p, *kp; local
258 kp = enckey->enckey->digest->data;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_init_chip.c67 static int ipath_set_kpiobufs(const char *val, struct kernel_param *kp);
955 static int ipath_set_kpiobufs(const char *str, struct kernel_param *kp) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/mouse/
H A Dpsmouse-base.c40 static int psmouse_set_maxproto(const char *val, struct kernel_param *kp);
41 static int psmouse_get_maxproto(char *buffer, struct kernel_param *kp);
1544 static int psmouse_set_maxproto(const char *val, struct kernel_param *kp) argument
1556 *((unsigned int *)kp->arg) = proto->type;
1561 static int psmouse_get_maxproto(char *buffer, struct kernel_param *kp) argument
1563 int type = *((unsigned int *)kp->arg);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Dmd.c5819 static int get_ro(char *buffer, struct kernel_param *kp) argument
5823 static int set_ro(const char *val, struct kernel_param *kp) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dcompat_ioctl32.c33 static int get_video_tuner32(struct video_tuner *kp, struct video_tuner32 __user *up) argument
36 get_user(kp->tuner, &up->tuner) ||
37 copy_from_user(kp->name, up->name, 32) ||
38 get_user(kp->rangelow, &up->rangelow) ||
39 get_user(kp->rangehigh, &up->rangehigh) ||
40 get_user(kp->flags, &up->flags) ||
41 get_user(kp->mode, &up->mode) ||
42 get_user(kp->signal, &up->signal))
47 static int put_video_tuner32(struct video_tuner *kp, struct video_tuner32 __user *up) argument
50 put_user(kp
67 get_video_buffer32(struct video_buffer *kp, struct video_buffer32 __user *up) argument
87 put_video_buffer32(struct video_buffer *kp, struct video_buffer32 __user *up) argument
131 put_video_window32(struct video_window *kp, struct video_window32 __user *up) argument
162 get_v4l2_window32(struct v4l2_window *kp, struct v4l2_window32 __user *up) argument
196 put_v4l2_window32(struct v4l2_window *kp, struct v4l2_window32 __user *up) argument
206 get_v4l2_pix_format(struct v4l2_pix_format *kp, struct v4l2_pix_format __user *up) argument
213 put_v4l2_pix_format(struct v4l2_pix_format *kp, struct v4l2_pix_format __user *up) argument
220 get_v4l2_vbi_format(struct v4l2_vbi_format *kp, struct v4l2_vbi_format __user *up) argument
227 put_v4l2_vbi_format(struct v4l2_vbi_format *kp, struct v4l2_vbi_format __user *up) argument
246 get_v4l2_format32(struct v4l2_format *kp, struct v4l2_format32 __user *up) argument
265 put_v4l2_format32(struct v4l2_format *kp, struct v4l2_format32 __user *up) argument
282 get_v4l2_standard(struct v4l2_standard *kp, struct v4l2_standard __user *up) argument
290 put_v4l2_standard(struct v4l2_standard *kp, struct v4l2_standard __user *up) argument
307 get_v4l2_standard32(struct v4l2_standard *kp, struct v4l2_standard32 __user *up) argument
316 put_v4l2_standard32(struct v4l2_standard *kp, struct v4l2_standard32 __user *up) argument
329 get_v4l2_tuner(struct v4l2_tuner *kp, struct v4l2_tuner __user *up) argument
337 put_v4l2_tuner(struct v4l2_tuner *kp, struct v4l2_tuner __user *up) argument
366 get_v4l2_buffer32(struct v4l2_buffer *kp, struct v4l2_buffer32 __user *up) argument
398 put_v4l2_buffer32(struct v4l2_buffer *kp, struct v4l2_buffer32 __user *up) argument
442 get_v4l2_framebuffer32(struct v4l2_framebuffer *kp, struct v4l2_framebuffer32 __user *up) argument
456 put_v4l2_framebuffer32(struct v4l2_framebuffer *kp, struct v4l2_framebuffer32 __user *up) argument
469 get_v4l2_input32(struct v4l2_input *kp, struct v4l2_input __user *up) argument
476 put_v4l2_input32(struct v4l2_input *kp, struct v4l2_input __user *up) argument
483 get_v4l2_input(struct v4l2_input *kp, struct v4l2_input __user *up) argument
490 put_v4l2_input(struct v4l2_input *kp, struct v4l2_input __user *up) argument
505 microcode32(struct video_code *kp, struct video_code32 __user *up) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dkprobes.c109 kcb->prev_kprobe.kp = kprobe_running();
116 __get_cpu_var(current_kprobe) = kcb->prev_kprobe.kp;
497 struct jprobe *jp = container_of(p, struct jprobe, kp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dkprobes.c246 kcb->prev_kprobe.kp = kprobe_running();
255 __get_cpu_var(current_kprobe) = kcb->prev_kprobe.kp;
611 struct jprobe *jp = container_of(p, struct jprobe, kp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/cdrom/
H A Dmcdx.c308 static int mcdx_set(const char *val, struct kernel_param *kp) argument
H A Dsbpcd.c430 static int sbpcd_set(const char *val, struct kernel_param *kp) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/ipmi/
H A Dipmi_poweroff.c69 static int set_param_ifnum(const char *val, struct kernel_param *kp) argument
71 int rv = param_set_int(val, kp);
H A Dipmi_si_intf.c1092 static int hotmod_handler(const char *val, struct kernel_param *kp);
1508 static int hotmod_handler(const char *val, struct kernel_param *kp) argument
H A Dipmi_watchdog.c184 static int set_param_int(const char *val, struct kernel_param *kp) argument
197 *((int *)kp->arg) = l;
205 static int get_param_int(char *buffer, struct kernel_param *kp) argument
207 return sprintf(buffer, "%i", *((int *)kp->arg));
217 static int set_param_str(const char *val, struct kernel_param *kp) argument
219 action_fn fn = (action_fn) kp->arg;
243 static int get_param_str(char *buffer, struct kernel_param *kp) argument
245 action_fn fn = (action_fn) kp->arg;
255 static int set_param_wdog_ifnum(const char *val, struct kernel_param *kp) argument
257 int rv = param_set_int(val, kp);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dsonypi.c760 struct sonypi_keypress kp; local
762 while (kfifo_get(sonypi_device.input_fifo, (unsigned char *)&kp,
763 sizeof(kp)) == sizeof(kp)) {
765 input_report_key(kp.dev, kp.key, 0);
766 input_sync(kp.dev);
774 struct sonypi_keypress kp = { NULL }; local
791 kp.key = BTN_MIDDLE;
792 kp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dkprobes.c71 kcb->prev_kprobe.kp = kprobe_running();
79 __get_cpu_var(current_kprobe) = kcb->prev_kprobe.kp;
435 struct jprobe *jp = container_of(p, struct jprobe, kp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dkprobes.c233 kcb->prev_kprobe.kp = kprobe_running();
241 __get_cpu_var(current_kprobe) = kcb->prev_kprobe.kp;
675 struct jprobe *jp = container_of(p, struct jprobe, kp);
713 struct jprobe *jp = container_of(p, struct jprobe, kp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Daes.c328 const u32 *kp = E_KEY + 4; local
336 f_nround (b1, b0, kp);
337 f_nround (b0, b1, kp);
341 f_nround (b1, b0, kp);
342 f_nround (b0, b1, kp);
345 f_nround (b1, b0, kp);
346 f_nround (b0, b1, kp);
347 f_nround (b1, b0, kp);
348 f_nround (b0, b1, kp);
349 f_nround (b1, b0, kp);
384 const u32 *kp = D_KEY + key_len + 20; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/
H A Ddebug.c89 static int param_get_debug_layer(char *buffer, struct kernel_param *kp) { argument
111 static int param_get_debug_level(char *buffer, struct kernel_param *kp) { argument
H A Dsystem.c50 static int param_get_acpica_version(char *buffer, struct kernel_param *kp) { argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/avr32/kernel/
H A Dkprobes.c226 struct jprobe *jp = container_of(p, struct jprobe, kp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dkprobes.c193 kcb->prev_kprobe.kp = kprobe_running();
201 __get_cpu_var(current_kprobe) = kcb->prev_kprobe.kp;
425 __get_cpu_var(current_kprobe) = &ri->rp->kp;
683 struct jprobe *jp = container_of(p, struct jprobe, kp);
722 struct jprobe *jp = container_of(p, struct jprobe, kp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dkprobes.c375 kcb->prev_kprobe[i-1].kp = kprobe_running();
383 __get_cpu_var(current_kprobe) = kcb->prev_kprobe[i].kp;
941 struct jprobe *jp = container_of(p, struct jprobe, kp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/storage/
H A Dlibusual.c230 static int usu_set_bias(const char *bias_s, struct kernel_param *kp) argument
255 static int usu_get_bias(char *buffer, struct kernel_param *kp) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/misc/
H A Dlkdtm.c284 lkdtm.kp.symbol_name = "__do_IRQ";
288 lkdtm.kp.symbol_name = "handle_IRQ_event";
292 lkdtm.kp.symbol_name = "tasklet_action";
296 lkdtm.kp.symbol_name = "ll_rw_block";
300 lkdtm.kp.symbol_name = "shrink_inactive_list";
304 lkdtm.kp.symbol_name = "hrtimer_start";
308 lkdtm.kp.symbol_name = "scsi_dispatch_cmd";
313 lkdtm.kp.symbol_name = "generic_ide_ioctl";

Completed in 192 milliseconds

123