Searched refs:nt_list_for_each_entry (Results 1 - 16 of 16) sorted by relevance
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86Extensions.c | 98 nt_list_for_each_entry(modp, mod_con->mod_load_lst, list.next) { 105 nt_list_for_each_entry(opt, modp->load_opt, list.next) {
|
| H A D | xf86Xinput.c | 1037 nt_list_for_each_entry(option, options, list.next) { 1083 nt_list_for_each_entry(option, options, list.next) {
|
| H A D | xf86Mode.c | 1478 nt_list_for_each_entry(cp, clockRanges, next) {
|
| /xsrc/external/mit/xorg-server/dist/test/ |
| H A D | list.c | 261 /* Test using nt_list_for_each_entry */ 263 nt_list_for_each_entry(item, foo, next) { 295 /* Test using nt_list_for_each_entry */ 297 nt_list_for_each_entry(item, foo, next) { 329 nt_list_for_each_entry(item, foo, next) { 338 nt_list_for_each_entry(item, foo, next) { 350 nt_list_for_each_entry(item, foo, next) {
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | list.h | 378 * nt_list_for_each_entry(iterator, list, next) { 386 #define nt_list_for_each_entry(_entry, _list, _member) \ macro 394 * See nt_list_for_each_entry for more details.
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | gestures.c | 235 nt_list_for_each_entry(iclients, inputMasks->inputClients, next) {
|
| H A D | inpututils.c | 920 nt_list_for_each_entry(opt, list, list.next) { 950 nt_list_for_each_entry(element, list, list.next) { 987 nt_list_for_each_entry(element, list, list.next) {
|
| H A D | touch.c | 763 nt_list_for_each_entry(iclients, inputMasks->inputClients, next) { 780 nt_list_for_each_entry(iclients, inputMasks->inputClients, next) { 809 nt_list_for_each_entry(oclients, wOtherClients(win), next) {
|
| H A D | devices.c | 1138 nt_list_for_each_entry(dev, inputInfo.devices, next) { 1143 nt_list_for_each_entry(dev, inputInfo.off_devices, next) {
|
| H A D | window.c | 3191 nt_list_for_each_entry(dev, inputInfo.devices, next)
|
| H A D | events.c | 1129 nt_list_for_each_entry(dev, inputInfo.devices, next) {
|
| /xsrc/external/mit/xorg-server/dist/hw/kdrive/src/ |
| H A D | kinput.c | 873 nt_list_for_each_entry(option, ki->options, list.next) { 1001 nt_list_for_each_entry(option, pi->options, list.next) { 1937 nt_list_for_each_entry(option, options, list.next) {
|
| /xsrc/external/mit/xorg-server/dist/Xi/ |
| H A D | exevents.c | 1043 nt_list_for_each_entry(iclient, wOtherInputMasks(win)->inputClients, next) { 1388 nt_list_for_each_entry(iclients, 1402 nt_list_for_each_entry(iclients, 1416 nt_list_for_each_entry(oclients, 2291 nt_list_for_each_entry(iclients, wOtherInputMasks(*win)->inputClients, next)
|
| H A D | xibarriers.c | 611 nt_list_for_each_entry(dev, inputInfo.devices, next) {
|
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| H A D | saver.c | 383 nt_list_for_each_entry(dev, inputInfo.devices, next)
|
| /xsrc/external/mit/xorg-server/dist/xkb/ |
| H A D | xkbActions.c | 1229 nt_list_for_each_entry(dev, inputInfo.devices, next) {
|
Completed in 39 milliseconds