Home
last modified time | relevance | path

Searched refs:attributes (Results 1 – 14 of 14) sorted by relevance

/xen/tools/xenstore/
A Dxenstored_probes.d23 #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/xen/tools/kconfig/
A Dnconf.gui.c11 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()
410 (void) wattrset(win, attributes[INPUT_BOX]); in dialog_inputbox()
412 (void) wattrset(win, attributes[INPUT_HEADING]); in dialog_inputbox()
579 (void) wattrset(pad, attributes[SCROLLWIN_TEXT]); in show_scroll_win()
594 (void) wattrset(win, attributes[SCROLLWIN_BOX]); in show_scroll_win()
[all …]
A Dnconf.c372 (void) wattrset(main_window, attributes[FUNCTION_HIGHLIGHT]); in print_function_line()
376 (void) wattrset(main_window, attributes[FUNCTION_TEXT]); in print_function_line()
383 (void) wattrset(main_window, attributes[NORMAL]); in print_function_line()
959 (void) wattrset(main_window, attributes[NORMAL]); in show_menu()
962 attributes[MAIN_HEADING]); in show_menu()
964 (void) wattrset(main_window, attributes[MAIN_MENU_BOX]); in show_menu()
966 (void) wattrset(main_window, attributes[MAIN_MENU_HEADING]); in show_menu()
968 (void) wattrset(main_window, attributes[NORMAL]); in show_menu()
1526 set_menu_fore(curses_menu, attributes[MAIN_MENU_FORE]); in main()
1527 set_menu_back(curses_menu, attributes[MAIN_MENU_BACK]); in main()
[all …]
A Dnconf.h58 extern attributes_t attributes[];
/xen/tools/debugger/gdbsx/
A DRules.mk6 CFLAGS-$(clang) += -Wno-ignored-attributes
/xen/tools/python/
A Dpylintrc86 # * 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/xen/include/asm-arm/
A Dmm.h192 extern void set_fixmap(unsigned map, mfn_t mfn, unsigned attributes);
196 void __iomem *ioremap_attr(paddr_t start, size_t len, unsigned attributes);
/xen/docs/misc/
A Dkconfig-language.rst43 define attributes for this config option. Attributes can be the type of
49 Menu attributes
52 A menu entry can have a number of attributes. Not all of them are
343 attributes as options.
398 This defines a choice group and accepts any of the above attributes as
435 attributes.
A Dvtd-pi.txt118 for the virtual-vectors and contains the attributes of the notification event
A Dnetif-staging-grants.pandoc47 permission attributes, and the authorized domain:
A Dxenstore-paths.pandoc74 attributes of the software, e.g. "debug".
/xen/xen/common/efi/
A Dboot.c906 u64 attributes; in setup_efi_pci() local
915 &attributes); in setup_efi_pci()
917 !(attributes & EFI_PCI_IO_ATTRIBUTE_EMBEDDED_ROM) || in setup_efi_pci()
/xen/xen/arch/arm/
A Dmm.c944 void *ioremap_attr(paddr_t pa, size_t len, unsigned int attributes) in ioremap_attr() argument
949 void *ptr = __vmap(&mfn, nr, 1, 1, attributes, VMAP_DEFAULT); in ioremap_attr()
/xen/stubdom/grub.patches/
A D00cvs51 + * stage2/iso9660.h: Remove unnecessary packed attributes.

Completed in 27 milliseconds