Searched defs:IsSet (Results 1 - 5 of 5) sorted by relevance

/device/google/cuttlefish_common/common/libs/fs/
H A Dshared_select.h54 bool IsSet(const SharedFD& in) const { function in class:cvd::SharedFDSet
H A Dshared_fd.cpp49 if ((*it)->IsSet(in_out_mask)) {
106 bool FileInstance::IsSet(fd_set* in) const { function in class:cvd::FileInstance
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Smm/DxeSmm/QncSmmDispatcher/
H A DQNCSmmHelpers.c346 BOOLEAN IsSet; local
363 IsSet = TRUE;
364 while (IsSet) {
365 IsSet = ReadBitDesc (&SrcDesc->Sts[loopvar]);
367 // IsSet will eventually clear -- or else we'll have
/device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
H A DInfo.c63 @param IsSet - TRUE:The access is set, else is get
75 IN BOOLEAN IsSet,
475 @param IsSet - TRUE:The access is set, else is get
487 IN BOOLEAN IsSet,
520 if (IsSet) {
486 FatSetOrGetInfo( IN BOOLEAN IsSet, IN EFI_FILE_PROTOCOL *FHand, IN EFI_GUID *Type, IN OUT UINTN *BufferSize, IN OUT VOID *Buffer ) argument
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
H A DSmmCpuMemoryManagement.c188 @param[in] IsSet TRUE means to set attributes. FALSE means to clear attributes.
195 IN BOOLEAN IsSet,
205 if (IsSet) {
212 if (IsSet) {
220 if (IsSet) {
349 @param[in] IsSet TRUE means to set attributes. FALSE means to clear attributes.
372 IN BOOLEAN IsSet,
394 // DEBUG ((DEBUG_ERROR, "ConvertMemoryPageAttributes(%x) - %016lx, %016lx, %02lx\n", IsSet, BaseAddress, Length, Attributes));
414 ConvertPageEntryAttribute (PageEntry, Attributes, IsSet, &IsEntryModified);
192 ConvertPageEntryAttribute( IN UINT64 *PageEntry, IN UINT64 Attributes, IN BOOLEAN IsSet, OUT BOOLEAN *IsModified ) argument
368 ConvertMemoryPageAttributes( IN PHYSICAL_ADDRESS BaseAddress, IN UINT64 Length, IN UINT64 Attributes, IN BOOLEAN IsSet, OUT BOOLEAN *IsSplitted, OPTIONAL OUT BOOLEAN *IsModified OPTIONAL ) argument

Completed in 106 milliseconds