Home
last modified time | relevance | path

Searched refs:ListenTransFds (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/os/
H A Dconnection.c146 static int *ListenTransFds = NULL; variable
154 if (ListenTransFds) { in lookup_trans_conn()
158 if (ListenTransFds[i] == fd) in lookup_trans_conn()
278 ListenTransFds = xallocarray(ListenTransCount, sizeof (int)); in CreateWellKnownSockets()
279 if (ListenTransFds == NULL) in CreateWellKnownSockets()
285 ListenTransFds[i] = fd; in CreateWellKnownSockets()
328 RemoveNotifyFd(ListenTransFds[i]); in ResetWellKnownSockets()
329 ListenTransFds[i] = ListenTransFds[ListenTransCount - 1]; in ResetWellKnownSockets()
341 ListenTransFds[i] = newfd; in ResetWellKnownSockets()
346 SetNotifyFd(ListenTransFds[i], QueueNewConnections, X_NOTIFY_READ, NULL); in ResetWellKnownSockets()
[all …]
/OK3568_Linux_fs/external/xserver/
H A DChangeLog29360 the ListenTransConns entries before the point that ListenTransFds
29362 segfault trying to read entries from a NULL ListenTransFds pointer.