Searched refs:displayfd (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/external/xserver/test/ |
| H A D | simple-xinit.c | 85 get_display(int displayfd) in get_display() argument 90 ret = read(displayfd, display_string, sizeof(display_string) - 1); in get_display() 155 int displayfd) in parse_args() argument 198 ret = asprintf(&displayfd_string, "%d", displayfd); in parse_args()
|
| /OK3568_Linux_fs/external/xserver/os/ |
| H A D | connection.c | 208 if (displayfd >= 0) { in NotifyParentProcess() 209 if (write(displayfd, display, strlen(display)) != strlen(display)) in NotifyParentProcess() 210 FatalError("Cannot write display number to fd %d\n", displayfd); in NotifyParentProcess() 211 if (write(displayfd, "\n", 1) != 1) in NotifyParentProcess() 212 FatalError("Cannot write display number to fd %d\n", displayfd); in NotifyParentProcess() 213 close(displayfd); in NotifyParentProcess() 214 displayfd = -1; in NotifyParentProcess() 255 else if ((displayfd < 0) || explicit_display) { in CreateWellKnownSockets()
|
| H A D | log.c | 245 if (displayfd != -1) { in LogInit()
|
| H A D | utils.c | 755 displayfd = atoi(argv[i]); in ProcessCommandLine()
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | globals.c | 120 int displayfd = -1; variable
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | opaque.h | 54 extern _X_EXPORT int displayfd;
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 7924 os: Fix -logfile when used with -displayfd 7928 $ Xorg -logfile /tmp/mylog -config /etc/xpra/xorg.conf -displayfd 2 12783 ret = read(displayfd, display_string, sizeof(display_string - 1)); 20523 The normal xinit is racy because it doesn't use -displayfd. This 20524 implements the bare minimum for testing purposes, using -displayfd to 29355 Avoid segfault in CloseWellKnownConnections when using -displayfd 29357 When -displayfd is looping through the possible display ids to use, 29373 Use unique logfile names when starting server with -displayfd 29377 Previously all X servers started with -displayfd would overwrite 29379 until after -displayfd finds an open display - then it is renamed [all …]
|