| /vbox/src/VBox/Devices/EFI/Firmware/StdLib/Efi/etc/ |
| H A D | resolv.conf | 4 domain intel.com
|
| /vbox/src/libs/libxml2-2.6.31/python/tests/ |
| H A D | tstLastError.py | 23 def failUnlessXmlError(self,f,args,exc,domain,code,message,level,file,line): 36 print "domain = ",e.domain() 43 self.failUnlessEqual(domain,e.domain()) 57 domain=libxml2.XML_FROM_IO, 70 domain=libxml2.XML_FROM_PARSER,
|
| /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/Additions/x11/x11include/xorg-server-1.16.0/ |
| H A D | xf86pciBus.h | 45 #define MATCH_PCI_DEVICES(x, y) (((x)->domain == (y)->domain) && \
|
| /vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/ |
| H A D | xf86pciBus.h | 45 #define MATCH_PCI_DEVICES(x, y) (((x)->domain == (y)->domain) && \
|
| /vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/ |
| H A D | xf86pciBus.h | 45 #define MATCH_PCI_DEVICES(x, y) (((x)->domain == (y)->domain) && \
|
| /vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/ |
| H A D | xf86pciBus.h | 45 #define MATCH_PCI_DEVICES(x, y) (((x)->domain == (y)->domain) && \
|
| /vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/ |
| H A D | xf86pciBus.h | 45 #define MATCH_PCI_DEVICES(x, y) (((x)->domain == (y)->domain) && \
|
| /vbox/src/apps/svnsync-vbox/ |
| H A D | svn_private_config.h | 77 #define dgettext(domain,x) (x)
|
| /vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/ |
| 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 | 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 | 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
|
| /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/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/Main/src-server/ |
| H A D | HostDnsService.cpp | 51 && (domain == info.domain) 57 && (domain == info.domain) 335 m->info->domain.empty() ? "no domain set" : m->info->domain.c_str())); 337 *pDomainName = m->info->domain.c_str(); 389 if (!info.domain.empty()) 390 LogRel((" domain [all...] |
| /vbox/src/libs/libxml2-2.6.31/ |
| H A D | libxml.h | 74 void __xmlIOErr(int domain, int code, const char *extra);
|
| 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/VBox/Additions/x11/x11include/libdrm-2.4.13/ |
| 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 | nouveau_drm.h | 97 uint32_t domain; member in struct:drm_nouveau_gem_info 162 uint32_t domain; member in struct:drm_nouveau_gem_pin
|
| H A D | nouveau_private.h | 115 uint32_t domain; member in struct:nouveau_bo_priv
|
| 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/VBox/RDP/client-1.8.3/ |
| 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);
|
| 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...] |
| /vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Main/Ia32/ |
| H A D | fpu_rmode.asm | 6 ; Public domain.
|