Searched defs:record (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Main/src-client/
H A DBusAssignmentManager.cpp264 HRESULT record(const char* pszName, PCIBusAddress& GuestAddress, PCIBusAddress HostAddress);
280 HRESULT BusAssignmentManager::State::record(const char* pszName, PCIBusAddress& Address, PCIBusAddress HostAddress) function in class:BusAssignmentManager::State
485 rc = pState->record(pszDevName, GuestAddress, HostAddress);
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/src/
H A Dxpt_xdr.c128 static void trimrecord(XPTArena* arena, XPTHashRecord *record) { argument
129 if (record == NULL)
131 trimrecord(arena, record->next);
132 XPT_DELETE(arena, record);
/vbox/src/libs/zlib-1.2.6/examples/
H A Dgzlog.c717 /* log a repair record to the .repairs file */
718 local void log_log(struct log *log, int op, char *record) argument
729 "append" : (op == COMPRESS_OP ? "compress" : "replace"), record);
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/
H A Dfsw_hfs.c303 * Read catalog file, we know that first record is in the first node, right after
445 /* Find record offset, numbering starts from the end */
641 fsw_hfs_btree_visit_node(BTreeKey *record, void* param) argument
644 fsw_u8* base = (fsw_u8*)record->rawData + be16_to_cpu(record->length16) + 2;
646 struct HFSPlusCatalogKey* cat_key = (HFSPlusCatalogKey*)record;
721 int (*callback) (BTreeKey *record, void* param),
952 /* Find appropriate overflow record */
1180 * record the position in the directory between calls.
718 fsw_hfs_btree_iterate_node(struct fsw_hfs_btree * btree, BTNodeDescriptor * first_node, fsw_u32 first_rec, int (*callback) (BTreeKey *record, void* param), void * param) argument
/vbox/src/VBox/Runtime/common/zip/
H A Dtar.cpp236 /* Append the EOF record which is filled all by zeros */
237 RTTARRECORD record;
238 RT_ZERO(record);
239 rc = RTFileWrite(pInt->hTarFile, &record, sizeof(record), NULL);
427 RTTARRECORD record; local
428 RT_ZERO(record);
429 rc = RTFileWrite(pFileInt->pTar->hTarFile, &record, sizeof(RTTARRECORD), NULL);
541 /* Fill the header record */
642 RTTARRECORD record; local
[all...]
/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsTraceRefcntImpl.cpp470 serialNumberRecord* record = NS_REINTERPRET_CAST(serialNumberRecord *,aHashEntry->value); local
473 record->serialNumber,
474 record->refCount,
475 record->COMPtrCount);
478 record->serialNumber,
479 record->refCount);
595 serialNumberRecord *record = PR_NEW(serialNumberRecord); local
596 record->serialNumber = ++gNextSerialNumber;
597 record->refCount = 0;
598 record
[all...]
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/
H A DxptiInterfaceInfoManager.cpp1469 // then reuse that record.
1521 // then reuse that record.
1581 xptiFile& record = aWorkingSet->GetFileAt(i); local
1583 printf("! has %s\n", record.GetName());
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Darb_program_shader.c278 struct list record; member in struct:shader_arb_ctx_priv
5517 list_init(&priv->record);
5549 * be recorded again, thus priv->record might be overwritten
5552 list_move_tail(&copy, &priv->record);
5553 list_init(&priv->record);
5606 record_instruction(&priv->record, ins);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Darb_program_shader.c254 struct list record; member in struct:shader_arb_ctx_priv
5045 list_init(&priv->record);
5076 * be recorded again, thus priv->record might be overwritten
5079 list_move_tail(&copy, &priv->record);
5080 list_init(&priv->record);
5133 record_instruction(&priv->record, ins);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dserver_protocol.h67 client_ptr_t record; member in struct:__anon14150::__anon14151
2222 client_ptr_t record; member in struct:queue_exception_event_request
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dserver_protocol.h76 client_ptr_t record; member in struct:__anon1488::__anon1489
2041 client_ptr_t record; member in struct:queue_exception_event_request

Completed in 146 milliseconds