Home
last modified time | relevance | path

Searched refs:rw (Results 1 – 23 of 23) sorted by relevance

/reactos/sdk/lib/fslib/vfatlib/check/
H A Dcheck.c526 else if (rw) in handle_dot()
574 if (rw)
586 if (rw)
603 if (rw)
616 if (rw)
628 if (rw)
649 if (rw)
671 if (rw)
681 if (rw)
747 if (rw)
[all …]
H A Dfat.c356 !FAT_IS_BAD(fs, curEntry.value) && rw) {
498 if (rw) {
558 if (rw)
564 if ((!interactive && rw) || (interactive && get_key("12", "?") == '1'))
570 if (rw) {
H A Dio.h35 void fs_open(char *path, int rw);
H A Dio.c163 void fs_open(char *path, int rw) in fs_open() argument
165 if ((fd = open(path, rw ? O_RDWR : O_RDONLY)) < 0) { in fs_open()
350 assert(interactive || rw); in fs_write()
H A Drosglue.h38 #define rw (FsCheckFlags & FSCHECK_READ_WRITE) // Read-Write (if TRUE) or Read-onl… macro
H A Dlfn.c530 else if (rw)
536 if ((!interactive && rw) || (interactive && get_key("12", "?") == '1')) {
H A Dfsck.fat.h218 extern int interactive, rw, list, verbose, test, write_immed;
H A Dboot.c299 } else if (rw) { in print_fat_dirty_state()
/reactos/base/services/nfsd/
H A Dreadwrite.c42 readwrite_upcall_args *args = &upcall->args.rw; in parse_rw()
64 readwrite_upcall_args *args = &upcall->args.rw; in read_from_mds()
112 readwrite_upcall_args *args = &upcall->args.rw; in read_from_pnfs()
140 readwrite_upcall_args *args = &upcall->args.rw; in handle_read()
178 readwrite_upcall_args *args = &upcall->args.rw; in write_to_mds()
254 readwrite_upcall_args *args = &upcall->args.rw; in write_to_pnfs()
276 readwrite_upcall_args *args = &upcall->args.rw; in handle_write()
306 readwrite_upcall_args *args = &upcall->args.rw; in marshall_rw()
H A Dupcall.h179 readwrite_upcall_args rw; member
/reactos/drivers/filesystems/ext2/src/
H A Dlinux.c551 int submit_bh_mdl(int rw, struct buffer_head *bh) in submit_bh_mdl() argument
562 if (rw == WRITE) { in submit_bh_mdl()
727 int submit_bh_pin(int rw, struct buffer_head *bh) argument
737 if (rw == WRITE) {
774 int submit_bh(int rw, struct buffer_head *bh)
776 return submit_bh_mdl(rw, bh);
792 int submit_bh(int rw, struct buffer_head *bh) argument
794 return submit_bh_pin(rw, bh);
870 if (rw == SWRITE)
875 if (rw == WRITE || rw == SWRITE) {
[all …]
/reactos/dll/3rdparty/mbedtls/
H A Dnet_sockets.c515 int mbedtls_net_poll( mbedtls_net_context *ctx, uint32_t rw, uint32_t timeout ) in mbedtls_net_poll() argument
540 if( rw & MBEDTLS_NET_POLL_READ ) in mbedtls_net_poll()
542 rw &= ~MBEDTLS_NET_POLL_READ; in mbedtls_net_poll()
547 if( rw & MBEDTLS_NET_POLL_WRITE ) in mbedtls_net_poll()
549 rw &= ~MBEDTLS_NET_POLL_WRITE; in mbedtls_net_poll()
553 if( rw != 0 ) in mbedtls_net_poll()
/reactos/modules/rosapps/applications/cmdutils/touch/
H A Dtouch.c71 int rw __P((char *, struct stat *, int));
191 if (rw(*argv, &sb, fflag)) in main()
291 rw(char *fname, struct stat *sbp, int force) in rw() function
/reactos/drivers/filesystems/msfs/
H A DCMakeLists.txt8 rw.c
/reactos/drivers/serial/serial/
H A DCMakeLists.txt13 rw.c
/reactos/drivers/filesystems/ntfs/
H A DCMakeLists.txt19 rw.c
/reactos/sdk/include/reactos/libs/mbedtls/
H A Dnet_sockets.h210 int mbedtls_net_poll( mbedtls_net_context *ctx, uint32_t rw, uint32_t timeout );
/reactos/drivers/filesystems/vfatfs/
H A DCMakeLists.txt21 rw.c
/reactos/dll/win32/kernel32/
H A DCMakeLists.txt72 client/file/rw.c
/reactos/dll/win32/kernel32/wine/
H A Dres.c1096 static struct mapping_info *create_mapping( LPCWSTR name, BOOL rw ) in create_mapping() argument
1104 mi->read_write = rw; in create_mapping()
1106 mi->file = CreateFileW( name, GENERIC_READ | (rw ? GENERIC_WRITE : 0), in create_mapping()
/reactos/dll/win32/comctl32/
H A Dheader.c451 INT rw, rh; /* width and height of r */ in HEADER_DrawItem() local
463 rw = r.right - r.left; in HEADER_DrawItem()
508 cx = r.left + rw / 2 - cw / 2; in HEADER_DrawItem()
/reactos/base/applications/regedit/lang/
H A Dde-DE.rc433 ID_EDIT_NEW_BINARYVALUE "Fügt einen neuen Binärwärt hinzu"
/reactos/dll/3rdparty/libpng/docs/
H A DCHANGES4058 functions [rw]util.c. A new shared keyword check routine was also added