HomeSort by: relevance | last modified time | path
    Searched defs:UINT8 (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/external/bsd/gnu-efi/dist/inc/riscv64/
efibind.h 38 typedef uint8_t UINT8;
  /src/sys/external/bsd/gnu-efi/dist/inc/aarch64/
efibind.h 57 typedef uint8_t UINT8;
  /src/sys/external/bsd/gnu-efi/dist/inc/arm/
efibind.h 65 typedef uint8_t UINT8;
  /src/sys/external/bsd/gnu-efi/dist/inc/ia32/
efibind.h 107 typedef uint8_t UINT8;
  /src/sys/external/bsd/gnu-efi/dist/inc/ia64/
efibind.h 89 typedef uint8_t UINT8;
112 #define PORT_TO_MEM8D(_Port) (*(UINT8 *)(PORT_TO_MEMD(_Port)))
  /src/sys/external/bsd/gnu-efi/dist/inc/mips64el/
efibind.h 57 typedef uint8_t UINT8;
  /src/sys/external/bsd/gnu-efi/dist/inc/x86_64/
efibind.h 118 typedef uint8_t UINT8;
  /src/usr.bin/rump_dhcpclient/
dhcp.c 39 #define UINT8 (1 << 1)
92 { 19, UINT8, "ip_forwarding" },
93 { 20, UINT8, "non_local_source_routing" },
100 { 27, UINT8, "all_subnets_local" },
102 { 29, UINT8, "perform_mask_discovery" },
103 { 30, UINT8, "mask_supplier" },
104 { 31, UINT8, "router_discovery" },
106 { 34, UINT8, "trailer_encapsulation" },
109 { 37, UINT8, "default_tcp_ttl" },
111 { 39, UINT8, "tcp_keepalive_garbage" }
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
actypes.h 172 #define ACPI_UINT8_MAX (UINT8) (~((UINT8) 0)) /* 0xFF */
189 * UINT8 8-bit (1 byte) unsigned value
236 typedef unsigned char UINT8;
635 #define ACPI_LOBYTE(Integer) ((UINT8) (UINT16)(Integer))
636 #define ACPI_HIBYTE(Integer) ((UINT8) (((UINT16)(Integer)) >> 8))
659 #define ACPI_ADD_PTR(t, a, b) ACPI_CAST_PTR (t, (ACPI_CAST_PTR (UINT8, (a)) + (ACPI_SIZE)(b)))
660 #define ACPI_SUB_PTR(t, a, b) ACPI_CAST_PTR (t, (ACPI_CAST_PTR (UINT8, (a)) - (ACPI_SIZE)(b)))
661 #define ACPI_PTR_DIFF(a, b) ((ACPI_SIZE) (ACPI_CAST_PTR (UINT8, (a)) - ACPI_CAST_PTR (UINT8, (b)))
    [all...]

Completed in 14 milliseconds