Home
last modified time | relevance | path

Searched refs:devbuf (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/Xi/
H A Dlistdev.c294 char **devbuf, char **classbuf, char **namebuf) in ListDeviceInfo() argument
297 CopySwapDevice(client, d, 0, devbuf); in ListDeviceInfo()
338 char *devbuf, *classbuf, *namebuf, *savbuf; in ProcXListInputDevices() local
379 devbuf = (char *) calloc(1, total_length); in ProcXListInputDevices()
380 classbuf = devbuf + (numdevs * sizeof(xDeviceInfo)); in ProcXListInputDevices()
382 savbuf = devbuf; in ProcXListInputDevices()
386 dev = (xDeviceInfoPtr) devbuf; in ProcXListInputDevices()
391 ListDeviceInfo(client, d, dev++, &devbuf, &classbuf, &namebuf); in ProcXListInputDevices()
398 ListDeviceInfo(client, d, dev++, &devbuf, &classbuf, &namebuf); in ProcXListInputDevices()