HomeSort by: relevance | last modified time | path
    Searched refs:ListenTransFds (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/xfs/dist/include/
globals.h 95 extern int *ListenTransFds;
  /xsrc/external/mit/xfs/dist/os/
connection.c 116 int *ListenTransFds = NULL;
128 if (ListenTransFds)
132 if (ListenTransFds[i] == fd)
146 FD_CLR (ListenTransFds[i], &AllSockets);
150 free ((char *) ListenTransFds);
153 ListenTransFds = NULL;
194 ListenTransFds = (int *) malloc (old_listen_count * sizeof (int));
211 ListenTransFds[ListenTransCount] = old_listen[i].fd;
230 ListenTransFds = (int *) malloc (ListenTransCount * sizeof (int));
236 ListenTransFds[i] = fd
    [all...]
osglue.c 323 if (ListenTransFds[j] == i)
  /xsrc/external/mit/xorg-server/dist/os/
connection.c 153 static int *ListenTransFds = NULL;
161 if (ListenTransFds) {
165 if (ListenTransFds[i] == fd)
278 ListenTransFds = xallocarray(ListenTransCount, sizeof (int));
279 if (ListenTransFds == NULL)
285 ListenTransFds[i] = fd;
329 RemoveNotifyFd(ListenTransFds[i]);
330 ListenTransFds[i] = ListenTransFds[ListenTransCount - 1];
342 ListenTransFds[i] = newfd
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/os/
connection.c 254 static int *ListenTransFds = NULL;
262 if (ListenTransFds)
266 if (ListenTransFds[i] == fd)
402 ListenTransFds = malloc(ListenTransCount * sizeof (int));
408 ListenTransFds[i] = fd;
457 FD_CLR (ListenTransFds[i], &WellKnownConnections);
458 ListenTransFds[i] = ListenTransFds[ListenTransCount - 1];
471 FD_CLR (ListenTransFds[i], &WellKnownConnections);
472 ListenTransFds[i] = newfd
    [all...]

Completed in 10 milliseconds