Searched refs:user32 (Results 1 - 17 of 17) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/ia32/
H A Dptrace32.c22 #include <asm/user32.h>
38 case offsetof(struct user32, regs.l): stack[offsetof(struct pt_regs, q)/8] = val; break
46 case offsetof(struct user32, regs.fs):
50 case offsetof(struct user32, regs.gs):
54 case offsetof(struct user32, regs.ds):
58 case offsetof(struct user32, regs.es):
61 case offsetof(struct user32, regs.ss):
65 case offsetof(struct user32, regs.cs):
81 case offsetof(struct user32, regs.eflags): { argument
88 case offsetof(struct user32, u_debugre
[all...]
H A Dia32_binfmt.c26 #include <asm/user32.h>
139 #define user user32
H A Dia32_aout.c33 #include <asm/user32.h>
48 static void dump_thread32(struct pt_regs * regs, struct user32 * dump)
152 struct user32 dump;
H A Dia32_signal.c30 #include <asm/user32.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/shlib/
H A Dwin32dll.bat8 cl /Felibeay32.dll /GD /MD /LD -DWIN32 %OPTIONS% ms\libeay32.def crypto\crypto.c crypto\bf\asm\b-win32.obj crypto\des\asm\c-win32.obj crypto\des\asm\d-win32.obj crypto\bn\asm\x86nt32.obj user32.lib gdi32.lib wsock32.lib
12 cl /Fessleay.exe /MD -DWIN32 %OPTIONS% apps\eay.c ssleay32.lib libeay32.lib user32.lib wsock32.lib
H A Dwin32.bat17 cl /Fessleay.exe %OPTIONS% eay.obj ssl.obj crypto.obj crypto\bf\asm\b-win32.obj crypto\des\asm\c-win32.obj crypto\des\asm\d-win32.obj crypto\bn\asm\x86nt32.obj user32.lib gdi32.lib wsock32.lib
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/shlib/
H A Dwin32dll.bat8 cl /Felibeay32.dll /GD /MD /LD -DWIN32 %OPTIONS% ms\libeay32.def crypto\crypto.c crypto\bf\asm\b-win32.obj crypto\des\asm\c-win32.obj crypto\des\asm\d-win32.obj crypto\bn\asm\x86nt32.obj user32.lib gdi32.lib wsock32.lib
12 cl /Fessleay.exe /MD -DWIN32 %OPTIONS% apps\eay.c ssleay32.lib libeay32.lib user32.lib wsock32.lib
H A Dwin32.bat17 cl /Fessleay.exe %OPTIONS% eay.obj ssl.obj crypto.obj crypto\bf\asm\b-win32.obj crypto\des\asm\c-win32.obj crypto\des\asm\d-win32.obj crypto\bn\asm\x86nt32.obj user32.lib gdi32.lib wsock32.lib
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dcompat_ptrace.h56 struct user32 { struct
H A Dptrace.c380 struct user32 *dummy32 = NULL;
454 struct user32 *dummy32 = NULL;
460 (addr & 3) || addr > sizeof(struct user32) - 3)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ncpfs/
H A Dioctl.c651 struct compat_ncp_objectname_ioctl user32; local
652 if (copy_from_user(&user32, argp, sizeof(user32)))
654 user.auth_type = user32.auth_type;
655 user.object_name_len = user32.object_name_len;
656 user.object_name = compat_ptr(user32.object_name);
705 struct compat_ncp_privatedata_ioctl user32; local
706 if (copy_from_user(&user32, argp, sizeof(user32)))
708 user.len = user32
725 struct compat_ncp_privatedata_ioctl user32; local
752 struct compat_ncp_privatedata_ioctl user32; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Duser32.h44 struct user32 { struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dpci.c1063 unsigned long user32 = user_offset & pci_memspace_mask; local
1098 if (addr32 <= user32 && this_base > largest_base)
1107 vma->vm_pgoff = (((largest_base & ~0xffffffUL) | user32) >> PAGE_SHIFT);
1109 vma->vm_pgoff = (((largest_base & ~(pci_memspace_mask)) | user32) >> PAGE_SHIFT);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/src/
H A DMakefile.vc10101 SSL_LIBS = libeay32.lib ssleay32.lib gdi32.lib user32.lib advapi32.lib
H A DMakefile.vc6101 SSL_LIBS = libeay32.lib ssleay32.lib gdi32.lib user32.lib advapi32.lib
H A DMakefile.vc8101 SSL_LIBS = libeay32.lib ssleay32.lib gdi32.lib user32.lib advapi32.lib
H A DMakefile.vc9101 SSL_LIBS = libeay32.lib ssleay32.lib gdi32.lib user32.lib advapi32.lib

Completed in 91 milliseconds