Searched refs:clients_end (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/xserver/xorg/sun-src/os/solaris/mdb/modules/
H A DXserver_clients.c38 uintptr_t clients_end; member in struct:client_walk_data
83 cwda->clients_end = wsp->walk_addr + (max_clients * (sizeof(void *)));
114 if (wsp->walk_addr >= cwda->clients_end) {
116 mdb_printf("End of client list at %p", cwda->clients_end);

Completed in 12 milliseconds