HomeSort by: relevance | last modified time | path
    Searched refs:uint16_t (Results 1 - 25 of 2490) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/sys/dev/acpi/
acpi_pci.h 35 ACPI_STATUS acpi_pcidev_pciroot_bus(ACPI_HANDLE, uint16_t *);
37 uint16_t, uint16_t, uint16_t,
38 uint16_t, uint16_t *);
39 struct acpi_devnode *acpi_pcidev_find(uint16_t, uint16_t,
40 uint16_t, uint16_t);
    [all...]
qcomipcc.h 21 void *qcipcc_intr_establish(uint16_t, uint16_t, int,
27 void *qcipcc_channel(uint16_t, uint16_t);
  /src/sbin/disklabel/
dkcksum.h 3 uint16_t dkcksum(const struct disklabel *);
4 uint16_t dkcksum_sized(const struct disklabel *, size_t);
  /src/sys/arch/luna68k/stand/boot/
omron_disklabel.h 83 uint16_t dkl_badchk; /* checksum of bad track */
85 uint16_t dkl_dtype; /* disk drive type */
86 uint16_t dkl_ndisk; /* # of disk drives */
87 uint16_t dkl_ncyl; /* # of data cylinders */
88 uint16_t dkl_acyl; /* # of alternate cylinders */
89 uint16_t dkl_nhead; /* # of heads in this partition */
90 uint16_t dkl_nsect; /* # of 512 byte sectors per track */
91 uint16_t dkl_bhead; /* identifies proper label locations */
92 uint16_t dkl_ppart; /* physical partition # */
97 uint16_t dkl_magic; /* identifies this label format *
    [all...]
  /src/sys/arch/alpha/tlsb/
kftxxvar.h 43 uint16_t ka_dtype; /* device type */
44 uint16_t ka_hosenum; /* hose number */
  /src/common/lib/libc/atomic/
atomic_add_16_cas.c 36 uint16_t fetch_and_add_2(volatile uint16_t *, uint16_t, ...)
38 uint16_t add_and_fetch_2(volatile uint16_t *, uint16_t, ...)
41 uint16_t
42 fetch_and_add_2(volatile uint16_t *addr, uint16_t val, ...)
44 uint16_t old, new
    [all...]
atomic_nand_16_cas.c 36 uint16_t fetch_and_nand_2(volatile uint16_t *, uint16_t, ...)
38 uint16_t nand_and_fetch_2(volatile uint16_t *, uint16_t, ...)
41 uint16_t
42 fetch_and_nand_2(volatile uint16_t *addr, uint16_t val, ...)
44 uint16_t old, new
    [all...]
atomic_or_16_cas.c 36 uint16_t fetch_and_or_2(volatile uint16_t *, uint16_t, ...)
38 uint16_t or_and_fetch_2(volatile uint16_t *, uint16_t, ...)
41 uint16_t
42 fetch_and_or_2(volatile uint16_t *addr, uint16_t val, ...)
44 uint16_t old, new
    [all...]
atomic_sub_16_cas.c 36 uint16_t fetch_and_sub_2(volatile uint16_t *, uint16_t, ...)
38 uint16_t sub_and_fetch_2(volatile uint16_t *, uint16_t, ...)
41 uint16_t
42 fetch_and_sub_2(volatile uint16_t *addr, uint16_t val, ...)
44 uint16_t old, new
    [all...]
atomic_xor_16_cas.c 36 uint16_t fetch_and_xor_2(volatile uint16_t *, uint16_t, ...)
38 uint16_t xor_and_fetch_2(volatile uint16_t *, uint16_t, ...)
41 uint16_t
42 fetch_and_xor_2(volatile uint16_t *addr, uint16_t val, ...)
44 uint16_t old, new
    [all...]
atomic_and_16_cas.c 36 uint16_t fetch_and_and_2(volatile uint16_t *, uint16_t, ...)
39 uint16_t
40 fetch_and_and_2(volatile uint16_t *addr, uint16_t val, ...)
42 uint16_t old, new;
atomic_swap_16_cas.c 36 uint16_t
37 atomic_swap_16(volatile uint16_t *addr, uint16_t new)
40 uint16_t
41 atomic_swap_16(volatile uint16_t *addr, uint16_t new)
43 uint16_t old;
atomic_cas_16_cas.c 39 bool bool_compare_and_swap_2(volatile uint16_t *, uint16_t, uint16_t, ...)
43 bool_compare_and_swap_2(volatile uint16_t *addr, uint16_t oldval,
44 uint16_t newval, ...)
atomic_and_16_nv_cas.c 36 uint16_t atomic_and_16_nv(volatile uint16_t *addr, uint16_t val);
38 uint16_t
39 atomic_and_16_nv(volatile uint16_t *addr, uint16_t val)
41 uint16_t old, new;
  /src/sys/dev/pci/igc/
igc_nvm.h 15 int igc_null_read_nvm(struct igc_hw *, uint16_t, uint16_t, uint16_t *);
17 int igc_null_led_default(struct igc_hw *, uint16_t *);
18 int igc_null_write_nvm(struct igc_hw *, uint16_t, uint16_t, uint16_t *);
22 int igc_read_nvm_eerd(struct igc_hw *, uint16_t, uint16_t, uint16_t *);
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
smu7_ppsmc.h 32 #define PPSMC_MSG_SetGBDroopSettings ((uint16_t) 0x305)
85 #define PPSMC_Result_OK ((uint16_t)0x01)
86 #define PPSMC_Result_NoMore ((uint16_t)0x02)
88 #define PPSMC_Result_NotNow ((uint16_t)0x03)
89 #define PPSMC_Result_Failed ((uint16_t)0xFF)
90 #define PPSMC_Result_UnknownCmd ((uint16_t)0xFE)
91 #define PPSMC_Result_UnknownVT ((uint16_t)0xFD)
93 typedef uint16_t PPSMC_Result;
95 #define PPSMC_isERROR(x) ((uint16_t)0x80 & (x))
98 #define PPSMC_MSG_Halt ((uint16_t)0x10
    [all...]
tonga_ppsmc.h 91 #define PPSMC_Result_OK ((uint16_t)0x01)
92 #define PPSMC_Result_NoMore ((uint16_t)0x02)
93 #define PPSMC_Result_NotNow ((uint16_t)0x03)
95 #define PPSMC_Result_Failed ((uint16_t)0xFF)
96 #define PPSMC_Result_UnknownCmd ((uint16_t)0xFE)
97 #define PPSMC_Result_UnknownVT ((uint16_t)0xFD)
99 typedef uint16_t PPSMC_Result;
101 #define PPSMC_isERROR(x) ((uint16_t)0x80 & (x))
104 #define PPSMC_MSG_Halt ((uint16_t)0x10)
105 #define PPSMC_MSG_Resume ((uint16_t)0x11
    [all...]
fiji_ppsmc.h 89 #define PPSMC_Result_OK ((uint16_t)0x01)
90 #define PPSMC_Result_NoMore ((uint16_t)0x02)
92 #define PPSMC_Result_NotNow ((uint16_t)0x03)
94 #define PPSMC_Result_Failed ((uint16_t)0xFF)
95 #define PPSMC_Result_UnknownCmd ((uint16_t)0xFE)
96 #define PPSMC_Result_UnknownVT ((uint16_t)0xFD)
98 #define PPSMC_isERROR(x) ((uint16_t)0x80 & (x))
101 #define PPSMC_MSG_Halt ((uint16_t)0x10)
102 #define PPSMC_MSG_Resume ((uint16_t)0x11)
103 #define PPSMC_MSG_EnableDPMLevel ((uint16_t)0x12
    [all...]
cz_ppsmc.h 51 #define PPSMC_Result_OK ((uint16_t)0x01)
52 #define PPSMC_Result_NoMore ((uint16_t)0x02)
53 #define PPSMC_Result_NotNow ((uint16_t)0x03)
54 #define PPSMC_Result_Failed ((uint16_t)0xFF)
55 #define PPSMC_Result_UnknownCmd ((uint16_t)0xFE)
56 #define PPSMC_Result_UnknownVT ((uint16_t)0xFD)
58 #define PPSMC_isERROR(x) ((uint16_t)0x80 & (x))
63 #define PPSMC_MSG_Test ((uint16_t) 0x1)
64 #define PPSMC_MSG_GetFeatureStatus ((uint16_t) 0x2)
65 #define PPSMC_MSG_EnableAllSmuFeatures ((uint16_t) 0x3
    [all...]
  /src/lib/libc/net/
Lint_htons.c 12 uint16_t
13 htons(uint16_t host16)
Lint_ntohs.c 12 uint16_t
13 ntohs(uint16_t net16)
  /src/usr.sbin/ldpd/
pdu.h 43 #define PDU_VER_LENGTH (sizeof(uint16_t) + sizeof(uint16_t))
44 #define PDU_PAYLOAD_LENGTH (sizeof(struct in_addr) + sizeof(uint16_t))
47 uint16_t version;
48 uint16_t length;
51 uint16_t label_space;
  /src/sbin/efi/
setvar.h 37 int del_variable(int, const char *, uint16_t);
38 int prefix_bootorder(int, const char *, const char *, uint16_t);
39 int remove_bootorder(int, const char *, const char *, uint16_t);
40 int set_active(int, const char *, uint16_t, bool);
41 int set_bootnext(int, uint16_t);
43 int set_timeout(int, uint16_t);
  /src/sys/external/isc/atheros_hal/dist/
ah_eeprom_v3.h 166 uint16_t channelValue;
167 uint16_t pcdacMin;
168 uint16_t pcdacMax;
169 uint16_t numPcdacValues;
170 uint16_t PcdacValues[64];
176 uint16_t channelValue;
177 uint16_t pcdacMin;
178 uint16_t pcdacMax;
179 uint16_t numPcdacValues;
180 uint16_t PcdacValues[NUM_PCDAC_VALUES]
    [all...]
  /src/sys/dev/usb/
emdtv_board.h 55 uint16_t ts1_on;
56 uint16_t a_on;
57 uint16_t t1_on;
58 uint16_t t1_reset;
59 uint16_t d1_reset;
64 uint16_t eb_vendor;
65 uint16_t eb_product;
72 const struct emdtv_board *emdtv_board_lookup(uint16_t, uint16_t);

Completed in 145 milliseconds

1 2 3 4 5 6 7 8 91011>>