Searched refs:host (Results 1 - 25 of 1663) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib/dist/.gitlab-ci/bare-metal/
H A Dtelnet-buffer.py31 host=sys.argv[1] variable
34 tn = telnetlib.Telnet(host, port, 1000000)
H A Deth008-power-relay.py6 host = sys.argv[1] variable
20 c = socket.create_connection((host, int(port)))
/xsrc/external/mit/libX11/dist/src/
H A DHost.c68 changehost (Display *dpy, XHostAddress *host, BYTE mode) argument
75 siAddr = host->family == FamilyServerInterpreted ?
76 (XServerInterpretedAddress *)host->address : NULL;
78 siAddr->typelength + siAddr->valuelength + 1 : host->length;
89 req->hostFamily = host->family;
97 memcpy((char *) NEXTPTR(req,xChangeHostsReq), host->address, (size_t) addrlen);
107 XHostAddress *host)
109 return changehost(dpy, host, HostInsert);
115 XHostAddress *host)
117 return changehost(dpy, host, HostDelet
105 XAddHost(register Display * dpy,XHostAddress * host) argument
113 XRemoveHost(register Display * dpy,XHostAddress * host) argument
[all...]
H A Dxcb_disp.c59 char *host; local in function:_XConnectXCB
69 if(!xcb_parse_display(display, &host, &n, screenp))
71 /* host and n are unused, but xcb_parse_display requires them */
72 free(host);
/xsrc/external/mit/xorg-server.old/dist/os/
H A Daccess.c200 #define addrEqual(fam, address, length, host) \
201 ((fam) == (host)->family &&\
202 (length) == (host)->len &&\
203 !acmp (address, (host)->addr, length))
223 local host entries when stronger authentication is turned on. */
247 static Bool siAddrMatch(int family, pointer addr, int len, HOST *host,
254 * local host to the access list
333 * Define this host for access control. Find all the hosts the OS knows about
348 register HOST *host;
409 for (host
538 register HOST *host; local in function:DefineSelf
828 register HOST *host; local in function:AugmentSelf
866 register HOST *host; local in function:ResetHosts
1037 register HOST *host; local in function:ComputeLocalClient
1292 HOST *host; local in function:ForEachHostInFamily
1308 register HOST *host; local in function:NewHost
1344 register HOST *host, **prev; local in function:RemoveHost
1400 register HOST *host; local in function:GetHosts
1488 register HOST *selfhost, *host; local in function:InvalidHost
1664 siAddrMatch(int family,pointer addr,int len,HOST * host,ClientPtr client) argument
[all...]
/xsrc/external/mit/xorg-server/dist/os/
H A Daccess.c193 #define addrEqual(fam, address, length, host) \
194 ((fam) == (host)->family &&\
195 (length) == (host)->len &&\
196 !memcmp (address, (host)->addr, length))
216 local host entries when stronger authentication is turned on. */
247 static Bool siAddrMatch(int family, void *addr, int len, HOST * host,
254 * local host to the access list
428 * Define this host for access control. Find all the hosts the OS knows about
443 register HOST *host;
503 for (host
623 register HOST *host; local in function:DefineSelf
898 register HOST *host; local in function:AugmentSelf
935 register HOST *host; local in function:ResetHosts
1096 register HOST *host; local in function:xtransLocalClient
1360 HOST *host; local in function:ForEachHostInFamily
1373 register HOST *host; local in function:NewHost
1405 register HOST *host, **prev; local in function:RemoveHost
1456 register HOST *host; local in function:GetHosts
1533 register HOST *selfhost, *host; local in function:InvalidHost
1718 siAddrMatch(int family,void * addr,int len,HOST * host,ClientPtr client) argument
[all...]
/xsrc/external/mit/libxcb/dist/src/
H A Dxcb_util.c98 * host = <path to socket>
103 static int _xcb_parse_display_path_to_socket(const char *name, char **host, char **protocol, argument
134 if (host) {
135 *host = strdup(path);
136 if (!*host)
143 if (host)
144 free(*host);
158 static int _xcb_parse_display(const char *name, char **host, char **protocol, argument
171 return _xcb_parse_display_path_to_socket(name, host, protocol, displayp, screenp);
174 return _xcb_parse_display_path_to_socket(name + 5, host, protoco
233 xcb_parse_display(const char * name,char ** host,int * displayp,int * screenp) argument
247 _xcb_open(const char * host,char * protocol,const int display) argument
368 _xcb_open_tcp(const char * host,char * protocol,const unsigned short port) argument
528 char *host = NULL; local in function:xcb_connect_to_display_with_auth_info
[all...]
/xsrc/external/mit/xauth/dist/
H A Dparsedpy.c105 char *host = NULL; /* must free if set and error return */ local in function:parse_displayname
124 * get the host string; if none is given, use the most effiecient path
127 len = (ptr - displayname); /* length of host name */
130 host = copystring (UNIX_CONNECTION, UNIX_CONNECTION_LENGTH);
134 host = copystring ("0", 1);
137 host = copyhostname ();
144 host = copystring (displayname + 1, len - 2);
146 host = copystring (displayname, len);
151 if (host && strcmp (host, UNIX_CONNECTIO
[all...]
H A Dxauth.h51 extern struct addrlist *get_address_info ( int family, const char *fulldpyname, int prefix, char *host);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_network.h16 int u_socket_connect(const char *host, uint16_t port);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_network.h16 int u_socket_connect(const char *host, uint16_t port);
/xsrc/external/mit/freetype/dist/docs/reference/javascripts/
H A Dextra.js27 this.host == window.location.host) {
/xsrc/external/mit/MesaLib/dist/docs/drivers/
H A Dvenus.rst23 from the host driver. However, it violates the spec in some places currently
29 - RADV 21.1 or later (the host kernel must have
69 If the host driver of the system is not new enough, it is a good idea to build
70 the host driver as well when building the Venus driver. Just remember to set
72 server finds the locally built host driver.
122 compositor to connect guest X11/Wayland clients to the host Wayland
142 Make sure a host Wayland compositor is running. Replace
160 ``xdg-shell`` from the host compositor. One must make sure the host
167 renderer might need to import GBM BOs. The imports will fail unless the host
[all...]
/xsrc/external/mit/xtrans/dist/
H A DXtrans.c191 char **protocol, char **host, char **port)
196 * as "protocol/host:port[/catalogue]". Note that the catologue
201 * as "protocol/host:port".
204 * If the protocol part and host part are missing, then assume local.
256 *host = NULL;
270 /* There is neither a protocol or host specified */
277 mybuf = tmpptr; /* reset to the beginning of the host ptr */
299 /* Get the host part */
306 *host = NULL;
371 *host
415 char *protocol = NULL, *host = NULL, *port = NULL; local in function:TRANS
854 char *host; local in function:TRANS
[all...]
H A DXtranssock.c188 * unix UNIX Domain Sockets (same host only)
567 const char *host, const char *port, int previndex)
573 protocol, host, port);
601 const char *host, const char *port)
604 thistrans->TransName, protocol, host, port, -1);
615 const char *host, const char *port)
621 prmsg (2,"SocketOpenCOTSServer(%s,%s,%s)\n", protocol, host, port);
1315 char host[MAXHOSTNAMELEN]; member in struct:addrlist
1323 const char *host, const char *port)
1349 prmsg (2,"SocketINETConnect(%d,%s,%s)\n", ciptr->fd, host, por
1718 UnixHostReallyLocal(const char * host) argument
[all...]
H A DXtranslcl.c828 * Make sure 'host' is really local.
832 HostReallyLocal (const char *host)
836 * The 'host' passed to this function may have been generated
846 if (uname (&name) >= 0 && strcmp (host, name.nodename) == 0)
854 if (strcmp (host, buf) == 0)
863 const char *host, const char *port)
873 * Make sure 'host' is really local. If not, we return failure.
880 if (strcmp (host, "unix") != 0 && !HostReallyLocal (host))
883 "LocalOpenClient: Cannot connect to non-local host
824 HostReallyLocal(const char * host) argument
[all...]
/xsrc/external/mit/xdm/dist/chooser/
H A Dchooser.c295 char *host; local in function:AddHostname
301 host = (char *)hostent->h_name;
302 XdmcpAllocARRAY8 (hostname, strlen (host));
303 memcpy(hostname->data, host, hostname->length);
352 DisposeHostname (HostName *host) argument
354 XdmcpDisposeARRAY8 (&host->hostname);
355 XdmcpDisposeARRAY8 (&host->hostaddr);
356 XdmcpDisposeARRAY8 (&host->status);
357 free (host->fullname);
358 free (host);
442 HostAddr *host, **prev; local in function:RegisterHostaddr
[all...]
/xsrc/external/mit/libxcb/dist/tests/
H A Dcheck_public.c23 static void parse_display_pass(const char *name, const char *host, const int display, const int screen) argument
49 ck_assert_msg(strcmp(host, got_host) == 0, "parse %sproduced unexpected hostname '%s' for '%s': expected '%s'", test_string[test_type], got_host, name, host);
58 ck_assert_msg(strcmp(host, got_host) == 0, "screenless parse %sproduced unexpected hostname '%s' for '%s': expected '%s'", test_string[test_type], got_host, name, host);
91 ck_assert_msg(got_host == (char *) -1, "host changed on parse failure %sfor '%s': got %p", test_string[test_type], name, got_host);
100 ck_assert_msg(got_host == (char *) -1, "host changed on parse failure %sfor '%s': got %p", test_string[test_type], name, got_host);
/xsrc/external/mit/xedit/dist/lisp/
H A Dpathname.c442 parse-namestring object &optional host defaults &key start end junk-allowed
448 LispObj *object, *host, *defaults, *ostart, *oend, *junk_allowed; local in function:Lisp_ParseNamestring
454 host = ARGUMENT(1);
457 if (host == UNSPEC)
458 host = NIL;
473 if (host != NIL) {
474 CHECK_STRING(host);
524 /* host */
703 make-pathname &key host device directory name type version defaults
711 LispObj *host, *devic local in function:Lisp_MakePathname
1063 LispObj *host; local in function:Lisp_UserHomedirPathname
[all...]
/xsrc/external/mit/MesaLib/dist/.gitlab-ci/
H A Dreport-flakes.py32 def __init__(self, host, port, verbose):
34 self.s.connect((host, port))
74 parser.add_argument('--host', type=str,
109 irc = Connection(args.host, args.port, args.verbose)
/xsrc/external/mit/xorg-cf-files/dist/
H A DMakefile.am2 host.def \
141 host.def:
142 @touch host.def
/xsrc/external/mit/ctwm/dist/
H A Dparse_m4.c21 static char *m4_defs(Display *display, const char *host);
91 m4_defs(Display *display, const char *host) argument
143 server = strdup(XDisplayName(host));
/xsrc/external/mit/freetype/dist/builds/beos/
H A Ddetect.mk2 # FreeType 2 configuration file to detect an BeOS host platform.
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/xlaunch/
H A Dmain.cc143 // Read program, user and host name
151 config.host = buffer;
157 if (!config.local && (config.host.empty() || config.program.empty()))
425 SetDlgItemText(hwndDlg, IDC_CLIENT_HOST, config.host.c_str());
552 std::string host = config.host; local in function:CMyWizard::StartUp
554 host = config.user + "@" + config.host;
557 host.c_str(),config.program.c_str());
560 host
[all...]
/xsrc/external/mit/MesaLib/dist/docs/ci/
H A Dbare-metal.rst49 done using dnsmasq on the runner host. For example, this snippet in
50 the dnsmasq.conf.d in the google farm, with the gitlab-runner host we
53 dhcp-host=1c:69:7a:0d:a3:d3,10.42.0.10,set:servo
57 dhcp-host=a0:ce:c8:c8:d9:5d,10.42.0.11,set:cheza1
58 dhcp-host=a0:ce:c8:c8:d8:81,10.42.0.12,set:cheza2
87 --docker-network-mode "host" \
106 /dev/pts). We use host network mode so that we can spin up a nginx

Completed in 17 milliseconds

1234567891011>>