Searched defs:dev_path (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/app/dsession/sun-src/
H A Ddsession.c56 char dev_path[PATH_MAX]; member in struct:__anon15
249 if (!dsession_mgr_table[i].dev_path[0])
277 if (dsession_mgr_table[index].dev_path[0])
278 printf("\tdev_path = %s\n", dsession_mgr_table[index].dev_path);
313 if (strcmp(dsession_mgr_table[i].dev_path, device) == 0)
851 if (strcmp(dsession_mgr_table[i].dev_path, device) == 0) {
947 if (strcmp(dsession_mgr_table[index].dev_path, device) == 0)
980 basename(dsession_mgr_table[index].dev_path));
1011 char dev_path[PATH_MAX]; local
1017 snprintf(dev_path, PATH_MA
[all...]

Completed in 13 milliseconds