Searched refs:a_fFlags (Results 1 - 11 of 11) sorted by relevance

/vbox/include/iprt/
H A Dmemsafer.h121 * @param a_fFlags Flags for controlling the allocation, see
124 #define RTMemSaferAllocZEx(a_ppvNew, a_cb, a_fFlags) RTMemSaferAllocZExTag(a_ppvNew, a_cb, a_fFlags, RTMEM_TAG)
165 * @param a_fFlags Flags for controlling the allocation, see
187 * @param a_fFlags Flags for controlling the allocation. See RTMEMSAFER_ALLOC_EX_FLAGS_* defines,
191 #define RTMemSaferReallocZEx(a_cbOld, a_pvOld, a_cbNew, a_ppvNew, a_fFlags) \
192 RTMemSaferReallocZExTag(a_cbOld, a_pvOld, a_cbNew, a_ppvNew, a_fFlags, RTMEM_TAG)
H A Dlog.h526 # define _LogIt(a_pvInst, a_fFlags, a_iGroup, ...) RTLogLoggerEx((PRTLOGGER)a_pvInst, a_fFlags, a_iGroup, __VA_ARGS__)
527 # define LogIt(a_pvInst, a_fFlags, a_iGroup, fmtargs) _LogIt(a_pvInst, a_fFlags, a_iGroup, _LogRemoveParentheseis fmtargs)
528 # define _LogItAlways(a_pvInst, a_fFlags, a_iGroup, ...) RTLogLoggerEx((PRTLOGGER)a_pvInst, a_fFlags, ~0U, __VA_ARGS__)
529 # define LogItAlways(a_pvInst, a_fFlags, a_iGroup, fmtargs) _LogItAlways(a_pvInst, a_fFlags, a_iGroup, _LogRemoveParentheseis fmtargs)
532 # define LogIt(a_pvInst, a_fFlags, a_iGroup, fmtargs) \
540 if ((LogIt_fFlags & ((a_fFlags) | RTLOGGRPFLAGS_ENABLE
[all...]
H A Dpath.h77 #define RTPATH_F_IS_VALID(a_fFlags, a_fIgnore) \
78 ( ((a_fFlags) & ~(uint32_t)((a_fIgnore) | RTPATH_F_NO_SYMLINKS)) == RTPATH_F_ON_LINK \
79 || ((a_fFlags) & ~(uint32_t)((a_fIgnore) | RTPATH_F_NO_SYMLINKS)) == RTPATH_F_FOLLOW_LINK )
110 #define RTPATH_STR_F_IS_VALID(a_fFlags, a_fIgnore) \
111 ( ((a_fFlags) & ~((uint32_t)(a_fIgnore) | RTPATH_STR_F_STYLE_MASK | RTPATH_STR_F_MIDDLE)) == 0 \
112 && ((a_fFlags) & RTPATH_STR_F_STYLE_MASK) != RTPATH_STR_F_STYLE_RESERVED \
113 && ((a_fFlags) & RTPATH_STR_F_RESERVED_MASK) == 0 )
/vbox/src/VBox/Main/include/
H A DAdditionsFacilityImpl.h36 uint32_t a_fFlags, PCRTTIMESPEC a_pTimeSpecTS);
63 void i_update(AdditionsFacilityStatus_T a_enmStatus, uint32_t a_fFlags, PCRTTIMESPEC a_pTimeSpecTS);
H A DGuestImpl.h85 uint32_t a_fFlags, PCRTTIMESPEC a_pTimeSpecTS);
88 uint32_t a_fFlags, PCRTTIMESPEC a_pTimeSpecTS);
/vbox/src/VBox/Main/src-client/
H A DAdditionsFacilityImpl.cpp60 uint32_t a_fFlags, PCRTTIMESPEC a_pTimeSpecTS)
71 NOREF(a_fFlags);
77 NOREF(a_fFlags);
202 void AdditionsFacility::i_update(AdditionsFacilityStatus_T a_enmStatus, uint32_t a_fFlags, PCRTTIMESPEC a_pTimeSpecTS) argument
207 NOREF(a_fFlags);
59 init(Guest *a_pParent, AdditionsFacilityType_T a_enmFacility, AdditionsFacilityStatus_T a_enmStatus, uint32_t a_fFlags, PCRTTIMESPEC a_pTimeSpecTS) argument
H A DGuestImpl.cpp960 uint32_t a_fFlags, PCRTTIMESPEC a_pTimeSpecTS)
969 pFac->i_update((AdditionsFacilityStatus_T)a_enmStatus, a_fFlags, a_pTimeSpecTS);
985 a_fFlags, a_pTimeSpecTS);
1024 * @param a_fFlags Flags assoicated with the update. Currently
1031 uint32_t a_fFlags, PCRTTIMESPEC a_pTimeSpecTS)
1046 i_facilityUpdate((VBoxGuestFacilityType)it->first, a_enmStatus, a_fFlags, a_pTimeSpecTS);
1048 i_facilityUpdate(a_enmFacility, a_enmStatus, a_fFlags, a_pTimeSpecTS);
/vbox/src/VBox/ValidationKit/utils/cpu/
H A Dcidet.h611 /** Checks if @a a_fFlags describes a code buffer. */
612 #define CIDETBUF_IS_CODE(a_fFlags) (((a_fFlags) & CIDETBUF_KIND_CODE) != 0)
613 /** Checks if @a a_fFlags describes a data buffer. */
614 #define CIDETBUF_IS_DATA(a_fFlags) (((a_fFlags) & CIDETBUF_KIND_CODE) == 0)
/vbox/include/VBox/vmm/
H A Diom.h146 * @param a_fFlags The MMIO handler flags.
149 #define IOMMMIO_DOES_WRITE_MODE_ALLOW_QWORD(a_fFlags) RT_BOOL((a_fFlags) & UINT32_C(0x00000020))
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libctf/common/
H A Dctf_lib.c106 # define mmap64(a_pvAddr, a_cb, a_fProt, a_fFlags, a_fd, a_offFile) \
107 VBoxCtfMap64Fake(a_pvAddr, a_cb, a_fProt, a_fFlags, a_fd, a_offFile)
/vbox/src/VBox/VMM/VMMR3/
H A DPATM.cpp720 # define PATM_LOG_PATCH_INSTR(a_pVM, a_pPatch, a_fFlags, a_szComment1, a_szComment2) \
723 patmLogRawPatchInstr(a_pVM, a_pPatch, a_fFlags, a_szComment1, a_szComment2); \
740 # define PATM_LOG_PATCH_INSTR(a_pVM, a_pPatch, a_fFlags, a_szComment1, a_szComment2) do { } while (0)

Completed in 78 milliseconds