Searched refs:attributes (Results 1 – 14 of 14) sorted by relevance
/xen-4.10.0-shim-comet/tools/xenstore/ |
A D | xenstored_probes.d | 23 #pragma D attributes Evolving/Evolving/Common provider xenstore provider 24 #pragma D attributes Private/Private/Unknown provider xenstore module 25 #pragma D attributes Private/Private/Unknown provider xenstore function 26 #pragma D attributes Evolving/Evolving/Common provider xenstore name 27 #pragma D attributes Evolving/Evolving/Common provider xenstore args
|
/xen-4.10.0-shim-comet/xen/tools/kconfig/ |
A D | nconf.gui.c | 11 attributes_t attributes[ATTR_MAX+1] = {0}; variable 72 attributes[name] = attr | COLOR_PAIR(name); } while (0) in normal_color_theme() 297 set_menu_fore(menu, attributes[DIALOG_MENU_FORE]); in btn_dialog() 298 set_menu_back(menu, attributes[DIALOG_MENU_BACK]); in btn_dialog() 300 (void) wattrset(win, attributes[DIALOG_BOX]); in btn_dialog() 304 (void) wattrset(msg_win, attributes[DIALOG_TEXT]); in btn_dialog() 403 (void) wattrset(win, attributes[INPUT_BOX]); in dialog_inputbox() 405 (void) wattrset(win, attributes[INPUT_HEADING]); in dialog_inputbox() 571 (void) wattrset(pad, attributes[SCROLLWIN_TEXT]); in show_scroll_win() 586 (void) wattrset(win, attributes[SCROLLWIN_BOX]); in show_scroll_win() [all …]
|
A D | nconf.c | 371 (void) wattrset(main_window, attributes[FUNCTION_HIGHLIGHT]); in print_function_line() 375 (void) wattrset(main_window, attributes[FUNCTION_TEXT]); in print_function_line() 382 (void) wattrset(main_window, attributes[NORMAL]); in print_function_line() 957 (void) wattrset(main_window, attributes[NORMAL]); in show_menu() 960 attributes[MAIN_HEADING]); in show_menu() 962 (void) wattrset(main_window, attributes[MAIN_MENU_BOX]); in show_menu() 964 (void) wattrset(main_window, attributes[MAIN_MENU_HEADING]); in show_menu() 966 (void) wattrset(main_window, attributes[NORMAL]); in show_menu() 1532 set_menu_fore(curses_menu, attributes[MAIN_MENU_FORE]); in main() 1533 set_menu_back(curses_menu, attributes[MAIN_MENU_BACK]); in main() [all …]
|
A D | nconf.h | 62 extern attributes_t attributes[];
|
/xen-4.10.0-shim-comet/tools/python/ |
A D | pylintrc | 86 # * required module attributes 98 # Required attributes for module, separated by a comma 99 required-attributes= 139 # * number of methods, attributes, local variables... 164 # Maximum number of attributes for a class (see R0902). 165 max-attributes=7 179 # * attributes not defined in the __init__ method
|
/xen-4.10.0-shim-comet/xen/include/asm-arm/ |
A D | mm.h | 195 extern void set_fixmap(unsigned map, mfn_t mfn, unsigned attributes); 199 void __iomem *ioremap_attr(paddr_t start, size_t len, unsigned attributes);
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | kconfig-language.txt | 39 define attributes for this config option. Attributes can be the type of 45 Menu attributes 48 A menu entry can have a number of attributes. Not all of them are 270 attributes as options. 287 This defines a choice group and accepts any of the above attributes as 319 attributes.
|
A D | vtd-pi.txt | 118 for the virtual-vectors and contains the attributes of the notification event
|
A D | netif-staging-grants.pandoc | 47 permission attributes, and the authorized domain:
|
A D | xenstore-paths.markdown | 74 attributes of the software, e.g. "debug".
|
/xen-4.10.0-shim-comet/docs/ |
A D | ChangeLog | 130 16402: gnttab page attributes
|
/xen-4.10.0-shim-comet/xen/common/efi/ |
A D | boot.c | 855 u64 attributes; in setup_efi_pci() local 864 &attributes); in setup_efi_pci() 866 !(attributes & EFI_PCI_IO_ATTRIBUTE_EMBEDDED_ROM) || in setup_efi_pci()
|
/xen-4.10.0-shim-comet/xen/arch/arm/ |
A D | mm.c | 945 void *ioremap_attr(paddr_t pa, size_t len, unsigned int attributes) in ioremap_attr() argument 950 void *ptr = __vmap(&mfn, nr, 1, 1, attributes, VMAP_DEFAULT); in ioremap_attr()
|
/xen-4.10.0-shim-comet/stubdom/grub.patches/ |
A D | 00cvs | 51 + * stage2/iso9660.h: Remove unnecessary packed attributes.
|
Completed in 21 milliseconds