Home
last modified time | relevance | path

Searched refs:__user (Results 1 – 11 of 11) sorted by relevance

/openbmc/openbmc-test-automation/lib/
H A Devent_notification.py31 self.__user = username
50 json={"data": [self.__user, self.__password]},
/openbmc/u-boot/include/linux/
H A Dcompiler.h7 # define __user __attribute__((noderef, address_space(1))) macro
26 extern void __chk_user_ptr(const volatile void __user *);
29 # define __user macro
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/
H A Dfix_linux_4.15_compile.patch30 #define __user
/openbmc/u-boot/drivers/mtd/ubi/
H A Dupd.c272 const void __user *buf, int count) in ubi_more_update_data()
392 const void __user *buf, int count) in ubi_more_leb_change_data()
H A Ddebug.c250 static ssize_t dfs_file_read(struct file *file, char __user *user_buf, in dfs_file_read()
313 static ssize_t dfs_file_write(struct file *file, const char __user *user_buf, in dfs_file_write()
H A Dubi.h814 const void __user *buf, int count);
818 const void __user *buf, int count);
/openbmc/u-boot/include/mtd/
H A Dmtd-abi.h29 unsigned char __user *ptr;
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/aufs-util/
H A Daufs-util_git.bb37 sed -i -e 's;__user;;' ${S}/include/linux/aufs_type.h
/openbmc/u-boot/fs/ubifs/
H A Ddebug.c2710 static int provide_user_output(int val, char __user *u, size_t count, in provide_user_output()
2725 static ssize_t dfs_file_read(struct file *file, char __user *u, size_t count, in dfs_file_read()
2762 static int interpret_user_input(const char __user *u, size_t count) in interpret_user_input()
2779 static ssize_t dfs_file_write(struct file *file, const char __user *u, in dfs_file_write()
2980 static ssize_t dfs_global_file_read(struct file *file, char __user *u, in dfs_global_file_read()
3004 static ssize_t dfs_global_file_write(struct file *file, const char __user *u, in dfs_global_file_write()
/openbmc/u-boot/drivers/usb/gadget/
H A Df_mass_storage.c760 (char __user *)bh->buf); in do_read()
934 (char __user *)bh->buf); in do_write()
1050 (char __user *)bh->buf); in do_verify()
/openbmc/u-boot/tools/env/
H A Dfw_env.c34 # define __user /* nothing */ macro