Searched defs:hints (Results 1 - 17 of 17) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip-new/src/api/
H A Dnetdb.c262 * @param hints structure containing input values that set socktype and protocol
268 const struct addrinfo *hints, struct addrinfo **res)
329 if (hints != NULL) {
330 /* copy socktype & protocol from hints if specified */
331 ai->ai_socktype = hints->ai_socktype;
332 ai->ai_protocol = hints->ai_protocol;
267 lwip_getaddrinfo(const char *nodename, const char *servname, const struct addrinfo *hints, struct addrinfo **res) argument
/vbox/src/VBox/NetworkServices/NAT/
H A Dportfwd.c152 struct addrinfo hints; local
162 memset(&hints, 0, sizeof(hints));
163 hints.ai_family = (sdom == PF_INET) ? AF_INET : AF_INET6;
164 hints.ai_socktype = stype;
165 hints.ai_flags = AI_NUMERICHOST;
167 status = getaddrinfo(src_addr_str, NULL, &hints, &ai);
178 status = getaddrinfo(dst_addr_str, NULL, &hints, &ai);
H A Dpxdns.c315 struct addrinfo hints; local
343 memset(&hints, 0, sizeof(hints));
344 hints.ai_family = AF_UNSPEC;
345 hints.ai_socktype = SOCK_DGRAM;
346 hints.ai_flags = AI_NUMERICHOST | AI_NUMERICSERV;
351 status = getaddrinfo(name, /* "domain" */ "53", &hints, &ai);
/vbox/src/VBox/Main/testcase/
H A DtstCollector.cpp78 pm::CollectorHints hints; local
81 hints.collectHostCpuLoad();
82 hints.collectHostRamUsage();
90 hints.getProcesses(processes);
95 hints.collectProcessCpuLoad(pid);
96 hints.collectProcessRamUsage(pid);
99 hints.getProcesses(processes);
108 CALLS_PER_SECOND(preCollect(hints, 0));
126 N_CALLS(1, preCollect(hints, 0));
151 pm::CollectorHints hints; local
232 pm::CollectorHints hints; local
386 pm::CollectorHints hints; local
[all...]
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dudptcpip.c156 struct addrinfo hints; local
178 memset(&hints, 0, sizeof(hints));
179 hints.ai_flags = AI_PASSIVE;
180 hints.ai_family = PF;
181 hints.ai_socktype = SOCK_DGRAM;
183 err = getaddrinfo( NULL, "0", &hints, &res);
634 struct addrinfo hints; local
670 memset(&hints, 0, sizeof(hints));
[all...]
H A Dtcpip.c439 struct addrinfo hints; local
443 crMemset(&hints, 0, sizeof(hints));
444 hints.ai_flags = AI_PASSIVE;
445 hints.ai_family = PF;
446 hints.ai_socktype = SOCK_STREAM;
448 err = getaddrinfo( NULL, port_s, &hints, &res );
1226 struct addrinfo hints; local
1230 crMemset(&hints, 0, sizeof(hints));
[all...]
/vbox/src/VBox/RDP/client-1.8.3/
H A Dtcp.c438 struct addrinfo hints, *res, *ressave; local
443 memset(&hints, 0, sizeof(struct addrinfo));
444 hints.ai_family = AF_UNSPEC;
445 hints.ai_socktype = SOCK_STREAM;
447 if ((n = getaddrinfo(server, tcp_port_rdp_s, &hints, &res)))
H A Dxwin.c541 warning("Failed to get atom _MOTIF_WM_HINTS: probably your window manager does not support MWM hints\n");
1959 warning("Failed to get workarea: probably your window manager does not support extended hints\n");
3996 using some other hints. */
4365 XWMHints *hints; local
4366 hints = XGetWMHints(g_display, sw->wnd);
4367 if (hints)
4369 hints->flags |= StateHint;
4370 hints->initial_state = IconicState;
4371 XSetWMHints(g_display, sw->wnd, hints);
4372 XFree(hints);
[all...]
/vbox/src/VBox/Main/src-server/
H A DPerformanceImpl.cpp707 * use hints to mark that they will need to be collected.
709 * Using hints set at stage 1 platform-specific HAL
722 pm::CollectorHints hints; local
730 (*it)->preCollect(hints, iTick);
741 m.hal->preCollect(hints, iTick);
745 m.gm->preCollect(hints, iTick);
H A DPerformance.cpp650 void HostCpuLoadRaw::preCollect(CollectorHints& hints, uint64_t /* iTick */) argument
652 hints.collectHostCpuLoad();
737 void HostNetworkLoadRaw::preCollect(CollectorHints& /* hints */, uint64_t /* iTick */)
790 void HostDiskLoadRaw::preCollect(CollectorHints& hints, uint64_t /* iTick */) argument
792 hints.collectHostCpuLoad();
868 void HostRamUsage::preCollect(CollectorHints& hints, uint64_t /* iTick */) argument
870 hints.collectHostRamUsage();
894 void HostFilesystemUsage::preCollect(CollectorHints& /* hints */, uint64_t /* iTick */)
917 void HostDiskUsage::preCollect(CollectorHints& /* hints */, uint64_t /* iTick */)
960 void HostRamVmm::preCollect(CollectorHints& hints, uint64_ argument
1026 preCollect(CollectorHints& hints, uint64_t ) argument
1063 preCollect(CollectorHints& hints, uint64_t ) argument
1143 preCollect(CollectorHints& hints, uint64_t ) argument
1158 preCollect(CollectorHints& hints, uint64_t ) argument
1227 preCollect(CollectorHints& hints, uint64_t ) argument
[all...]
/vbox/src/VBox/Main/src-server/win/
H A DPerformanceWin.cpp57 virtual int preCollect(const CollectorHints& hints, uint64_t /* iTick */);
126 int CollectorWin::preCollect(const CollectorHints& hints, uint64_t /* iTick */) argument
137 const CollectorHints::ProcessList& processes = hints.getProcessFlags();
/vbox/src/VBox/Main/src-server/linux/
H A DPerformanceLinux.cpp50 virtual int preCollect(const CollectorHints& hints, uint64_t /* iTick */);
114 int CollectorLinux::preCollect(const CollectorHints& hints, uint64_t /* iTick */) argument
117 hints.getProcesses(processes);
130 if (hints.isHostCpuLoadCollected() || mProcessStats.size())
/vbox/src/VBox/Additions/linux/lightdm-greeter/liblightdm-gobject-1.5.0/
H A Dgreeter.c57 GHashTable *hints; member in struct:__anon2079
261 g_hash_table_insert (priv->hints, name, value);
551 return g_hash_table_lookup (GET_PRIVATE (greeter)->hints, name);
1115 priv->hints = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, g_free);
1233 g_hash_table_unref (priv->hints);
/vbox/src/libs/libxml2-2.6.31/
H A Dnanoftp.c881 struct addrinfo hints, *tmp, *result; local
884 memset (&hints, 0, sizeof(hints));
885 hints.ai_socktype = SOCK_STREAM;
888 if (getaddrinfo (proxy, NULL, &hints, &result) != 0) {
894 if (getaddrinfo (ctxt->hostname, NULL, &hints, &result) != 0) {
H A Dnanohttp.c997 struct addrinfo hints, *res, *result; local
1000 memset (&hints, 0,sizeof(hints));
1001 hints.ai_socktype = SOCK_STREAM;
1003 status = getaddrinfo (host, NULL, &hints, &result);
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu_glx.c858 XSizeHints hints = {0}; local
1052 hints.x = window->x;
1053 hints.y = window->y;
1054 hints.width = window->BltInfo.width;
1055 hints.height = window->BltInfo.height;
1056 hints.min_width = hints.width;
1057 hints.min_height = hints.height;
1058 hints
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/extradata/
H A DUIExtraDataManager.cpp1489 /* Load splitter hints: */
1497 /* Save splitter hints: */
2277 QList<int> hints; local
2278 hints << (data.size() > 0 ? data[0].toInt() : 0);
2279 hints << (data.size() > 1 ? data[1].toInt() : 0);
2281 /* Return hints: */
2282 return hints;
2285 void UIExtraDataManager::setSelectorWindowSplitterHints(const QList<int> &hints) argument
2287 /* Parse passed hints: */
2289 data << (hints
3589 QList<int> hints; local
3605 setExtraDataManagerSplitterHints(const QList<int> &hints) argument
[all...]

Completed in 260 milliseconds