Home
last modified time | relevance | path

Searched refs:Entry (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/contrib/device-tree/Bindings/pci/
H A Dsamsung,exynos5440-pcie.txt23 SoC-specific DT Entry (with using PHY framework):
50 Board-specific DT Entry:
H A Drcar-pci.txt50 SoC-specific DT Entry:
/f-stack/freebsd/contrib/edk2/Include/Library/
H A DBaseLib.h2898 #define BASE_LIST_FOR_EACH(Entry, ListHead) \ argument
2899 for(Entry = (ListHead)->ForwardLink; Entry != (ListHead); Entry = Entry->ForwardLink)
2914 #define BASE_LIST_FOR_EACH_SAFE(Entry, NextEntry, ListHead) \ argument
2915 for(Entry = (ListHead)->ForwardLink, NextEntry = Entry->ForwardLink;\
2916 Entry != (ListHead); Entry = NextEntry, NextEntry = Entry->ForwardLink)
2994 IN OUT LIST_ENTRY *Entry
3024 IN OUT LIST_ENTRY *Entry
3262 IN CONST LIST_ENTRY *Entry
/f-stack/freebsd/contrib/dev/acpica/common/
H A Ddmtbdump3.c220 Offset = ACPI_OFFSET (ACPI_TABLE_SLIT, Entry[0]); in AcpiDmDumpSlit()
221 Row = (UINT8 *) ACPI_CAST_PTR (ACPI_TABLE_SLIT, Table)->Entry; in AcpiDmDumpSlit()
/f-stack/freebsd/contrib/device-tree/Bindings/leds/
H A Dleds-aat1290.txt18 node, which sets the host as a strobe signal provider. Entry
/f-stack/freebsd/contrib/dev/acpica/include/
H A Dactbl3.h238 UINT8 Entry[1]; /* Real size = localities^2 */ member
/f-stack/dpdk/doc/guides/prog_guide/
H A Dhash_lib.rst198 Entry distribution in hash table
214 .. table:: Entry distribution measured with an example table with 1024 random entries using jhash a…
238 .. table:: Entry distribution measured with an example table with 1 million random entries using jh…
H A Dpacket_framework.rst549 …| # | Array name | Number of entries | Entry size (bytes) | Descrip…
570 .. table:: Field Description for Bucket Array Entry (Configurable Key Size Hash Tables)
578 …| | | | Entry 0 stores the index (0 .. 3) of the MRU key, wh…
830 …| # | Array name | Number of entries | Entry size (bytes) | Description …
857 .. table:: Field Description for Bucket Array Entry (8-byte and 16-byte Key Hash Tables)
871 …| | | | stored as array of 4 entries of 2 bytes each. Entry 0 s…
/f-stack/freebsd/contrib/edk2/
H A DMdePkg.dec2056 # @Prompt Progress Code for PeiCore Entry.
2062 # @Prompt Progress Code for DxeCore Entry.