Home
last modified time | relevance | path

Searched defs:user (Results 1 – 25 of 110) sorted by relevance

12345

/linux-2.4.37.9/include/asm-sh64/
Duser.h48 struct user { struct
50 struct user_fpu_struct fpu; /* Math Co-processor registers */ argument
60 struct user_fpu_struct* u_fpstate; /* Math Co-processor pointer */ argument
62 char u_comm[32]; /* user command name */ argument
/linux-2.4.37.9/include/asm-sh/
Duser.h39 struct user { struct
41 struct user_fpu_struct fpu; /* Math Co-processor registers */ argument
51 struct user_fpu_struct* u_fpstate; /* Math Co-processor pointer */ argument
53 char u_comm[32]; /* user command name */ argument
/linux-2.4.37.9/include/asm-ppc64/
Duser.h38 struct user { struct
49 char u_comm[32]; /* user command name */ argument
/linux-2.4.37.9/include/asm-ppc/
Duser.h33 struct user { struct
44 char u_comm[32]; /* user command name */ argument
/linux-2.4.37.9/include/asm-alpha/
Duser.h32 struct user { struct
43 char u_comm[32]; /* user command name */ argument
/linux-2.4.37.9/include/asm-mips64/
Duser.h39 struct user { struct
50 char u_comm[32]; /* user command name */ argument
/linux-2.4.37.9/include/asm-mips/
Duser.h32 struct user { struct
43 char u_comm[32]; /* user command name */ argument
/linux-2.4.37.9/include/asm-ia64/
Duser.h38 struct user { struct
49 char u_comm[32]; /* user command name */ argument
/linux-2.4.37.9/include/asm-s390/
Duser.h52 struct user { struct
55 struct user_regs_struct regs; /* Where the registers are actually stored */ argument
66 struct user_regs_struct *u_ar0; argument
69 unsigned long magic; /* To uniquely identify a core file */
70 char u_comm[32]; /* User command that was responsible */
/linux-2.4.37.9/include/asm-s390x/
Duser.h52 struct user { struct
55 struct user_regs_struct regs; /* Where the registers are actually stored */ argument
66 struct user_regs_struct *u_ar0; argument
69 unsigned long magic; /* To uniquely identify a core file */
70 char u_comm[32]; /* User command that was responsible */
/linux-2.4.37.9/include/asm-arm/
Duser.h52 struct user{ struct
75 struct user_fp u_fp; /* FP state */ argument
76 struct user_fp_struct * u_fp0;/* Used by gdb to help find the values for */ argument
/linux-2.4.37.9/include/asm-m68k/
Duser.h58 struct user{ struct
61 struct user_regs_struct regs; /* Where the registers are actually stored */ argument
65 struct user_m68kfp_struct m68kfp; /* Math Co-processor registers. */ argument
77 struct user_regs_struct *u_ar0; argument
80 struct user_m68kfp_struct* u_fpstate; /* Math Co-processor pointer. */ argument
81 unsigned long magic; /* To uniquely identify a core file */
82 char u_comm[32]; /* User command that was responsible */
/linux-2.4.37.9/include/asm-sparc/
Duser.h39 struct user { struct
40 unsigned long magic;
41 unsigned long len;
42 struct sunos_regs regs;
43 struct exec uexec;
44 int signal;
45 size_t u_tsize; /* all of these in bytes! */
46 size_t u_dsize;
47 size_t u_ssize;
48 char u_comm[17];
[all …]
/linux-2.4.37.9/include/asm-sparc64/
Duser.h39 struct user { struct
40 unsigned int magic;
41 unsigned int len;
42 struct sunos_regs regs;
43 struct exec uexec;
44 int signal;
45 size_t u_tsize; /* all of these in bytes! */
46 size_t u_dsize;
47 size_t u_ssize;
48 char u_comm[17];
[all …]
/linux-2.4.37.9/include/asm-x86_64/
Duser.h80 struct user{ struct
83 struct user_regs_struct regs; /* Where the registers are actually stored */ argument
87 struct user_i387_struct i387; /* Math Co-processor registers. */ argument
99 struct user_pt_regs * u_ar0; /* Used by gdb to help find the values for */ argument
101 struct user_i387_struct* u_fpstate; /* Math Co-processor pointer. */ argument
102 unsigned long magic; /* To uniquely identify a core file */
103 char u_comm[32]; /* User command that was responsible */
104 unsigned long u_debugreg[8];
/linux-2.4.37.9/include/asm-i386/
Duser.h91 struct user{ struct
94 struct user_regs_struct regs; /* Where the registers are actually stored */ argument
98 struct user_i387_struct i387; /* Math Co-processor registers. */ argument
110 struct user_pt_regs * u_ar0; /* Used by gdb to help find the values for */ argument
112 struct user_i387_struct* u_fpstate; /* Math Co-processor pointer. */ argument
113 unsigned long magic; /* To uniquely identify a core file */
114 char u_comm[32]; /* User command that was responsible */
115 int u_debugreg[8];
/linux-2.4.37.9/fs/ncpfs/
Dioctl.c380 struct ncp_objectname_ioctl user; in ncp_ioctl() local
406 struct ncp_objectname_ioctl user; in ncp_ioctl() local
450 struct ncp_privatedata_ioctl user; in ncp_ioctl() local
474 struct ncp_privatedata_ioctl user; in ncp_ioctl() local
515 struct ncp_nls_ioctl user; in ncp_ioctl() local
572 struct ncp_nls_ioctl user; in ncp_ioctl() local
609 u_int32_t user; in ncp_ioctl() local
623 u_int32_t user = (server->dentry_ttl * 1000) / HZ; in ncp_ioctl() local
/linux-2.4.37.9/include/asm-cris/
Duser.h74 struct user { struct
75 struct user_regs_struct regs; /* entire machine state */ argument
85 char u_comm[32]; /* user command name */ argument
/linux-2.4.37.9/drivers/char/ipmi/
Dipmi_msghandler.c78 ipmi_user_t user; member
175 ipmi_register_all_cmd_rcvr(ipmi_user_t user) in ipmi_register_all_cmd_rcvr()
194 ipmi_unregister_all_cmd_rcvr(ipmi_user_t user) in ipmi_unregister_all_cmd_rcvr()
444 ipmi_user_t *user) in ipmi_create_user()
507 static int ipmi_destroy_user_nolock(ipmi_user_t user) in ipmi_destroy_user_nolock()
559 int ipmi_destroy_user(ipmi_user_t user) in ipmi_destroy_user()
576 void ipmi_get_version(ipmi_user_t user, in ipmi_get_version()
584 void ipmi_set_my_address(ipmi_user_t user, in ipmi_set_my_address()
590 unsigned char ipmi_get_my_address(ipmi_user_t user) in ipmi_get_my_address()
595 void ipmi_set_my_LUN(ipmi_user_t user, in ipmi_set_my_LUN()
[all …]
/linux-2.4.37.9/drivers/pcmcia/
Dds.c111 user_info_t *user; member
245 static int queue_empty(user_info_t *user) in queue_empty()
250 static event_t get_queued_event(user_info_t *user) in get_queued_event()
256 static void queue_event(user_info_t *user, event_t event) in queue_event()
266 user_info_t *user; in handle_event() local
563 user_info_t *user; in ds_open() local
595 user_info_t *user, **link; in ds_release() local
629 user_info_t *user; in ds_read() local
658 user_info_t *user; in ds_write() local
691 user_info_t *user; in ds_poll() local
/linux-2.4.37.9/kernel/
Duid16.c30 asmlinkage long sys_chown16(const char * filename, old_uid_t user, old_gid_t group) in sys_chown16()
35 asmlinkage long sys_lchown16(const char * filename, old_uid_t user, old_gid_t group) in sys_lchown16()
40 asmlinkage long sys_fchown16(unsigned int fd, old_uid_t user, old_gid_t group) in sys_fchown16()
/linux-2.4.37.9/net/ipv4/
Dip_fragment.c75 u32 user; member
351 static struct ipq *ip_frag_create(unsigned hash, struct iphdr *iph, u32 user) in ip_frag_create()
386 static inline struct ipq *ip_find(struct iphdr *iph, u32 user) in ip_find()
643 struct sk_buff *ip_defrag(struct sk_buff *skb, u32 user) in ip_defrag()
/linux-2.4.37.9/fs/
Dopen.c544 static int chown_common(struct dentry * dentry, uid_t user, gid_t group) in chown_common()
604 asmlinkage long sys_chown(const char * filename, uid_t user, gid_t group) in sys_chown()
617 asmlinkage long sys_lchown(const char * filename, uid_t user, gid_t group) in sys_lchown()
631 asmlinkage long sys_fchown(unsigned int fd, uid_t user, gid_t group) in sys_fchown()
/linux-2.4.37.9/drivers/isdn/act2000/
Dmodule.c503 act2000_readstatus(u_char * buf, int len, int user, act2000_card * card) in act2000_readstatus()
554 if_writecmd(const u_char * buf, int len, int user, int id, int channel) in if_writecmd()
569 if_readstatus(u_char * buf, int len, int user, int id, int channel) in if_readstatus()
/linux-2.4.37.9/arch/mips/kernel/
Dirixinv.c38 inventory_t *user = userbuf; in dump_inventory_to_user() local

12345