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

/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/
H A Dkinput.c55 struct KdConfigDevice { struct
57 struct KdConfigDevice *next;
63 static struct KdConfigDevice *kdConfigKeyboards = NULL;
64 static struct KdConfigDevice *kdConfigPointers = NULL;
914 struct KdConfigDevice **prev, *new;
919 new = (struct KdConfigDevice *) calloc(sizeof(struct KdConfigDevice), 1);
978 struct KdConfigDevice **prev, *new;
983 new = (struct KdConfigDevice *) calloc(sizeof(struct KdConfigDevice),
[all...]
/xsrc/external/mit/xorg-server/dist/hw/kdrive/src/
H A Dkinput.c60 struct KdConfigDevice { struct
62 struct KdConfigDevice *next;
68 static struct KdConfigDevice *kdConfigKeyboards = NULL;
69 static struct KdConfigDevice *kdConfigPointers = NULL;
706 struct KdConfigDevice **prev, *new;
711 new = (struct KdConfigDevice *) calloc(sizeof(struct KdConfigDevice), 1);
770 struct KdConfigDevice **prev, *new;
775 new = (struct KdConfigDevice *) calloc(sizeof(struct KdConfigDevice),
[all...]

Completed in 4 milliseconds