Searched refs:is_legacy (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/libpciaccess/dist/src/
H A Dlinux_sysfs.c839 ret->is_legacy = 0;
877 ret->is_legacy = 1;
896 if (handle->is_legacy)
913 if (handle->is_legacy)
930 if (handle->is_legacy)
946 if (handle->is_legacy)
960 if (handle->is_legacy)
974 if (handle->is_legacy)
H A Dpciaccess_private.h116 int is_legacy; member in struct:pci_io_handle
H A Dfreebsd_pci.c432 ret->is_legacy = 1;
443 ret->is_legacy = 0;
H A Dopenbsd_pci.c437 ret->is_legacy = 1;
448 ret->is_legacy = 1;
458 ret->is_legacy = 1;
H A Dnetbsd_pci.c737 ret->is_legacy = 1;
748 ret->is_legacy = 1;
H A Dsolx_devfs.c921 ret->is_legacy = 1;
H A Dx86_pci.c1055 ret->is_legacy = 1;
/xsrc/external/mit/xterm/dist/
H A Dinput.c315 #define LegacyAllows(code) (!is_legacy || (code & xw->keyboard.modify_now.allow_keys) != 0)
324 int is_legacy = (keyboard->type == keyboardIsLegacy); local in function:allowModifierParm
329 is_legacy = True;

Completed in 11 milliseconds