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

/solaris-x11-s11/open-src/app/dsession/sun-src/
H A Ddsession.c85 static dsession_mgr_t dsession_mgr_table[MAX_DISP_DEV]; variable
246 memcpy(dsession_mgr_table, shm_table, sizeof (dsession_mgr_table));
249 if (!dsession_mgr_table[i].dev_path[0])
263 printf("%s:\n", dsession_mgr_table[index].session_id);
265 if (dsession_mgr_table[index].open)
271 if (dsession_mgr_table[index].busid[0])
272 printf("\tbusid = %s\n", dsession_mgr_table[index].busid);
277 if (dsession_mgr_table[index].dev_path[0])
278 printf("\tdev_path = %s\n", dsession_mgr_table[inde
[all...]

Completed in 1905 milliseconds