Searched refs:defaults (Results 1 – 14 of 14) sorted by relevance
/xen/tools/hotplug/Linux/ |
A D | xen-network-common.sh | 78 first_file -f /etc/sysconfig/dhcpd /etc/defaults/dhcp /etc/default/dhcp3-server
|
/xen/xen/drivers/char/ |
A D | ns16550.c | 1515 void __init ns16550_init(int index, struct ns16550_defaults *defaults) in ns16550_init() argument 1526 uart->baud = (defaults->baud ? : in ns16550_init() 1529 uart->data_bits = defaults->data_bits; in ns16550_init() 1530 uart->parity = parse_parity_char(defaults->parity); in ns16550_init() 1531 uart->stop_bits = defaults->stop_bits; in ns16550_init() 1532 uart->irq = defaults->irq; in ns16550_init() 1533 uart->io_base = defaults->io_base; in ns16550_init()
|
/xen/xen/include/xen/ |
A D | serial.h | 172 void ns16550_init(int index, struct ns16550_defaults *defaults);
|
/xen/docs/misc/ |
A D | console.txt | 121 guest it defaults to PV console, if the guest is an hvm guest it defaults to 126 Considering that xenconsole defaults to emulated serials for hvm guests,
|
A D | efi.pandoc | 41 settings to apply to all other sections (or to provide defaults for certain
|
A D | xen-command-line.pandoc | 286 defaults to `true` on hardware supporting CET-SS. Specifying 724 For PVH, dom0 defaults to using HAP on capable hardware, and falls back to 732 information during the dom0 build. It defaults to the compile time choice 736 PV dom0, and defaults to true. 762 This option is only applicable to x86 PV dom0's, and defaults to false. 772 * The `strict` boolean is applicable to x86 PV dom0's only and defaults to 832 defaults of 1 and unlimited respectively are used instead. 1746 defaults to `true`, and is ignored when `CONFIG_PV32` is compiled out. 2017 in some cases and generally lower security risk the option defaults to false. 2028 in some cases and generally lower security risk the option defaults to false.
|
A D | kconfig-language.rst | 89 The default value deliberately defaults to 'n' in order to avoid bloating the 105 "default n". This allows you to provide sane defaults.
|
/xen/ |
A D | INSTALL | 58 Note: prefix defaults to /usr/local, sysconfdir defaults to /etc, 59 localstatedir defaults to /var. 215 BOOT_DIR defaults to /boot, DEBUG_DIR defaults to /usr/lib/debug and
|
/xen/docs/man/ |
A D | xl-network-configuration.5.pod | 190 defaults to domain 0. Specifying another domain requires setting up a
|
A D | xl.cfg.5.pod.in | 761 Specify the backend domain name or id, defaults to dom0. 1498 Specify the backend domain name or id, defaults to dom0. 1688 Linux ("pvops") kernel. This option defaults to true (1) if any PCI 1771 memory. The defaults are selected to give the best results for the 1814 accept the defaults for these options wherever possible. 2077 which will override the internal defaults. Not all predefined structures can be 2321 =item B<defaults> 2353 is equivalent to the list [ "defaults" ], and a value of false (0) is 2693 memory. The defaults are selected to give the best results for the
|
A D | xl-disk-configuration.5.pod | 221 defaults to domain 0. Specifying another domain requires setting up a
|
A D | xl.1.pod.in | 238 domains can have both. If this option is not specified it defaults to
|
/xen/tools/libxl/ |
A D | libxl_types.idl | 269 (2, "enabled"), # becomes {sync,share}_pt once defaults are evaluated
|
/xen/tools/firmware/rombios/ |
A D | rombios.c | 4156 ;; restore IDT to normal real-mode defaults 10317 ;; restore IDT to normal real-mode defaults
|
Completed in 30 milliseconds