Searched refs:__user (Results 1 – 11 of 11) sorted by relevance
| /openbmc/openbmc-test-automation/lib/ |
| H A D | event_notification.py | 31 self.__user = username 50 json={"data": [self.__user, self.__password]},
|
| /openbmc/u-boot/include/linux/ |
| H A D | compiler.h | 7 # 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 D | fix_linux_4.15_compile.patch | 30 #define __user
|
| /openbmc/u-boot/drivers/mtd/ubi/ |
| H A D | upd.c | 272 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 D | debug.c | 250 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 D | ubi.h | 814 const void __user *buf, int count); 818 const void __user *buf, int count);
|
| /openbmc/u-boot/include/mtd/ |
| H A D | mtd-abi.h | 29 unsigned char __user *ptr;
|
| /openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/aufs-util/ |
| H A D | aufs-util_git.bb | 37 sed -i -e 's;__user;;' ${S}/include/linux/aufs_type.h
|
| /openbmc/u-boot/fs/ubifs/ |
| H A D | debug.c | 2710 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 D | f_mass_storage.c | 760 (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 D | fw_env.c | 34 # define __user /* nothing */ macro
|