/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/ |
H A D | ctf_decl.c | 56 ctf_decl_init(ctf_decl_t *cd, char *buf, size_t len) argument 60 bzero(cd, sizeof (ctf_decl_t)); 63 cd->cd_order[i] = CTF_PREC_BASE - 1; 65 cd->cd_qualp = CTF_PREC_BASE; 66 cd->cd_ordp = CTF_PREC_BASE; 68 cd->cd_buf = buf; 69 cd->cd_ptr = buf; 70 cd->cd_end = buf + len; 74 ctf_decl_fini(ctf_decl_t *cd) argument 80 for (cdp = ctf_list_next(&cd 89 ctf_decl_push(ctf_decl_t *cd, ctf_file_t *fp, ctf_id_t type) argument 174 ctf_decl_sprintf(ctf_decl_t *cd, const char *format, ...) argument [all...] |
H A D | ctf_types.c | 207 ctf_decl_t cd; local 216 ctf_decl_init(&cd, buf, len); 217 ctf_decl_push(&cd, fp, type); 219 if (cd.cd_err != 0) { 220 ctf_decl_fini(&cd); 221 return (ctf_set_errno(fp, cd.cd_err)); 231 ptr = cd.cd_order[CTF_PREC_POINTER] > CTF_PREC_POINTER; 232 arr = cd.cd_order[CTF_PREC_ARRAY] > CTF_PREC_ARRAY; 240 for (cdp = ctf_list_next(&cd.cd_nodes[prec]); 249 ctf_decl_sprintf(&cd, " "); [all...] |
/vbox/src/libs/xpcom18a4/ipc/ipcd/client/src/ |
H A D | ipcConnectionWin.cpp | 90 COPYDATASTRUCT *cd = (COPYDATASTRUCT *) lParam; local 91 if (cd && cd->lpData) { 95 PRStatus rv = msg->ReadFrom((const char *) cd->lpData, cd->cbData, 111 COPYDATASTRUCT cd; local 112 cd.dwData = GetCurrentProcessId(); 113 cd.cbData = (DWORD) msg->MsgLen(); 114 cd.lpData = (PVOID) msg->MsgBuf(); 115 SendMessageA(ipcDaemonHwnd, WM_COPYDATA, (WPARAM) hWnd, (LPARAM) &cd); [all...] |
/vbox/src/libs/xpcom18a4/ipc/ipcd/daemon/src/ |
H A D | ipcdWin.cpp | 237 COPYDATASTRUCT *cd = (COPYDATASTRUCT *) lParam; local 238 if (cd && cd->lpData) { 243 PRStatus rv = msg.ReadFrom((const char *) cd->lpData, cd->cbData, 249 ProcessMsg((HWND) wParam, (PRUint32) cd->dwData, &msg); 261 COPYDATASTRUCT cd; local 262 cd.dwData = GetCurrentProcessId(); 263 cd.cbData = (DWORD) msg->MsgLen(); 264 cd [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/ |
H A D | w32poll.c | 59 struct select_data_s *cd = (struct select_data_s *)cdata; local 61 cd->status = select(0, cd->rd, cd->wt, cd->ex, cd->tv); 63 if (cd->status == SOCKET_ERROR) { 64 cd->error = WSAGetLastError();
|
H A D | ntio.c | 1165 struct connect_data_s *cd = (struct connect_data_s *)cdata; local 1167 cd->status = connect(cd->osfd, cd->addr, cd->addrlen); 1169 if (cd->status == SOCKET_ERROR) 1170 cd->error = WSAGetLastError();
|
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/tools/ |
H A D | xpt_dump.c | 134 XPT_DumpConstDescriptor(XPTHeader *header, XPTConstDescriptor *cd, 825 XPT_DumpConstDescriptor(XPTHeader *header, XPTConstDescriptor *cd, argument 836 fprintf(stdout, "%*sName: %s\n", indent, " ", cd->name); 838 if (!XPT_DumpTypeDescriptor(&cd->type, id, new_indent, verbose_mode)) 842 if (!XPT_GetStringForType(header, &cd->type, id, &const_type)) { 845 fprintf(stdout, "%*s%s %s = ", indent, " ", const_type, cd->name); 848 switch(XPT_TDP_TAG(cd->type.prefix)) { 850 fprintf(stdout, "%d", cd->value.i8); 853 fprintf(stdout, "%d", cd->value.i16); 859 /* out = PR_smprintf("%lld", cd [all...] |
/vbox/src/VBox/Additions/linux/sharedfolders/ |
H A D | mount.vboxsf.c | 313 iconv_t cd; local 315 cd = iconv_open("UTF-8", in_codeset); 316 if (cd == (iconv_t) -1) 324 size_t c = iconv(cd, &i, &ib, &o, &ob);
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
H A D | ranfile.c | 169 Hammer_t *cd = (Hammer_t*)arg; local 171 (void)sprintf(filename, "%ssg%04ld.dat", baseName, cd->id); 178 PRUint32 minor = (Random() % cd->limit) + 1; 179 PRUint32 random = (Random() % cd->limit) + 1; 180 PRUint32 pages = (Random() % cd->limit) + 10; 183 cd->problem = sg_okay; 184 if (cd->action != sg_go) goto finished; 185 cd->problem = sg_open; 190 cd->problem = sg_okay; 191 if (cd [all...] |
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/src/ |
H A D | xpt_struct.c | 55 SizeOfConstDescriptor(XPTConstDescriptor *cd, XPTInterfaceDescriptor *id); 65 DoConstDescriptor(XPTArena *arena, XPTCursor *cursor, XPTConstDescriptor *cd, 420 XPTConstDescriptor *cd, *cdend; local 433 cd = id->const_descriptors; 434 cdend = cd + id->num_constants; 435 for (; cd < cdend; cd++) { 436 XPT_FREEIF(arena, cd->name); 558 SizeOfConstDescriptor(XPTConstDescriptor *cd, XPTInterfaceDescriptor *id) argument 560 PRUint32 size = 4 /* name */ + SizeOfTypeDescriptor(&cd 679 DoConstDescriptor(XPTArena *arena, XPTCursor *cursor, XPTConstDescriptor *cd, XPTInterfaceDescriptor *id) argument [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/arpa/ |
H A D | nameser_compat.h | 112 unsigned cd: 1; /*%< checking disabled by resolver */ member in struct:__anon12990 124 unsigned cd: 1; /*%< checking disabled by resolver */ member in struct:__anon12990
|
/vbox/src/VBox/Main/src-server/ |
H A D | VFSExplorerImpl.cpp | 577 HRESULT VFSExplorer::cd(const com::Utf8Str &aDir, ComPtr<IProgress> &aProgress) function in class:VFSExplorer 597 return cd(strUpPath, aProgress);
|
/vbox/src/VBox/Devices/Audio/ |
H A D | DrvHostCoreAudio.cpp | 737 ComponentDescription cd; local 738 RT_ZERO(cd); 739 cd.componentType = kAudioUnitType_Output; 740 cd.componentSubType = kAudioUnitSubType_HALOutput; 741 cd.componentManufacturer = kAudioUnitManufacturer_Apple; 744 Component cp = FindNextComponent(NULL, &cd); 1082 ComponentDescription cd; local 1083 RT_ZERO(cd); 1084 cd.componentType = kAudioUnitType_Output; 1085 cd [all...] |
H A D | coreaudio.c | 668 ComponentDescription cd; /* description for an audio component */ local 750 cd.componentType = kAudioUnitType_Output; 751 cd.componentSubType = kAudioUnitSubType_HALOutput; 752 cd.componentManufacturer = kAudioUnitManufacturer_Apple; 753 cd.componentFlags = 0; 754 cd.componentFlagsMask = 0; 757 cp = FindNextComponent(NULL, &cd); 1491 ComponentDescription cd; /* description for an audio component */ local 1576 cd.componentType = kAudioUnitType_Output; 1577 cd [all...] |
/vbox/src/VBox/RDP/client-1.8.3/ |
H A D | xclip.c | 329 iconv_t cd; local 348 cd = iconv_open(WINDOWS_CODEPAGE, locale_charset); 349 if (cd == (iconv_t) - 1) 358 cd = iconv_open(WINDOWS_CODEPAGE, "UCS-2"); 359 if (cd == (iconv_t) - 1) 367 cd = iconv_open(WINDOWS_CODEPAGE, "UTF-8"); 368 if (cd == (iconv_t) - 1) 387 iconv(cd, (ICONV_CONST char **) &data_remaining, &data_size_remaining, 389 iconv_close(cd); 1020 iconv_t cd local [all...] |
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/ |
H A D | xpidl_typelib.c | 1161 XPTConstDescriptor *cd; local 1175 cd = &id->const_descriptors[NEXT_CONST(state)]; 1177 cd->name = IDL_IDENT(dcl->ident).str; 1179 fprintf(stderr, "DBG: adding const %s\n", cd->name); 1181 if (!fill_td_from_type(state, &cd->type, dcl->const_type)) 1188 cd->value.i32 = value; 1190 cd->value.ui32 = value; 1193 cd->value.i16 = value; 1195 cd->value.ui16 = value;
|
/vbox/src/libs/libxml2-2.6.31/ |
H A D | encoding.c | 1676 * @cd: iconv converter data structure 1693 xmlIconvWrapper(iconv_t cd, unsigned char *out, int *outlen, argument 1706 ret = iconv(cd, (char **) &icv_in, &icv_inlen, &icv_out, &icv_outlen);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
H A D | xf86Pci.h | 606 } cd; member in union:pci_cfg_regs::__anon7581 706 #define pci_base0 cfgspc.regs.cx.cd.bc.dv.dv_base0 707 #define pci_base1 cfgspc.regs.cx.cd.bc.dv.dv_base1 708 #define pci_base2 cfgspc.regs.cx.cd.bc.dv.dv_base2 709 #define pci_base3 cfgspc.regs.cx.cd.bc.dv.dv_base3 710 #define pci_base4 cfgspc.regs.cx.cd.bc.dv.dv_base4 711 #define pci_base5 cfgspc.regs.cx.cd.bc.dv.dv_base5 712 #define pci_cardbus_cis_ptr cfgspc.regs.cx.cd.umem_c_cis.cardbus_cis_ptr 713 #define pci_subsys_card_vendor cfgspc.regs.cx.cd.um_ssys_id.subsys_card_vendor 714 #define pci_subsys_vendor cfgspc.regs.cx.cd [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/ |
H A D | xf86Pci.h | 606 } cd; member in union:pci_cfg_regs::__anon7946 706 #define pci_base0 cfgspc.regs.cx.cd.bc.dv.dv_base0 707 #define pci_base1 cfgspc.regs.cx.cd.bc.dv.dv_base1 708 #define pci_base2 cfgspc.regs.cx.cd.bc.dv.dv_base2 709 #define pci_base3 cfgspc.regs.cx.cd.bc.dv.dv_base3 710 #define pci_base4 cfgspc.regs.cx.cd.bc.dv.dv_base4 711 #define pci_base5 cfgspc.regs.cx.cd.bc.dv.dv_base5 712 #define pci_cardbus_cis_ptr cfgspc.regs.cx.cd.umem_c_cis.cardbus_cis_ptr 713 #define pci_subsys_card_vendor cfgspc.regs.cx.cd.um_ssys_id.subsys_card_vendor 714 #define pci_subsys_vendor cfgspc.regs.cx.cd [all...] |
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/bus/ |
H A D | xf86Pci.h | 578 } cd; member in union:pci_cfg_regs::__anon3113 685 #define pci_base0 cfgspc.regs.cx.cd.bc.dv.dv_base0 686 #define pci_base1 cfgspc.regs.cx.cd.bc.dv.dv_base1 687 #define pci_base2 cfgspc.regs.cx.cd.bc.dv.dv_base2 688 #define pci_base3 cfgspc.regs.cx.cd.bc.dv.dv_base3 689 #define pci_base4 cfgspc.regs.cx.cd.bc.dv.dv_base4 690 #define pci_base5 cfgspc.regs.cx.cd.bc.dv.dv_base5 691 #define pci_cardbus_cis_ptr cfgspc.regs.cx.cd.umem_c_cis.cardbus_cis_ptr 692 #define pci_subsys_card_vendor cfgspc.regs.cx.cd.um_ssys_id.subsys_card_vendor 693 #define pci_subsys_vendor cfgspc.regs.cx.cd [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
H A D | xf86Pci.h | 607 } cd; member in union:pci_cfg_regs::__anon4726 707 #define pci_base0 cfgspc.regs.cx.cd.bc.dv.dv_base0 708 #define pci_base1 cfgspc.regs.cx.cd.bc.dv.dv_base1 709 #define pci_base2 cfgspc.regs.cx.cd.bc.dv.dv_base2 710 #define pci_base3 cfgspc.regs.cx.cd.bc.dv.dv_base3 711 #define pci_base4 cfgspc.regs.cx.cd.bc.dv.dv_base4 712 #define pci_base5 cfgspc.regs.cx.cd.bc.dv.dv_base5 713 #define pci_cardbus_cis_ptr cfgspc.regs.cx.cd.umem_c_cis.cardbus_cis_ptr 714 #define pci_subsys_card_vendor cfgspc.regs.cx.cd.um_ssys_id.subsys_card_vendor 715 #define pci_subsys_vendor cfgspc.regs.cx.cd [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/ |
H A D | xf86Pci.h | 607 } cd; member in union:pci_cfg_regs::__anon4293 708 #define pci_base0 cfgspc.regs.cx.cd.bc.dv.dv_base0 709 #define pci_base1 cfgspc.regs.cx.cd.bc.dv.dv_base1 710 #define pci_base2 cfgspc.regs.cx.cd.bc.dv.dv_base2 711 #define pci_base3 cfgspc.regs.cx.cd.bc.dv.dv_base3 712 #define pci_base4 cfgspc.regs.cx.cd.bc.dv.dv_base4 713 #define pci_base5 cfgspc.regs.cx.cd.bc.dv.dv_base5 714 #define pci_cardbus_cis_ptr cfgspc.regs.cx.cd.umem_c_cis.cardbus_cis_ptr 715 #define pci_subsys_card_vendor cfgspc.regs.cx.cd.um_ssys_id.subsys_card_vendor 716 #define pci_subsys_vendor cfgspc.regs.cx.cd [all...] |
/vbox/src/VBox/Main/webservice/jaxlibs/ |
H A D | saaj-impl.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ... |