Home
last modified time | relevance | path

Searched refs:user (Results 1 – 25 of 43) sorted by relevance

12

/include/linux/
Dipmi.h48 struct ipmi_user *user; member
114 struct ipmi_user **user);
124 int ipmi_destroy_user(struct ipmi_user *user);
127 int ipmi_get_version(struct ipmi_user *user,
140 int ipmi_set_my_address(struct ipmi_user *user,
143 int ipmi_get_my_address(struct ipmi_user *user,
146 int ipmi_set_my_LUN(struct ipmi_user *user,
149 int ipmi_get_my_LUN(struct ipmi_user *user,
166 int ipmi_request_settime(struct ipmi_user *user,
184 int ipmi_request_supply_msgs(struct ipmi_user *user,
[all …]
Ddcookies.h35 void dcookie_unregister(struct dcookie_user * user);
57 static inline void dcookie_unregister(struct dcookie_user * user) in dcookie_unregister() argument
Dkernel_stat.h90 static inline void account_process_tick(struct task_struct *tsk, int user) in account_process_tick() argument
95 extern void account_process_tick(struct task_struct *, int user);
Dpm-trace.h24 extern void generate_pm_trace(const void *tracedata, unsigned int user);
Dsignal_types.h24 struct user_struct *user; member
Dcred.h145 struct user_struct *user; /* real user ID subscription */ member
343 __u = get_uid(__cred->user); \
388 #define current_user() (current_cred_xxx(user))
Dpipe_fs_i.h62 struct user_struct *user; member
Dnetfilter.h166 int (*set)(struct sock *sk, int optval, void __user *user, unsigned int len);
169 void __user *user, unsigned int len);
173 int (*get)(struct sock *sk, int optval, void __user *user, int *len);
176 void __user *user, int *len);
Dshmem_fs.h64 extern int shmem_lock(struct file *file, int lock, struct user_struct *user);
Dsyscalls.h438 asmlinkage long sys_fchownat(int dfd, const char __user *filename, uid_t user,
440 asmlinkage long sys_fchown(unsigned int fd, uid_t user, gid_t group);
1043 uid_t user, gid_t group);
1047 uid_t user, gid_t group);
1158 old_uid_t user, old_gid_t group);
1160 old_uid_t user, old_gid_t group);
1161 asmlinkage long sys_fchown16(unsigned int fd, old_uid_t user, old_gid_t group);
1243 int ksys_fchown(unsigned int fd, uid_t user, gid_t group);
1343 extern int do_fchownat(int dfd, const char __user *filename, uid_t user,
1346 static inline long ksys_chown(const char __user *filename, uid_t user, in ksys_chown() argument
[all …]
Dbpf.h71 struct user_struct *user; member
387 struct user_struct *user; member
645 int __bpf_prog_charge(struct user_struct *user, u32 pages);
646 void __bpf_prog_uncharge(struct user_struct *user, u32 pages);
798 static inline int __bpf_prog_charge(struct user_struct *user, u32 pages) in __bpf_prog_charge() argument
803 static inline void __bpf_prog_uncharge(struct user_struct *user, u32 pages) in __bpf_prog_uncharge() argument
Dtimekeeping.h13 extern void update_process_times(int user);
/include/rdma/
Drestrack.h100 bool user; member
126 return !res->user; in rdma_is_kernel_res()
/include/uapi/linux/
Datmsap.h112 unsigned char user; /* user-specified l2 information */ member
123 unsigned char user; /* user specified l3 information */ member
Dnet_dropmon.h42 struct net_dm_config_msg user; member
/include/net/netfilter/ipv6/
Dnf_defrag_ipv6.h12 int nf_ct_frag6_gather(struct net *net, struct sk_buff *skb, u32 user);
/include/uapi/linux/netfilter/
Dx_tables.h19 } user; member
42 } user; member
59 .target.u.user = { \
/include/net/
Daf_unix.h11 void unix_inflight(struct user_struct *user, struct file *fp);
12 void unix_notinflight(struct user_struct *user, struct file *fp);
Dinet_frag.h44 u32 user; member
53 u32 user; member
Dip.h695 static inline bool ip_defrag_user_in_between(u32 user, in ip_defrag_user_in_between() argument
699 return user >= lower_bond && user <= upper_bond; in ip_defrag_user_in_between()
702 int ip_defrag(struct net *net, struct sk_buff *skb, u32 user);
704 struct sk_buff *ip_check_defrag(struct net *net, struct sk_buff *skb, u32 user);
706 static inline struct sk_buff *ip_check_defrag(struct net *net, struct sk_buff *skb, u32 user) in ip_check_defrag() argument
/include/keys/
Duser-type.h43 extern void user_describe(const struct key *user, struct seq_file *m);
/include/linux/mtd/
Dinftl.h12 #error This is a kernel header. Perhaps include nftl-user.h instead?
/include/linux/netfilter/
Dx_tables.h304 void *xt_copy_counters_from_user(const void __user *user, unsigned int len,
460 } user; member
476 } user; member
/include/linux/isdn/
Dcapilli.h21 int user; /* data in userspace ? */ member
/include/net/bluetooth/
Dl2cap.h667 int (*probe) (struct l2cap_conn *conn, struct l2cap_user *user);
668 void (*remove) (struct l2cap_conn *conn, struct l2cap_user *user);
955 int l2cap_register_user(struct l2cap_conn *conn, struct l2cap_user *user);
956 void l2cap_unregister_user(struct l2cap_conn *conn, struct l2cap_user *user);

12