/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/ |
H A D | socket.c | 178 @param [in] domain Select the family of protocols for the client or server 218 IN INT32 domain, 241 domain, 217 socket( IN INT32 domain, IN INT32 type, IN INT32 protocol ) argument
|
H A D | gethostbynis.c | 64 static char *domain = (char *)NULL; local 76 if (domain == (char *)NULL) 77 if (yp_get_default_domain (&domain)) 80 if (yp_match(domain, map, name, strlen(name), &result, &resultlen))
|
H A D | getnetbynis.c | 63 static char *domain = (char *)NULL; local 75 if (domain == (char *)NULL) 76 if (yp_get_default_domain (&domain)) 79 if (yp_match(domain, map, name, strlen(name), &result, &resultlen))
|
H A D | res_query.c | 120 const char *name, /* domain name */ 198 const char *name, /* domain name */ 205 const char *cp, * const *domain; local 251 for (domain = (const char * const *)_res.dnsrch; 252 *domain && !done; 253 domain++) { 255 ret = res_querydomain(name, *domain, class, type, 262 * If name isn't found in this domain, 267 * from finding this entry higher in the domain. 333 * Perform a call on res_query on the concatenation of name and domain, 337 res_querydomain( const char *name, const char *domain, int class, int type, u_char *answer, int anslen ) argument [all...] |
H A D | ns_name.c | 87 * Convert an encoded domain name to printable ascii as per RFC1035. 166 * Convert a ascii string into an encoded domain name as per RFC1035. 172 * Enforces label and domain length limits. 277 * Unpack a domain name from a message, source may be compressed. 298 /* Fetch next label in domain name. */ 352 * Pack domain name 'domain' into 'comp_dn'. 389 /* make sure the domain we are about to add is legal */ 453 * Expand compressed domain name to presentation format. 457 * Root domain return 591 dn_find(const u_char *domain, const u_char *msg, const u_char * const *dnptrs, const u_char * const *lastdnptr) argument [all...] |
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/ |
H A D | server_getmap.c | 44 GLdouble domain[4]; local 90 cr_server.head_spu->dispatch_table.GetMapdv( target, query, domain ); 91 retptr = &(domain[0]); 119 GLfloat domain[4]; local 165 cr_server.head_spu->dispatch_table.GetMapfv( target, query, domain ); 166 retptr = &(domain[0]); 194 GLint domain[4]; local 240 cr_server.head_spu->dispatch_table.GetMapiv( target, query, domain ); 241 retptr = &(domain[0]);
|
/vbox/src/VBox/NetworkServices/NAT/ |
H A D | RTWinSocketPair.cpp | 31 extern "C" int RTWinSocketPair(int domain, int type, int protocol, SOCKET socket_vector[2]) argument 33 LogFlowFunc(("ENTER: domain:%d, type:%d, protocol:%d, socket_vector:%p\n", 34 domain, type, protocol, socket_vector)); 35 switch (domain) 41 AssertMsgFailedReturn(("Unsuported domain:%d\n", domain), 71 sa[0].in_addr.sin_family = domain; 78 listener = WSASocket(domain, type, protocol, 0, NULL, 0); 114 socket_vector[0] = WSASocket(domain, type, protocol, 0, NULL, 0); 135 socket_vector[0] = WSASocket(domain, typ [all...] |
/vbox/src/VBox/RDP/client-1.8.3/ |
H A D | iso.c | 212 iso_connect(char *server, char *username, char *domain, char *password, argument 334 if (!cssp_connect(server, username, domain, password, s))
|
H A D | mcs.c | 75 ber_out_header(s, BER_TAG_OCTET_STRING, 1); /* calling domain */ 77 ber_out_header(s, BER_TAG_OCTET_STRING, 1); /* called domain */ 320 mcs_connect_start(char *server, char *username, char *domain, char *password, argument 323 return iso_connect(server, username, domain, password, reconnect, selected_protocol);
|
H A D | cssp.c | 264 cssp_encode_tspasswordcreds(char *username, char *password, char *domain) argument 274 s_realloc(&tmp, 4 + strlen(domain) * sizeof(uint16)); 276 rdp_out_unistr(&tmp, domain, strlen(domain) * sizeof(uint16)); 424 cssp_encode_tssmartcardcreds(char *username, char *password, char *domain) argument 470 if (domain && strlen(domain)) 472 s_realloc(&tmp, strlen(domain) * sizeof(uint16)); 474 rdp_out_unistr(&tmp, domain, strlen(domain) * sizeo 497 cssp_encode_tscredentials(char *username, char *password, char *domain) argument 747 cssp_connect(char *server, char *user, char *domain, char *password, STREAM s) argument [all...] |
H A D | ctrl.c | 217 _ctrl_create_hash(const char *user, const char *domain, const char *host, char *hash, size_t hsize) argument 224 /* version\0user\0domain\0host\0flags */ 240 if (domain) 241 rdssl_sha1_update(&sha1, (uint8 *) domain, strlen(domain)); 259 ctrl_init(const char *user, const char *domain, const char *host) argument 277 _ctrl_create_hash(user, domain, host, hash, 41);
|
/vbox/src/VBox/Main/src-server/ |
H A D | HostDnsService.h | 39 std::string domain; member in class:HostDnsInformation
|
/vbox/src/VBox/NetworkServices/NetLib/ |
H A D | ComHostUtils.cpp | 184 com::Bstr domain; local 185 if (SUCCEEDED(host->COMGETTER(DomainName)(domain.asOutParam()))) 187 domainStr = com::Utf8Str(domain).c_str();
|
/vbox/src/VBox/Additions/linux/lightdm-greeter/liblightdm-gobject-1.5.0/ |
H A D | session.c | 49 gchar *domain, *name; local 59 domain = g_key_file_get_string (key_file, G_KEY_FILE_DESKTOP_GROUP, G_KEY_FILE_DESKTOP_KEY_GETTEXT_DOMAIN, NULL); 61 domain = g_key_file_get_string (key_file, G_KEY_FILE_DESKTOP_GROUP, "X-GNOME-Gettext-Domain", NULL); 63 name = g_key_file_get_locale_string (key_file, G_KEY_FILE_DESKTOP_GROUP, G_KEY_FILE_DESKTOP_KEY_NAME, domain, NULL); 67 g_free (domain); 71 try_exec = g_key_file_get_locale_string (key_file, G_KEY_FILE_DESKTOP_GROUP, G_KEY_FILE_DESKTOP_KEY_TRY_EXEC, domain, NULL); 82 g_free (domain); 98 priv->comment = g_key_file_get_locale_string (key_file, G_KEY_FILE_DESKTOP_GROUP, G_KEY_FILE_DESKTOP_KEY_COMMENT, domain, NULL); 102 g_free (domain);
|
/vbox/src/VBox/Additions/x11/x11include/libdrm-2.4.13/ |
H A D | nouveau_private.h | 115 uint32_t domain; member in struct:nouveau_bo_priv
|
H A D | radeon_bo.h | 76 int (*bo_is_busy)(struct radeon_bo *bo, uint32_t *domain); 171 uint32_t *domain, 176 return bo->bom->funcs->bo_is_busy(bo, domain); 212 #define radeon_bo_is_busy(bo, domain) \ 213 _radeon_bo_is_busy(bo, domain, __FILE__, __func__, __LINE__) 170 _radeon_bo_is_busy(struct radeon_bo *bo, uint32_t *domain, const char *file, const char *func, int line) argument
|
H A D | radeon_cs.h | 178 static inline void radeon_cs_set_limit(struct radeon_cs *cs, uint32_t domain, uint32_t limit) argument 181 if (domain == RADEON_GEM_DOMAIN_VRAM)
|
/vbox/src/libs/libxml2-2.6.31/ |
H A D | error.c | 249 int domain; local 266 domain = err->domain; 289 else if ((line != 0) && (domain == XML_FROM_PARSER)) 295 else if ((line != 0) && (domain == XML_FROM_PARSER)) 301 switch (domain) { 396 else if ((line != 0) && (domain == XML_FROM_PARSER)) 401 if ((domain == XML_FROM_XPATH) && (err->str1 != NULL) && 423 * @domain: the domain fo 441 __xmlRaiseError(xmlStructuredErrorFunc schannel, xmlGenericErrorFunc channel, void *data, void *ctx, void *nod, int domain, int code, xmlErrorLevel level, const char *file, int line, const char *str1, const char *str2, const char *str3, int int1, int col, const char *msg, ...) argument 640 __xmlSimpleError(int domain, int code, xmlNodePtr node, const char *msg, const char *extra) argument [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/ |
H A D | os2sock.c | 79 _PR_MD_SOCKET(int domain, int type, int flags) argument 83 osfd = socket(domain, type, flags);
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
H A D | thruput.c | 68 static PRInt32 domain = PR_AF_INET; variable 117 xport = PR_Socket(domain, PR_SOCK_STREAM, protocol); 266 PRFileDesc *xport = PR_Socket(domain, PR_SOCK_STREAM, protocol); 346 domain = PR_AF_INET6;
|
/vbox/src/libs/xpcom18a4/xpcom/io/ |
H A D | SpecialSystemDirectory.cpp | 362 short domain; local 365 domain = (!err && response >= 0x00001000) ? kClassicDomain : kOnSystemDisk; 366 err = ::FindFolder(domain, kPreferencesFolderType, true, &vRefNum, &dirID);
|
/vbox/src/VBox/Additions/linux/drm/ |
H A D | vbox_ttm.c | 344 void vbox_ttm_placement(struct vbox_bo *bo, int domain) argument 351 if (domain & TTM_PL_FLAG_VRAM) 353 if (domain & TTM_PL_FLAG_SYSTEM)
|
/vbox/src/VBox/Additions/x11/x11include/libpciaccess-0.10.8/ |
H A D | pciaccess.h | 131 struct pci_device *pci_device_find_by_slot(uint32_t domain, uint32_t bus, 225 * Control the search based on the domain, bus, slot, and function of 230 uint32_t domain; member in struct:pci_slot_match 255 * Base physical address of the region within its bus / domain. 259 * domain. It's probably \b not the address applications will ever 316 * Complete bus identification, including domain, of the device. On 318 * the domain will always be zero. 321 uint16_t domain; member in struct:pci_device
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/beos/ |
H A D | bnet.c | 850 _MD_socket(PRInt32 domain, PRInt32 type, PRInt32 proto) argument 854 osfd = socket(domain, type, proto);
|
/vbox/src/libs/xpcom18a4/xpcom/obsolete/ |
H A D | nsSpecialSystemDirectory.cpp | 710 short domain; local 713 domain = (!err && response >= 0x00001000) ? kClassicDomain : kOnSystemDisk; 714 err = ::FindFolder(domain, kPreferencesFolderType, true, &vRefNum, &dirID);
|