Searched refs:config (Results 1 - 7 of 7) sorted by relevance

/systemd/src/boot/efi/
H A Dboot.c327 static UINTN entry_lookup_key(Config *config, UINTN start, CHAR16 key) { argument
336 if (i > config->entry_count)
337 i = config->entry_count;
341 /* find matching key in config entries */
342 for (i = start; i < config->entry_count; i++)
343 if (config->entries[i]->key == key)
347 if (config->entries[i]->key == key)
353 static VOID print_status(Config *config, CHAR16 *loaded_image_path) { argument
391 Print(L"timeout: %d\n", config->timeout_sec);
392 if (config
465 menu_run(Config *config, ConfigEntry **chosen_entry, CHAR16 *loaded_image_path) argument
833 config_add_entry(Config *config, ConfigEntry *entry) argument
974 config_defaults_load_from_file(Config *config, CHAR8 *content) argument
1008 config_entry_add_from_file(Config *config, EFI_HANDLE *device, CHAR16 *file, CHAR8 *content, CHAR16 *loaded_image_path) argument
1136 config_load_defaults(Config *config, EFI_FILE *root_dir) argument
1155 config_load_entries(Config *config, EFI_HANDLE *device, EFI_FILE *root_dir, CHAR16 *loaded_image_path) argument
1196 config_sort_entries(Config *config) argument
1219 config_default_entry_select(Config *config) argument
1304 config_title_generate(Config *config) argument
1414 config_entry_add_call(Config *config, CHAR16 *title, EFI_STATUS (*call)(VOID)) argument
1425 config_entry_add_loader(Config *config, EFI_HANDLE *device, enum loader_type type,CHAR16 *file, CHAR16 key, CHAR16 *title, CHAR16 *loader) argument
1442 config_entry_add_loader_auto(Config *config, EFI_HANDLE *device, EFI_FILE *root_dir, CHAR16 *loaded_image_path, CHAR16 *file, CHAR16 key, CHAR16 *title, CHAR16 *loader) argument
1468 config_entry_add_osx(Config *config) argument
1495 config_entry_add_linux( Config *config, EFI_LOADED_IMAGE *loaded_image, EFI_FILE *root_dir) argument
1609 image_start(EFI_HANDLE parent_image, const Config *config, const ConfigEntry *entry) argument
1681 config_free(Config *config) argument
1700 Config config; local
[all...]
/systemd/src/udev/net/
H A Dlink-config.c31 #include "link-config.h"
372 int link_config_apply(link_config_ctx *ctx, link_config *config, argument
382 assert(config);
390 r = ethtool_set_speed(&ctx->ethtool_fd, old_name, config->speed / 1024, config->duplex);
393 old_name, config->speed / 1024,
394 duplex_to_string(config->duplex));
396 r = ethtool_set_wol(&ctx->ethtool_fd, old_name, config->wol);
399 old_name, wol_to_string(config->wol));
407 if (ctx->enable_name_policy && config
[all...]
H A Dlink-config.h84 int link_config_apply(link_config_ctx *ctx, struct link_config *config, struct udev_device *device, const char **name);
/systemd/src/udev/
H A Dudev-builtin-net_id.c43 * [P<domain>]p<bus>s<slot>[f<function>][u<port>][..][c<config>][i<interface>]
184 uint8_t config[64]; local
186 filename = strjoina(udev_device_get_syspath(dev), "/config");
190 if (read(fd, &config, sizeof(config)) != sizeof(config))
194 if ((config[PCI_HEADER_TYPE] & 0x80) != 0)
323 char *config; local
346 config = s+1;
348 s = strchr(config, '
[all...]
/systemd/test/
H A Dnetworkd-test.py49 self.config = '/run/systemd/network/test_eth42.network'
50 os.makedirs(os.path.dirname(self.config), exist_ok=True)
73 if os.path.exists(self.config):
74 os.unlink(self.config)
102 with open(self.config, 'w') as f:
165 with open(self.config) as f:
166 print('\n---- %s ----\n%s' % (self.config, f.read()))
H A Dtest-functions11 if ! ROOTLIBDIR=$(pkg-config --variable=systemdutildir systemd); then
12 echo "WARNING! Cannot determine rootlibdir from pkg-config, assuming /usr/lib/systemd" >&2
280 systemdsystemunitdir=$(pkg-config --variable=systemdsystemunitdir systemd)
281 systemduserunitdir=$(pkg-config --variable=systemduserunitdir systemd)
/systemd/src/udev/ata_id/
H A Data_id.c518 if ((id.config >> 8) & 0x80) {
520 switch ((id.config >> 8) & 0x1f) {

Completed in 2581 milliseconds