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

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/ia32/
H A Dipc32.c189 semctl32 (int first, int second, int third, void *uptr) argument
198 if (!uptr)
200 if (get_user(pad, (u32 *)uptr))
274 do_sys32_msgsnd (int first, int second, int third, void *uptr) argument
277 struct msgbuf32 *up = (struct msgbuf32 *)uptr;
300 do_sys32_msgrcv (int first, int second, int msgtyp, int third, int version, void *uptr) argument
308 struct ipc_kludge *uipck = (struct ipc_kludge *)uptr;
312 if (!uptr)
317 uptr = (void *)A(ipck.msgp);
332 up = (struct msgbuf32 *)uptr;
342 msgctl32(int first, int second, void *uptr) argument
437 shmat32(int first, int second, int third, int version, void *uptr) argument
451 put_shmid64(struct shmid64_ds *s64p, void *uptr, int version) argument
500 shmctl32(int first, int second, void *uptr) argument
[all...]
H A Dsocket32.c505 __u32 uptr; local
509 __get_user(uptr, &fprog32->filter))
512 kfprog.filter = (struct sock_filter *)A(uptr);
H A Dia32_ioctl.c2546 char *uptr; local
2557 uptr = (char *) A(tmp);
2559 if (uptr) {
2564 copy_from_user(karg.unique, uptr, karg.unique_len)) {
2580 uptr != NULL &&
2581 copy_to_user(uptr, karg.unique, karg.unique_len))
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sbus/char/
H A Djsflash.c323 char *uptr; local
338 uptr = (char *) (unsigned long) abuf.data;
339 if (verify_area(VERIFY_READ, uptr, togo))
343 copy_from_user(&b.s[0], uptr, 4);
346 uptr += 4;
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/radius/radiusclient/lib/
H A Davpair.c478 static void rc_fieldcpy (char *string, char **uptr) argument
482 ptr = *uptr;
495 *uptr = ptr;
505 *uptr = ptr;
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/plugins/radius/radiusclient/lib/
H A Davpair.c478 static void rc_fieldcpy (char *string, char **uptr) argument
482 ptr = *uptr;
495 *uptr = ptr;
505 *uptr = ptr;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips64/kernel/
H A Dlinux32.c1310 __u32 uptr; local
1314 __get_user(uptr, &fprog32->filter))
1317 kfprog.filter = (struct sock_filter *)A(uptr);
1569 do_sys32_semctl(int first, int second, int third, void *uptr) argument
1577 if (!uptr)
1580 if (get_user (pad, (u32 *)uptr))
1657 do_sys32_msgsnd (int first, int second, int third, void *uptr) argument
1659 struct msgbuf32 *up = (struct msgbuf32 *)uptr;
1688 int version, void *uptr)
1696 struct ipc_kludge32 *uipck = (struct ipc_kludge32 *)uptr;
1687 do_sys32_msgrcv(int first, int second, int msgtyp, int third, int version, void *uptr) argument
1732 do_sys32_msgctl(int first, int second, void *uptr) argument
1833 do_sys32_shmat(int first, int second, int third, int version, void *uptr) argument
1851 do_sys32_shmctl(int first, int second, void *uptr) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/kernel/
H A Dsys_ppc32.c2534 static long do_sys32_semctl(int first, int second, int third, void *uptr) argument
2541 if (!uptr)
2544 if (get_user(pad, (u32 *)uptr))
2652 do_sys32_msgsnd(int first, int second, int third, void *uptr) argument
2655 struct msgbuf32 *up = (struct msgbuf32 *)uptr;
2682 int version, void *uptr)
2693 struct ipc_kludge *uipck = (struct ipc_kludge *)uptr;
2697 if (!uptr)
2702 uptr = (void *)A(ipck.msgp);
2715 up = (struct msgbuf32 *)uptr;
2681 do_sys32_msgrcv(int first, int second, int msgtyp, int third, int version, void *uptr) argument
2726 do_sys32_msgctl(int first, int second, void *uptr) argument
2826 do_sys32_shmat(int first, int second, int third, int version, void *uptr) argument
2842 do_sys32_shmctl(int first, int second, void *uptr) argument
3172 __u32 uptr; local
[all...]
H A Dioctl32.c2771 char *uptr; local
2782 uptr = (char *) A(tmp);
2784 if (uptr) {
2789 copy_from_user(karg.unique, uptr, karg.unique_len)) {
2805 uptr != NULL &&
2806 copy_to_user(uptr, karg.unique, karg.unique_len))
3280 void *uptr, *kptr; local
3292 uptr = (void *) A(udata);
3297 if (!uptr || kctrl.length > PAGE_SIZE)
3304 if (copy_from_user(kptr, uptr, kctr
3341 void *uptr, *kptr; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390x/kernel/
H A Dlinux32.c408 static int do_sys32_semctl(int first, int second, int third, void *uptr) argument
414 if (!uptr)
417 if (get_user (pad, (u32 *)uptr))
505 static int do_sys32_msgsnd (int first, int second, int third, void *uptr) argument
508 struct msgbuf32 *up = (struct msgbuf32 *)uptr;
528 int version, void *uptr)
536 struct ipc_kludge_32 *uipck = (struct ipc_kludge_32 *)uptr;
540 if (!uptr)
545 uptr = (void *)A(ipck.msgp);
558 up = (struct msgbuf32 *)uptr;
527 do_sys32_msgrcv(int first, int second, int msgtyp, int third, int version, void *uptr) argument
568 do_sys32_msgctl(int first, int second, void *uptr) argument
656 do_sys32_shmat(int first, int second, int third, int version, void *uptr) argument
672 do_sys32_shmctl(int first, int second, void *uptr) argument
2748 __u32 uptr; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/kernel/
H A Dsys_sparc32.c417 static int do_sys32_semctl(int first, int second, int third, void *uptr) argument
423 if (!uptr)
426 if (get_user (pad, (u32 *)uptr))
506 static int do_sys32_msgsnd (int first, int second, int third, void *uptr) argument
509 struct msgbuf32 *up = (struct msgbuf32 *)uptr;
529 int version, void *uptr)
537 struct ipc_kludge *uipck = (struct ipc_kludge *)uptr;
541 if (!uptr)
546 uptr = (void *)A(ipck.msgp);
559 up = (struct msgbuf32 *)uptr;
528 do_sys32_msgrcv(int first, int second, int msgtyp, int third, int version, void *uptr) argument
569 do_sys32_msgctl(int first, int second, void *uptr) argument
648 do_sys32_shmat(int first, int second, int third, int version, void *uptr) argument
664 do_sys32_shmctl(int first, int second, void *uptr) argument
2788 __u32 uptr; local
[all...]
H A Dioctl32.c3321 char *uptr; local
3332 uptr = (char *) A(tmp);
3334 if (uptr) {
3339 copy_from_user(karg.unique, uptr, karg.unique_len)) {
3355 uptr != NULL &&
3356 copy_to_user(uptr, karg.unique, karg.unique_len))
3829 void *uptr, *kptr; local
3841 uptr = (void *) A(udata);
3846 if (!uptr || kctrl.length > PAGE_SIZE)
3853 if (copy_from_user(kptr, uptr, kctr
3890 void *uptr, *kptr; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/ia32/
H A Dsys_ia32.c2149 semctl32 (int first, int second, int third, void *uptr) argument
2158 if (!uptr)
2160 if (get_user(pad, (u32 *)uptr))
2232 do_sys32_msgsnd (int first, int second, int third, void *uptr) argument
2235 struct msgbuf32 *up = (struct msgbuf32 *)uptr;
2255 do_sys32_msgrcv (int first, int second, int msgtyp, int third, int version, void *uptr) argument
2263 struct ipc_kludge *uipck = (struct ipc_kludge *)uptr;
2267 if (!uptr)
2272 uptr = (void *)A(ipck.msgp);
2285 up = (struct msgbuf32 *)uptr;
2295 msgctl32(int first, int second, void *uptr) argument
2390 shmat32(int first, int second, int third, int version, void *uptr) argument
2405 shmctl32(int first, int second, void *uptr) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/parisc/kernel/
H A Dioctl32.c2203 char *uptr; local
2214 uptr = (char *) A(tmp);
2216 if (uptr) {
2221 copy_from_user(karg.unique, uptr, karg.unique_len)) {
2237 uptr != NULL &&
2238 copy_to_user(uptr, karg.unique, karg.unique_len))
2719 struct serial_struct32 * uptr = (struct serial_struct32 *)arg; local
2728 ret = copy_to_user(uptr, &ss, sizeof(struct serial_struct32));
2729 ret |= put_user(ss.iomem_base, &uptr->iomem_base);
2730 ret |= put_user(ss.iomem_reg_shift, &uptr
[all...]
H A Dsys_parisc32.c2310 __u32 uptr; local
2314 __get_user(uptr, &fprog32->filter))
2317 kfprog.filter = (struct sock_filter *)A(uptr);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter/
H A Darp_tables.c828 struct arpt_get_entries *uptr)
839 t, uptr->entrytable);
827 get_entries(const struct arpt_get_entries *entries, struct arpt_get_entries *uptr) argument
H A Dip_tables.c1009 struct ipt_get_entries *uptr)
1020 t, uptr->entrytable);
1008 get_entries(const struct ipt_get_entries *entries, struct ipt_get_entries *uptr) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter.noQoS/
H A Darp_tables.c828 struct arpt_get_entries *uptr)
839 t, uptr->entrytable);
827 get_entries(const struct arpt_get_entries *entries, struct arpt_get_entries *uptr) argument
H A Dip_tables.c1009 struct ipt_get_entries *uptr)
1020 t, uptr->entrytable);
1008 get_entries(const struct ipt_get_entries *entries, struct ipt_get_entries *uptr) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dmoxa.c3107 ushort *uptr; local
3111 uptr = (ushort *) moxaBuff;
3113 usum += uptr[i];
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv6/netfilter/
H A Dip6_tables.c1085 struct ip6t_get_entries *uptr)
1096 t, uptr->entrytable);
1084 get_entries(const struct ip6t_get_entries *entries, struct ip6t_get_entries *uptr) argument

Completed in 245 milliseconds