Searched refs:VKI_F_SETFL (Results 1 - 14 of 14) sorted by relevance

/external/valgrind/main/include/vki/
H A Dvki-amd64-linux.h263 #define VKI_F_SETFL 4 /* set file->f_flags */ macro
H A Dvki-arm64-linux.h236 #define VKI_F_SETFL 4 /* set file->f_flags */ macro
H A Dvki-arm-linux.h260 #define VKI_F_SETFL 4 /* set file->f_flags */ macro
H A Dvki-ppc32-linux.h327 #define VKI_F_SETFL 4 /* set file->f_flags */ macro
H A Dvki-ppc64-linux.h380 #define VKI_F_SETFL 4 /* set file->f_flags */ macro
H A Dvki-s390x-linux.h326 #define VKI_F_SETFL 4 /* set file->f_flags */ macro
H A Dvki-x86-linux.h298 #define VKI_F_SETFL 4 /* set file->f_flags */ macro
H A Dvki-mips32-linux.h332 #define VKI_F_SETFL 4 /* set file->f_flags */ macro
H A Dvki-mips64-linux.h337 #define VKI_F_SETFL 4 /* set file->f_flags */ macro
H A Dvki-darwin.h275 #define VKI_F_SETFL F_SETFL macro
/external/valgrind/main/coregrind/m_gdbserver/
H A Dremote-utils.c413 VG_(fcntl) (remote_desc, VKI_F_SETFL, save_fcntl_flags & ~VKI_O_NONBLOCK);
/external/valgrind/main/coregrind/m_debuginfo/
H A Dimage.c145 res = VG_(fcntl)(sd, VKI_F_SETFL, res & ~VKI_O_NONBLOCK);
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-darwin.c1094 case VKI_F_SETFL:
1255 case VKI_F_SETFL:
H A Dsyswrap-linux.c5205 case VKI_F_SETFL:
5451 case VKI_F_SETFL:

Completed in 318 milliseconds