Searched defs:fAttributes (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Runtime/r3/win/
H A DrtFileNativeSetAttributes-win.cpp47 int rtFileNativeSetAttributes(HANDLE hFile, ULONG fAttributes) argument
59 Info.FileAttributes = fAttributes;
/vbox/src/VBox/Main/src-client/
H A DNvram.cpp137 uint32_t fAttributes, uint8_t const *pbValue, size_t cbValue)
152 if (fAttributes != NVRAM_DEFAULT_ATTRIB)
153 RTStrPrintf(szAttribs, sizeof(szAttribs), "%#x", fAttributes);
135 drvNvram_VarStoreSeqPut(PPDMINVRAMCONNECTOR pInterface, int idxVariable, PCRTUUID pVendorUuid, const char *pszName, size_t cchName, uint32_t fAttributes, uint8_t const *pbValue, size_t cbValue) argument
/vbox/src/VBox/Devices/EFI/
H A DDevEFI.cpp76 uint32_t fAttributes; member in struct:EFIVAR
290 SSMFIELD_ENTRY( EFIVAR, fAttributes),
413 &pEfiVar->fAttributes, &pEfiVar->abValue[0], &pEfiVar->cbValue);
460 if (pEfiVar->fAttributes & VBOX_EFI_VARIABLE_NON_VOLATILE)
472 if (!(pEfiVar->fAttributes & VBOX_EFI_VARIABLE_NON_VOLATILE))
477 pEfiVar->fAttributes, pEfiVar->abValue, pEfiVar->cbValue);
514 pThis->NVRAM.VarOpBuf.fAttributes = pEfiVar->fAttributes;
531 pThis->NVRAM.VarOpBuf.fAttributes = 0;
586 Log(("EFI_VARIABLE_OP_ADD: %RTuuid::'%s' fAttributes
[all...]
/vbox/src/VBox/HostDrivers/VBoxUSB/solaris/
H A DVBoxUSB-solaris.c3103 usb_req_attrs_t fAttributes = USB_ATTRS_AUTOCLEARING; local
3107 fAttributes |= USB_ATTRS_SHORT_XFER_OK;
3112 pReq->ctrl_attributes = fAttributes;
3117 cbData, !!(fAttributes & USB_ATTRS_SHORT_XFER_OK)));
3238 usb_req_attrs_t fAttributes = USB_ATTRS_AUTOCLEARING; local
3244 fAttributes |= USB_ATTRS_SHORT_XFER_OK;
3251 pReq->bulk_attributes = fAttributes;
/vbox/src/VBox/Storage/
H A DDMG.cpp237 uint32_t fAttributes; member in struct:DMGUDIFRSRCENTRY
1205 pszErr = dmgXmlParseU32(&psz, &pThis->aRsrcs[iRsrc].aEntries[i].fAttributes);
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dsjsxp.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...

Completed in 62 milliseconds