Searched refs:GENERIC_READ (Results 1 – 17 of 17) sorted by relevance
/openbmc/qemu/qga/ |
H A D | commands-win32.c | 106 {"r", GENERIC_READ, OPEN_EXISTING}, 107 {"rb", GENERIC_READ, OPEN_EXISTING}, 111 {"r+", GENERIC_WRITE | GENERIC_READ, OPEN_EXISTING}, 112 {"rb+", GENERIC_WRITE | GENERIC_READ, OPEN_EXISTING}, 113 {"r+b", GENERIC_WRITE | GENERIC_READ, OPEN_EXISTING}, 114 {"w+", GENERIC_WRITE | GENERIC_READ, CREATE_ALWAYS}, 115 {"wb+", GENERIC_WRITE | GENERIC_READ, CREATE_ALWAYS}, 116 {"w+b", GENERIC_WRITE | GENERIC_READ, CREATE_ALWAYS}, 117 {"a+", FILE_GENERIC_APPEND | GENERIC_READ, OPEN_ALWAYS }, 118 {"ab+", FILE_GENERIC_APPEND | GENERIC_READ, OPEN_ALWAYS }, [all …]
|
H A D | channel-win32.c | 301 c->handle = CreateFile(newpath, GENERIC_READ | GENERIC_WRITE, 0, NULL, in ga_channel_open()
|
/openbmc/linux/fs/smb/client/ |
H A D | dir.c | 281 desired_access |= GENERIC_READ; /* is this too little? */ 285 desired_access |= GENERIC_READ; 329 desired_access &= ~GENERIC_READ;
|
H A D | link.c | 265 .desired_access = GENERIC_READ, in cifs_query_mf_symlink() 352 .desired_access = GENERIC_READ, in smb3_query_mf_symlink()
|
H A D | cifsacl.c | 585 if (((flags & GENERIC_READ) || in access_flags_to_mode() 614 if (((flags & GENERIC_READ) || in access_flags_to_mode()
|
H A D | file.c | 212 return GENERIC_READ; in cifs_convert_flags() 214 return rdwr_for_fscache == 1 ? (GENERIC_READ | GENERIC_WRITE) : GENERIC_WRITE; in cifs_convert_flags() 219 return (GENERIC_READ | GENERIC_WRITE); in cifs_convert_flags()
|
H A D | cifspdu.h | 223 #define GENERIC_READ 0x80000000 macro
|
H A D | cifssmb.c | 1025 int masked_flags = access_flags & (GENERIC_READ | GENERIC_WRITE); in access_flags_to_smbopen_mode() 1027 if (masked_flags == GENERIC_READ) in access_flags_to_smbopen_mode()
|
H A D | inode.c | 542 .desired_access = GENERIC_READ, in cifs_sfu_type()
|
H A D | smb2ops.c | 1589 oparms.desired_access = GENERIC_READ; in smb2_ioctl_query_info()
|
/openbmc/qemu/chardev/ |
H A D | char-win.c | 96 s->file = CreateFile(filename, GENERIC_READ | GENERIC_WRITE, 0, NULL, in win_chr_serial_init()
|
/openbmc/qemu/block/ |
H A D | file-win32.c | 271 *access_flags = GENERIC_READ | GENERIC_WRITE; in raw_parse_flags() 273 *access_flags = GENERIC_READ; in raw_parse_flags()
|
/openbmc/linux/fs/smb/server/ |
H A D | smb_common.h | 114 #define GENERIC_READ 0x80000000 macro
|
H A D | smbacl.c | 145 if ((flags & GENERIC_READ) || (flags & FILE_READ_RIGHTS)) in access_flags_to_mode()
|
/openbmc/qemu/net/ |
H A D | tap-win32.c | 624 GENERIC_READ | GENERIC_WRITE, in tap_win32_open()
|
/openbmc/linux/fs/ntfs/ |
H A D | layout.h | 1542 GENERIC_READ = cpu_to_le32(0x80000000), enumerator
|
/openbmc/ipmitool/src/plugins/imb/ |
H A D | imbapi.c | 178 GENERIC_READ | GENERIC_WRITE, in open_imb()
|