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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/
H A Dlnx_acpi.c81 unsigned long int notify_l, data_l; local in function:lnxACPIGetEventFromOs
91 notify_l = strtoul(notify, NULL, 16);
93 ErrorF("notify: 0x%lx\n",notify_l);
103 switch (notify_l) {
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/linux/
H A Dlnx_acpi.c80 unsigned long int notify_l; local in function:lnxACPIGetEventFromOs
92 notify_l = strtoul(notify, NULL, 16);
94 ErrorF("notify: 0x%lx\n", notify_l);
105 switch (notify_l) {

Completed in 2 milliseconds