Home
last modified time | relevance | path

Searched refs:device (Results 1 – 25 of 30) sorted by relevance

12

/lib/efi_loader/
A Defi_bootbin.c67 struct efi_device_path *image, *device; in calculate_paths() local
78 ret = efi_dp_from_name(dev, devnr, path, &device, &image); in calculate_paths()
82 *device_pathp = device; in calculate_paths()
87 efi_dp_split_file_path(image, &device, &image); in calculate_paths()
91 log_debug("- boot device %pD\n", device); in calculate_paths()
336 struct efi_device_path *device, *image; in efi_bootflow_run() local
359 ret = calculate_paths(dev_name, devnum_str, bflow->fname, &device, in efi_bootflow_run()
371 ret = efi_binary_run_dp(bflow->buf, bflow->size, fdt, NULL, 0, device, image); in efi_bootflow_run()
A Defi_fdt.c94 efi_handle_t device; in efi_load_distro_fdt() local
103 device = loaded_image->device_handle; in efi_load_distro_fdt()
106 ret = efi_search_protocol(device, &efi_guid_device_path, &handler); in efi_load_distro_fdt()
A DKconfig11 # We have not fully removed the requirement for some block device
38 reuse U-Boot's device drivers.
368 embedded in the platform's device tree and used for capsule
379 The device path to text protocol converts device nodes and paths to
386 The device path utilities protocol creates and manipulates device
387 paths and device nodes. It is required to run the EFI Shell.
394 The EFI device-tree fix-up protocol provides a function to let the
477 replace the transfer via the device-tree. The latter is not
A Defi_boottime.c1870 efi_handle_t *device) in efi_locate_device_path() argument
1882 EFI_ENTRY("%pUs, %p, %p", protocol, device_path, device); in efi_locate_device_path()
1917 if (!device) { in efi_locate_device_path()
1921 *device = handles[i]; in efi_locate_device_path()
2005 efi_handle_t device; in efi_load_image_from_path() local
2019 device = efi_dp_find_obj(dp, NULL, &rem); in efi_load_image_from_path()
2020 ret = efi_search_protocol(device, &efi_simple_file_system_protocol_guid, in efi_load_image_from_path()
2025 ret = efi_search_protocol(device, &efi_guid_load_file_protocol, NULL); in efi_load_image_from_path()
2030 ret = efi_search_protocol(device, guid, NULL); in efi_load_image_from_path()
2034 ret = efi_search_protocol(device, guid, &handler); in efi_load_image_from_path()
[all …]
A Defi_device_path.c1085 struct efi_device_path **device, in efi_dp_from_name() argument
1118 if (device) in efi_dp_from_name()
1119 *device = dp; in efi_dp_from_name()
/lib/acpi/
A Dacpi_table.c320 struct acpi_dbg2_device *device; in acpi_create_dbg2() local
341 device = (struct acpi_dbg2_device *)current; in acpi_create_dbg2()
345 device->revision = 0; in acpi_create_dbg2()
346 device->address_count = 1; in acpi_create_dbg2()
347 device->port_type = port_type; in acpi_create_dbg2()
348 device->port_subtype = port_subtype; in acpi_create_dbg2()
352 device->base_address_offset = current - (uintptr_t)device; in acpi_create_dbg2()
357 device->address_size_offset = current - (uintptr_t)device; in acpi_create_dbg2()
366 device->namespace_string_length = path_len; in acpi_create_dbg2()
367 device->namespace_string_offset = current - (uintptr_t)device; in acpi_create_dbg2()
[all …]
/lib/lwip/lwip/contrib/ports/unix/port/netif/
A Dsio.c115 static int sio_init( char * device, int devnum, sio_status_t * siostat ) in sio_init() argument
126 fd = open( device, O_RDWR | O_NOCTTY | O_NONBLOCK ); in sio_init()
129 perror( device ); in sio_init()
156 perror( device ); in sio_init()
163 perror( device ); in sio_init()
169 perror( device ); in sio_init()
/lib/lwip/lwip/contrib/apps/LwipMibCompiler/Mibs/
A DSNMPv2-TC156 a conceptual row of a MIB table in the managed device. In
196 available for use by the managed device;
203 the current state of the managed device;
208 managed device (i.e., one or more required columns in
215 device;
220 the managed device); and,
232 the managed device (the status column has value `active');
233 it is not available for use by the managed device, though
377 device.
598 managed device. As such, it is possible for the
[all …]
A DIF-MIB606 the local device and should be suitable for use in commands
607 entered at the device's `console'. This might be a text
609 depending on the interface naming syntax of the device. If
611 interface as named by the device, then each will have the
614 (proxied) device, then the value of ifName for such an
615 interface is the proxied device's local name for it.
A DTCP-MIB729 -- both IPv4 and IPv6 addresses on the device.
/lib/
A DKconfig39 bool "Allow access to binman information in the device tree"
44 stored in the device tree in a binman node. Typical uses are to
534 device, eventlog from previous boot stage and U-Boot support.
536 in run-time to make sure algorithms in TPM device, eventlog and
1002 version of the device tree.
1023 hex "Free space added to device-tree before booting"
1030 extends the device-tree before booting.
1041 version of the device tree.
1063 version of the device tree.
1085 version of the device tree.
[all …]
A Dfdtdec.c232 int fdtdec_get_pci_vendev(const void *blob, int node, u16 *vendor, u16 *device) in fdtdec_get_pci_vendev() argument
257 *device = simple_strtol(s, NULL, 16); in fdtdec_get_pci_vendev()
/lib/lwip/lwip/src/
A DFILES12 netif/ - Generic network interface device drivers are kept here.
/lib/lwip/lwip/src/netif/
A DFILES1 This directory contains generic network interface device drivers that
/lib/lwip/lwip/contrib/ports/unix/
A DREADME25 space layer 2 network device). Uses lwIP threads.
/lib/lwip/lwip/doc/
A Dmdns.txt63 interface comes up after being down, or the device wakes up from sleep.
99 If your device runs a webserver on port 80, an example call might be:
A Dppp.txt110 printf("status_cb: Invalid I/O device for PPP\n");
/lib/mbedtls/external/mbedtls/docs/proposed/
A Dpsa-driver-wrappers-codegen-migration-guide.md40 …nt to be edited by the user to reflect the drivers one wants to use on a device. The order in whic…
A Dpsa-driver-interface.md919 * Random generation is expected to be fast. (If a device can provide entropy but is slow at generat…
932 …amount of entropy corresponding to the expected security strength of the device (for example, pass…
1154 …ut indicating this to the driver. This can happen, in particular, if the device loses power immedi…
1298 * Bits 0–7 are a _persistence level_. This value indicates what device management actions can cause…
1351 …as needed? This can be convenient, but it's also risky: if you upgrade a device, you need the loca…
/lib/lwip/lwip/contrib/apps/LwipMibCompiler/Mibs/IANA/
A DIANA-PRINTER-MIB82 If a device does not have NVRAM, the device shall none the
84 sort of warm reset that resets the device to implementation-
571 -- Facilitates system level device
1059 MIB storage table and device table. These additional types
1060 are for situations in which the printer's storage and device
A DIANATn3270eTC-MIB220 "This textual convention defines the list of device
/lib/mbedtls/external/mbedtls/tests/suites/
A Dtest_suite_psa_crypto_entropy.function32 * the library is upgraded on a device with an existing seed.
A Dtest_suite_oid.data28 OID get Ext Key Usage - id-kp-wisun-fan-device
/lib/mbedtls/external/mbedtls/
A DSECURITY.md89 device and introduce faults.
/lib/mbedtls/external/mbedtls/docs/architecture/
A Dmbed-crypto-storage-specification.md8 Mbed Crypto may be upgraded on an existing device with the storage preserved. Therefore:
33 > On Mbed OS, if a device has a nonvolatile random seed file produced with Mbed OS 5.11.x and is up…

Completed in 62 milliseconds

12