Searched refs:uint8_t (Results 1 - 25 of 2297) sorted by relevance

1234567891011>>

/freebsd-9.3-release/sys/geom/label/
H A Dg_label_msdosfs.h54 uint8_t BS_jmpBoot[3];
55 uint8_t BS_OEMName[8];
56 uint8_t BPB_BytsPerSec[2];
57 uint8_t BPB_SecPerClus;
58 uint8_t BPB_RsvdSecCnt[2];
59 uint8_t BPB_NumFATs;
60 uint8_t BPB_RootEntCnt[2];
61 uint8_t BPB_TotSec16[2];
62 uint8_t BPB_Media;
63 uint8_t BPB_FATSz1
[all...]
/freebsd-9.3-release/usr.sbin/bluetooth/btpand/
H A Dsdp.h35 bool _sdp_match_uuid16(uint8_t **, uint8_t *, uint16_t);
36 bool _sdp_get_uuid(uint8_t **, uint8_t *, uuid_t *);
37 bool _sdp_get_seq(uint8_t **, uint8_t *, uint8_t **);
38 bool _sdp_get_uint16(uint8_t **, uint8_t *, uint16_t *);
/freebsd-9.3-release/contrib/xz/src/liblzma/lzma/
H A Dfastpos_table.c6 const uint8_t lzma_fastpos[1 << FASTPOS_BITS] = {
/freebsd-9.3-release/contrib/xz/src/liblzma/rangecoder/
H A Dprice_table.c5 const uint8_t lzma_rc_prices[RC_PRICE_TABLE_SIZE] = {
/freebsd-9.3-release/tools/tools/bus_autoconf/
H A Dbus_usb.h36 uint8_t is_iface;
37 uint8_t is_vp;
38 uint8_t is_dev;
39 uint8_t is_any;
48 uint8_t bDeviceClass;
49 uint8_t bDeviceSubClass;
50 uint8_t bDeviceProtocol;
53 uint8_t bInterfaceClass;
54 uint8_t bInterfaceSubClass;
55 uint8_t bInterfaceProtoco
[all...]
H A Dbus_sections.h32 uint8_t format_get_field(const char *, const char *, const uint8_t *, uint16_t);
33 void format_parse_entries(const uint8_t *, uint32_t);
H A Dbus_load_file.h31 void load_file(const char *, uint8_t **, uint32_t *);
/freebsd-9.3-release/sys/ia64/include/
H A Ddig64.h33 uint8_t addr_space;
34 uint8_t bit_width;
35 uint8_t bit_offset;
36 uint8_t _reserved_;
46 uint8_t type;
49 uint8_t databits;
50 uint8_t parity;
51 uint8_t stopbits;
52 uint8_t pci_segment;
53 uint8_t pci_bu
[all...]
H A Dsal.h36 uint8_t sal_rev[2];
38 uint8_t sal_checksum;
39 uint8_t sal_reserved1[7];
40 uint8_t sal_a_version[2];
41 uint8_t sal_b_version[2];
44 uint8_t sal_reserved2[8];
48 uint8_t sale_type; /* == 0 */
49 uint8_t sale_reserved1[7];
53 uint8_t sale_reserved2[16];
57 uint8_t sale_typ
[all...]
/freebsd-9.3-release/sys/dev/firewire/
H A Dfwphyreg.h43 uint8_t phy_id:6,
46 uint8_t rhb:1,
49 uint8_t extended:3,
51 uint8_t phy_speed:3,
54 uint8_t lctrl:1,
58 uint8_t wdie:1,
66 uint8_t legacy_spd:3,
70 uint8_t page_select:3,
74 uint8_t cps:1,
77 uint8_t gap_coun
134 uint8_t :5, member in struct:phyreg_page0
138 uint8_t :8; member in struct:phyreg_page0
139 uint8_t :8; member in struct:phyreg_page0
177 uint8_t :8; member in struct:phyreg_page1
[all...]
/freebsd-9.3-release/contrib/ofed/libibverbs/include/infiniband/
H A Dsa.h49 uint8_t hop_limit;
50 uint8_t traffic_class;
52 uint8_t numb_path;
55 uint8_t sl;
56 uint8_t mtu_selector;
57 uint8_t mtu;
58 uint8_t rate_selector;
59 uint8_t rate;
60 uint8_t packet_life_time_selector;
61 uint8_t packet_life_tim
[all...]
/freebsd-9.3-release/sys/compat/ndis/
H A Dhal_var.h46 extern uint8_t KfAcquireSpinLock(kspin_lock *);
47 extern void KfReleaseSpinLock(kspin_lock *, uint8_t);
48 extern uint8_t KfRaiseIrql(uint8_t);
49 extern void KfLowerIrql(uint8_t);
50 extern uint8_t KeGetCurrentIrql(void);
/freebsd-9.3-release/sys/net80211/
H A Dieee80211_mesh.h44 uint8_t conf_ie; /* IEEE80211_ELEMID_MESHCONF */
45 uint8_t conf_len;
46 uint8_t conf_pselid; /* Active Path Sel. Proto. ID */
47 uint8_t conf_pmetid; /* Active Metric Identifier */
48 uint8_t conf_ccid; /* Congestion Control Mode ID */
49 uint8_t conf_syncid; /* Sync. Protocol ID */
50 uint8_t conf_authid; /* Auth. Protocol ID */
51 uint8_t conf_form; /* Formation Information */
80 uint8_t id_ie; /* IEEE80211_ELEMID_MESHID */
81 uint8_t id_le
[all...]
H A Dieee80211_phy.h65 uint8_t rateCodeToIndex[256]; /* back mapping */
67 uint8_t phy; /* CCK/OFDM/TURBO */
69 uint8_t shortPreamble; /* mask for enabling short
71 uint8_t dot11Rate; /* value for supported rates
73 uint8_t ctlRateIndex; /* index of next lower basic
83 static __inline__ uint8_t
84 ieee80211_ack_rate(const struct ieee80211_rate_table *rt, uint8_t rate)
86 uint8_t cix = rt->info[rt->rateCodeToIndex[rate]].ctlRateIndex;
87 KASSERT(cix != (uint8_t)-1, ("rate %d has no info", rate));
91 static __inline__ uint8_t
[all...]
/freebsd-9.3-release/sys/cam/scsi/
H A Dsmp_all.h131 uint8_t frame_type;
132 uint8_t function;
133 uint8_t response_len;
134 uint8_t request_len;
135 uint8_t crc[4];
140 uint8_t frame_type;
141 uint8_t function;
142 uint8_t function_result;
143 uint8_t response_len;
145 uint8_t expander_change_coun
[all...]
/freebsd-9.3-release/sys/dev/ath/ath_hal/
H A Dah_eeprom_v4k.h64 uint8_t opCapFlags;
65 uint8_t eepMisc;
67 uint8_t macAddr[6];
68 uint8_t rxMask;
69 uint8_t txMask;
74 uint8_t deviceType;
75 uint8_t txGainType; /* high power tx gain table support */
82 uint8_t switchSettling; // 1
83 uint8_t txRxAttenCh[AR5416_4K_MAX_CHAINS]; // 1
84 uint8_t rxTxMarginC
[all...]
/freebsd-9.3-release/tools/tools/pirtool/
H A Dpirtable.h48 uint8_t bus; /* bus number of this device */
49 uint8_t devfunc; /* only upper 5 device bits valid */
50 uint8_t inta_link; /* how INTA is linked */
52 uint8_t intb_link;
54 uint8_t intc_link;
56 uint8_t intd_link;
58 uint8_t slot; /* physical slot number on bus,
60 uint8_t reserved00; /* must be zero */
65 uint8_t minor; /* minor version (0) */
66 uint8_t majo
[all...]
/freebsd-9.3-release/sys/dev/usb/wlan/
H A Dif_runvar.h48 uint8_t wr_flags;
49 uint8_t wr_rate;
53 uint8_t wr_antenna;
54 uint8_t wr_antsignal;
67 uint8_t wt_flags;
68 uint8_t wt_rate;
71 uint8_t wt_hwqueue;
90 uint8_t desc[sizeof(struct rt2870_txd) +
92 uint8_t ridx;
98 uint8_t rid
[all...]
/freebsd-9.3-release/sys/mips/cavium/usb/
H A Doctusb.h47 typedef uint8_t (octusb_cmd_t)(struct octusb_td *td);
58 uint8_t error_any:1;
59 uint8_t error_stall:1;
60 uint8_t short_pkt:1;
61 uint8_t alt_next:1;
62 uint8_t reserved:4;
71 uint8_t *fixup_buf;
83 uint8_t dev_addr;
84 uint8_t dev_speed;
85 uint8_t ep_allocate
[all...]
/freebsd-9.3-release/sys/dev/ath/
H A Dif_ath_tx_ht.h36 int pktlen, int flags, uint8_t ctsrate, int is_pspoll,
37 uint8_t *rix, uint8_t *try);
/freebsd-9.3-release/sys/dev/usb/
H A Dusb_endian.h37 typedef uint8_t uByte;
38 typedef uint8_t uWord[2];
39 typedef uint8_t uDWord[4];
40 typedef uint8_t uQWord[8];
70 (w)[0] = (uint8_t)(v); \
74 (w)[0] = (uint8_t)(v); \
75 (w)[1] = (uint8_t)((v) >> 8); \
79 (w)[0] = (uint8_t)(v); \
80 (w)[1] = (uint8_t)((v) >> 8); \
81 (w)[2] = (uint8_t)((
[all...]
/freebsd-9.3-release/sys/dev/mpr/
H A Dmpr_mapping.h47 uint8_t reason;
48 uint8_t is_processed;
59 uint8_t num_entries;
60 uint8_t start_phy_num;
61 uint8_t num_phys;
62 uint8_t exp_status;
/freebsd-9.3-release/sys/dev/mps/
H A Dmps_mapping.h47 uint8_t reason;
48 uint8_t is_processed;
59 uint8_t num_entries;
60 uint8_t start_phy_num;
61 uint8_t num_phys;
62 uint8_t exp_status;
/freebsd-9.3-release/usr.sbin/usbconfig/
H A Ddump.h30 const char *dump_mode(uint8_t value);
31 const char *dump_speed(uint8_t value);
32 const char *dump_power_mode(uint8_t value);
33 void dump_string_by_index(struct libusb20_device *pdev, uint8_t index);
34 void dump_device_info(struct libusb20_device *pdev, uint8_t show_drv);
38 void dump_config(struct libusb20_device *pdev, uint8_t all_cfg);
/freebsd-9.3-release/contrib/tcpdump/
H A Dppi.h2 uint8_t ppi_ver;
3 uint8_t ppi_flags;

Completed in 186 milliseconds

1234567891011>>