Searched refs:uint32_t (Results 226 - 250 of 5324) sorted by relevance

1234567891011>>

/freebsd-10.3-release/sys/dev/alc/
H A Dif_alcvar.h141 uint32_t rx_frames;
142 uint32_t rx_bcast_frames;
143 uint32_t rx_mcast_frames;
144 uint32_t rx_pause_frames;
145 uint32_t rx_control_frames;
146 uint32_t rx_crcerrs;
147 uint32_t rx_lenerrs;
149 uint32_t rx_runts;
150 uint32_t rx_fragments;
151 uint32_t rx_pkts_6
[all...]
/freebsd-10.3-release/sys/dev/ath/ath_hal/
H A Dah_decode.h32 uint32_t threadid;
33 uint32_t op : 8,
35 uint32_t val;
/freebsd-10.3-release/sys/net80211/
H A Dieee80211_rssadapt.h59 uint32_t ra_nfail;
61 uint32_t ra_nok;
63 uint32_t ra_pktrate;
/freebsd-10.3-release/sys/dev/ae/
H A Dif_aevar.h78 uint32_t rx_bcast;
79 uint32_t rx_mcast;
80 uint32_t rx_pause;
81 uint32_t rx_ctrl;
82 uint32_t rx_crcerr;
83 uint32_t rx_codeerr;
84 uint32_t rx_runt;
85 uint32_t rx_frag;
86 uint32_t rx_trunc;
87 uint32_t rx_alig
[all...]
/freebsd-10.3-release/sys/dev/drm2/radeon/
H A Datom.h117 void (* reg_write)(struct card_info *, uint32_t, uint32_t); /* filled by driver */
118 uint32_t (* reg_read)(struct card_info *, uint32_t); /* filled by driver */
119 void (* ioreg_write)(struct card_info *, uint32_t, uint32_t); /* filled by driver */
120 uint32_t (* ioreg_read)(struct card_info *, uint32_t); /* filled by driver */
121 void (* mc_write)(struct card_info *, uint32_t, uint32_t); /* fille
[all...]
/freebsd-10.3-release/sys/net/
H A Dnetmap.h114 * The buffers are linked to each other using the first uint32_t
146 uint32_t buf_idx; /* buffer index */
261 const uint32_t num_slots; /* number of slots in the ring. */
262 const uint32_t nr_buf_size;
266 uint32_t head; /* (u) first user slot */
267 uint32_t cur; /* (u) wakeup point */
268 uint32_t tail; /* (k) first kernel slot */
270 uint32_t flags;
311 const uint32_t ni_version; /* API version, currently unused */
312 const uint32_t ni_flag
[all...]
/freebsd-10.3-release/sys/sparc64/pci/
H A Dofw_pci.h71 typedef uint32_t ofw_pci_intr_t;
85 uint32_t addr32_hi;
86 uint32_t addr32_lo;
87 uint32_t addr32_sz;
88 uint32_t addr64_hi;
89 uint32_t addr64_lo;
90 uint32_t addr64_sz;
99 uint32_t eq_first;
100 uint32_t eq_count;
101 uint32_t devino_firs
[all...]
/freebsd-10.3-release/usr.bin/dtc/
H A Ddtb.hh142 virtual void write_data(uint32_t) = 0;
155 virtual uint32_t size() = 0;
164 write_data((uint32_t)t);
196 virtual void write_data(uint32_t v);
199 virtual uint32_t size();
224 uint32_t bytes_written;
246 virtual void write_data(uint32_t v);
249 virtual uint32_t size();
263 uint32_t magic;
268 uint32_t totalsiz
[all...]
/freebsd-10.3-release/sys/contrib/ngatm/netnatm/api/
H A Datmapi.h151 uint32_t data; /* type of attached data */
166 uint32_t attr;
169 uint32_t attr;
172 uint32_t count;
174 uint32_t attr[0];
176 uint32_t attr[];
180 uint32_t count;
182 uint32_t attr[0];
184 uint32_t attr[];
189 uint32_t queue_siz
[all...]
/freebsd-10.3-release/sys/mips/nlm/hal/
H A Dhaldefs.h49 static inline uint32_t nlm_save_flags_kx(void)
51 uint32_t sr = mips_rd_status();
57 static inline uint32_t nlm_save_flags_cop2(void)
59 uint32_t sr = mips_rd_status();
65 static inline void nlm_restore_flags(uint32_t sr)
70 static inline uint32_t
73 volatile uint32_t *p = (volatile uint32_t *)(long)addr;
79 nlm_store_word(uint64_t addr, uint32_t val)
81 volatile uint32_t *
[all...]
/freebsd-10.3-release/sys/dev/mxge/
H A Dmxge_mcp.h44 typedef unsigned int uint32_t; typedef
50 uint32_t high;
51 uint32_t low;
68 uint32_t hash;
83 uint32_t cmd;
84 uint32_t data0; /* will be low portion if data > 32 bits */
86 uint32_t data1; /* will be high portion if data > 32 bits */
87 uint32_t data2; /* currently unused.. */
97 uint32_t data;
98 uint32_t resul
[all...]
/freebsd-10.3-release/contrib/ofed/management/opensm/include/vendor/
H A Dosm_vendor_mlx_sar.h54 uint32_t data_len; /* total data len in all the mads */
56 uint32_t hdr_sz;
57 uint32_t data_sz; /*typical data sz for this kind of mad (sa or regular */
73 uint32_t mad_size, boolean_t is_sa_mad);
98 osmv_rmpp_sar_get_mad_seg(osmv_rmpp_sar_t * p_sar, uint32_t seg_idx,
/freebsd-10.3-release/contrib/xz/src/liblzma/check/
H A Dcrc32_small.c16 uint32_t lzma_crc32_table[1][256];
22 static const uint32_t poly32 = UINT32_C(0xEDB88320);
25 uint32_t r = b;
48 extern LZMA_API(uint32_t)
49 lzma_crc32(const uint8_t *buf, size_t size, uint32_t crc)
/freebsd-10.3-release/sbin/atm/atmconfig/
H A Datmconfig_device.h50 uint32_t pcr;
52 uint32_t vpi_bits;
53 uint32_t vci_bits;
54 uint32_t max_vpcs;
55 uint32_t max_vccs;
/freebsd-10.3-release/sys/sys/
H A Dimgact_binmisc.h59 uint32_t xbe_version; /* Struct version(IBE_VERSION) */
60 uint32_t xbe_flags; /* Entry flags (IBF_*) */
61 uint32_t xbe_moffset; /* Magic offset in header */
62 uint32_t xbe_msize; /* Magic size */
63 uint32_t spare[3]; /* Spare fields for future use */
/freebsd-10.3-release/sys/dev/ath/ath_hal/ar5312/
H A Dar5312_gpio.c38 ar5312GpioCfgOutput(struct ath_hal *ah, uint32_t gpio, HAL_GPIO_MUX_TYPE type)
40 uint32_t gpioOffset = (AR5312_GPIO_BASE - ((uint32_t) ah->ah_sh));
55 ar5312GpioCfgInput(struct ath_hal *ah, uint32_t gpio)
57 uint32_t gpioOffset = (AR5312_GPIO_BASE - ((uint32_t) ah->ah_sh));
72 ar5312GpioSet(struct ath_hal *ah, uint32_t gpio, uint32_t val)
74 uint32_t reg;
75 uint32_t gpioOffse
[all...]
/freebsd-10.3-release/sys/netinet/
H A Dsctputil.h60 sctp_log_trace(uint32_t fr, const char *str SCTP_UNUSED, uint32_t a, uint32_t b, uint32_t c, uint32_t d, uint32_t e, uint32_t f);
73 uint32_t
80 sctp_find_ifa_by_addr(struct sockaddr *addr, uint32_t vrf_id, int holds_lock);
82 uint32_t sctp_select_initial_TS
[all...]
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DSymtab.h27 typedef std::vector<uint32_t> IndexCollection;
28 typedef UniqueCStringMap<uint32_t> NameToIndexMap;
47 uint32_t AddSymbol(const Symbol& symbol);
50 void Dump(Stream *s, Target *target, std::vector<uint32_t>& indexes) const;
51 uint32_t GetIndexForSymbol (const Symbol *symbol) const;
59 Symbol * FindSymbolWithType (lldb::SymbolType symbol_type, Debug symbol_debug_type, Visibility symbol_visibility, uint32_t &start_idx);
60 uint32_t AppendSymbolIndexesWithType (lldb::SymbolType symbol_type, std::vector<uint32_t>& indexes, uint32_t start_idx = 0, uint32_t end_inde
[all...]
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DNameToDIE.cpp32 NameToDIE::Insert (const ConstString& name, uint32_t die_offset)
50 NameToDIE::FindAllEntriesForCompileUnit (uint32_t cu_offset,
51 uint32_t cu_end_offset,
55 const uint32_t size = m_map.GetSize();
56 for (uint32_t i=0; i<size; ++i)
58 const uint32_t die_offset = m_map.GetValueAtIndexUnchecked(i);
68 const uint32_t size = m_map.GetSize();
69 for (uint32_t i=0; i<size; ++i)
77 NameToDIE::ForEach (std::function <bool(const char *name, uint32_t die_offset)> const &callback) const
79 const uint32_t siz
[all...]
/freebsd-10.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-swap.h81 static inline uint32_t cvmx_swap32(uint32_t x)
83 return ((uint32_t)((((uint32_t)(x) & (uint32_t)0x000000ffUL) << 24) |
84 (((uint32_t)(x) & (uint32_t)0x0000ff00UL) << 8) |
85 (((uint32_t)(x) & (uint32_t)0x00ff0000UL) >> 8) |
86 (((uint32_t)(
[all...]
H A Dcvmx-bootloader.h86 uint32_t jump_instr; /* Jump to executable code following the
90 uint32_t nop_instr; /* Must be 0x0 */
91 uint32_t magic; /* Magic number to identify header */
92 uint32_t hcrc; /* CRC of all of header excluding this field */
99 uint32_t dlen; /* Length of data (immediately following header) in bytes */
100 uint32_t dcrc; /* CRC of data */
102 uint32_t flags;
106 uint32_t reserved1;
107 uint32_t reserved2;
108 uint32_t reserved
[all...]
/freebsd-10.3-release/sys/dev/et/
H A Dif_etvar.h76 uint32_t td_addr_hi;
77 uint32_t td_addr_lo;
78 uint32_t td_ctrl1; /* ET_TDCTRL1_ */
79 uint32_t td_ctrl2; /* ET_TDCTRL2_ */
101 uint32_t rd_addr_lo;
102 uint32_t rd_addr_hi;
103 uint32_t rd_ctrl; /* ET_RDCTRL_ */
109 uint32_t rxst_info1;
110 uint32_t rxst_info2; /* ET_RXST_INFO2_ */
149 uint32_t rxs_rin
[all...]
/freebsd-10.3-release/contrib/llvm/lib/DebugInfo/
H A DDWARFDebugArangeSet.h25 uint32_t Length;
28 uint32_t CuOffset;
49 uint32_t Offset;
56 bool extract(DataExtractor data, uint32_t *offset_ptr);
59 uint32_t getCompileUnitDIEOffset() const { return HeaderData.CuOffset; }
60 uint32_t getNumDescriptors() const { return ArangeDescriptors.size(); }
61 const Descriptor *getDescriptor(uint32_t i) const {
/freebsd-10.3-release/contrib/llvm/include/llvm/CodeGen/
H A DMachORelocation.h26 uint32_t r_address; // offset in the section to what is being relocated
27 uint32_t r_symbolnum; // symbol index if r_extern == 1 else section index
36 uint32_t getPackedFields() const {
44 uint32_t getAddress() const { return r_scattered ? r_value : r_address; }
45 uint32_t getRawAddress() const { return r_address; }
47 MachORelocation(uint32_t addr, uint32_t index, bool pcrel, uint8_t len,
/freebsd-10.3-release/sys/dev/drm2/
H A Ddrm_gem_names.h42 uint32_t name;
56 uint32_t drm_gem_find_name(struct drm_gem_names *names, void *ptr);
57 void *drm_gem_find_ptr(struct drm_gem_names *names, uint32_t name);
58 void *drm_gem_name_ref(struct drm_gem_names *names, uint32_t name,
60 int drm_gem_name_create(struct drm_gem_names *names, void *obj, uint32_t *name);
62 int (*f)(uint32_t, void *, void *), void *arg);
63 void *drm_gem_names_remove(struct drm_gem_names *names, uint32_t name);

Completed in 150 milliseconds

1234567891011>>