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

/solaris-x11-s12/open-src/xserver/xorg/sun-src/os/solaris/mdb/modules/
H A DXserver_device_grabs.c33 InputInfo inputInfo; member in struct:inputdev_walk_data
39 * or reading the value of the server's "inputInfo" pointer. We also allocate
51 if (mdb_readsym(&(iwda->inputInfo), sizeof (InputInfo), "inputInfo") == -1)
53 mdb_warn("failed to read inputInfo data");
58 wsp->walk_addr = (uintptr_t) iwda->inputInfo.devices;
154 InputInfo inputInfo; local
181 if (mdb_readsym(&inputInfo, sizeof (InputInfo), "inputInfo") == -1)
183 mdb_warn("failed to read inputInfo dat
[all...]

Completed in 8 milliseconds