| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/bare-metal/ |
| H A D | telnet-buffer.py | 31 host=sys.argv[1] variable 34 tn = telnetlib.Telnet(host, port, 1000000)
|
| H A D | eth008-power-relay.py | 6 host = sys.argv[1] variable 20 c = socket.create_connection((host, int(port)))
|
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | Host.c | 68 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 D | xcb_disp.c | 59 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 D | access.c | 200 #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 D | access.c | 193 #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 D | xcb_util.c | 98 * 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 D | parsedpy.c | 105 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 D | xauth.h | 51 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 D | u_network.h | 16 int u_socket_connect(const char *host, uint16_t port);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| H A D | u_network.h | 16 int u_socket_connect(const char *host, uint16_t port);
|
| /xsrc/external/mit/freetype/dist/docs/reference/javascripts/ |
| H A D | extra.js | 27 this.host == window.location.host) {
|
| /xsrc/external/mit/MesaLib/dist/docs/drivers/ |
| H A D | venus.rst | 23 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 D | Xtrans.c | 191 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 D | Xtranssock.c | 188 * 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 D | Xtranslcl.c | 828 * 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 D | chooser.c | 295 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 D | check_public.c | 23 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 D | pathname.c | 442 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 D | report-flakes.py | 32 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 D | Makefile.am | 2 host.def \ 141 host.def: 142 @touch host.def
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | parse_m4.c | 21 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 D | detect.mk | 2 # FreeType 2 configuration file to detect an BeOS host platform.
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/xlaunch/ |
| H A D | main.cc | 143 // 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 D | bare-metal.rst | 49 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
|