Searched refs:ie (Results 1 - 25 of 37) sorted by last modified time

12

/haiku/src/system/kernel/arch/riscv64/
H A Darch_int.cpp80 dprintf("ie: "); WriteModeSet(status.ie);
H A Darch_cpu.cpp38 sstatus.ie = 0;
/haiku/headers/private/system/arch/riscv64/
H A Darch_cpu_defs.h32 uint64 ie: 4; // interrupt enable member in struct:MstatusReg::__anon65
56 uint64 ie: 2; // interrupt enable member in struct:SstatusReg::__anon66
/haiku/src/add-ons/kernel/busses/scsi/ahci/
H A Dahci_defs.h116 uint32 ie; // Interrupt Enable member in struct:__anon41
H A Dahci_port.cpp176 fRegs->ie = PORT_INT_MASK;
212 fRegs->ie = 0;
364 TRACE(" ie 0x%08" B_PRIx32 "\n", fRegs->ie);
1252 TRACE("ie 0x%08" B_PRIx32 "\n", fRegs->ie);
/haiku/src/kits/network/libnetapi/
H A DNetworkDevice.cpp241 parse_ie_rsn(wireless_network& network, ie_data* ie) argument
248 int32 length = ie->length;
252 uint8* data = ie->data;
264 parse_ie_wpa(wireless_network& network, ie_data* ie) argument
266 int32 length = ie->length;
270 uint8* data = ie->data;
295 struct ie_data* ie = (ie_data*)_ie; local
300 TRACE("ie type %u\n", ie->type);
301 switch (ie
360 struct ie_data* ie = (ie_data*)_ie; local
[all...]
/haiku/headers/private/kernel/arch/riscv64/
H A Darch_int.h23 SetBitsSstatus(SstatusReg{.ie = 1 << modeS}.val);
30 SstatusReg oldStatus{.val = GetAndClearBitsSstatus(SstatusReg{.ie = 1 << modeS}.val)};
31 return ((1 << modeS) & oldStatus.ie) != 0;
47 return ((1 << modeS) & status.ie) != 0;
H A Darch_uart_sifive.h15 // UARTSifiveRegs.ie, ip
62 uint32 ie; // interrupt enable member in struct:UARTSifiveRegs
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_input.c1570 ieee80211_save_ie(const u_int8_t *frm, u_int8_t **ie) argument
1572 int olen = *ie ? 2 + (*ie)[1] : 0;
1575 if (*ie == NULL || olen != len) {
1576 if (*ie != NULL)
1577 free(*ie, M_DEVBUF, olen);
1578 *ie = malloc(len, M_DEVBUF, M_NOWAIT);
1579 if (*ie == NULL)
1582 memcpy(*ie, frm, len);
2364 * that is allowed (ie RS
[all...]
/haiku/src/system/boot/platform/riscv/
H A Dtraps.cpp160 mstatus.ie = 1 << modeM;
/haiku/src/system/boot/platform/efi/arch/riscv64/
H A Darch_traps.cpp53 dprintf("ie: "); WriteModeSet(status.ie);
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dindex.c194 static leVCN *ntfs_ie_get_vcn_addr(INDEX_ENTRY *ie) argument
196 return (leVCN *)((u8 *)ie + le16_to_cpu(ie->length) - sizeof(leVCN));
202 VCN ntfs_ie_get_vcn(INDEX_ENTRY *ie) argument
204 return sle64_to_cpup(ntfs_ie_get_vcn_addr(ie));
212 static INDEX_ENTRY *ntfs_ie_get_next(INDEX_ENTRY *ie) argument
214 return (INDEX_ENTRY *)((char *)ie + le16_to_cpu(ie->length));
223 static int ntfs_ie_end(INDEX_ENTRY *ie) argument
225 return ie
231 ntfs_ie_get_last(INDEX_ENTRY *ie, char *ies_end) argument
243 INDEX_ENTRY *ie; local
255 ntfs_ie_prev(INDEX_HEADER *ih, INDEX_ENTRY *ie) argument
272 ntfs_ie_filename_get(INDEX_ENTRY *ie) argument
280 ntfs_ie_filename_dump(INDEX_ENTRY *ie) argument
291 INDEX_ENTRY *ie; local
305 INDEX_ENTRY *ie; local
327 ntfs_ie_delete(INDEX_HEADER *ih, INDEX_ENTRY *ie) argument
339 ntfs_ie_set_vcn(INDEX_ENTRY *ie, VCN vcn) argument
347 ntfs_ie_insert(INDEX_HEADER *ih, INDEX_ENTRY *ie, INDEX_ENTRY *pos) argument
359 ntfs_ie_dup(INDEX_ENTRY *ie) argument
372 ntfs_ie_dup_novcn(INDEX_ENTRY *ie) argument
525 ntfs_index_entry_inconsistent(const INDEX_ENTRY *ie, COLLATION_RULES collation_rule, u64 inum) argument
579 INDEX_ENTRY *ie; local
774 INDEX_ENTRY *ie; local
940 INDEX_ENTRY *ie, *ie_start; local
1171 ntfs_ib_cut_tail(ntfs_index_context *icx, INDEX_BLOCK *ib, INDEX_ENTRY *ie) argument
1224 INDEX_ENTRY *ie; local
1379 ntfs_ie_add_vcn(INDEX_ENTRY **ie) argument
1397 INDEX_ENTRY *ie_node, *ie; local
1470 ntfs_ib_insert(ntfs_index_context *icx, INDEX_ENTRY *ie, VCN new_vcn) argument
1553 ntfs_ie_add(ntfs_index_context *icx, INDEX_ENTRY *ie) argument
1625 INDEX_ENTRY *ie; local
1663 ntfs_ih_takeout(ntfs_index_context *icx, INDEX_HEADER *ih, INDEX_ENTRY *ie, INDEX_BLOCK *ib) argument
1710 INDEX_ENTRY *ie; local
1732 INDEX_ENTRY *ie, *ie_prev; local
1748 INDEX_ENTRY *ie; local
1803 INDEX_ENTRY *ie_succ, *ie, *entry = icx->entry; local
2037 ntfs_index_walk_down(INDEX_ENTRY *ie, ntfs_index_context *ictx) argument
2077 ntfs_index_walk_up(INDEX_ENTRY *ie, ntfs_index_context *ictx) argument
2151 ntfs_index_next(INDEX_ENTRY *ie, ntfs_index_context *ictx) argument
[all...]
H A Dindex.h144 extern int ntfs_index_entry_inconsistent(const INDEX_ENTRY *ie,
149 extern INDEX_ENTRY *ntfs_index_next(INDEX_ENTRY *ie,
159 extern VCN ntfs_ie_get_vcn(INDEX_ENTRY *ie);
163 extern char *ntfs_ie_filename_get(INDEX_ENTRY *ie);
164 extern void ntfs_ie_filename_dump(INDEX_ENTRY *ie);
168 extern int ntfs_ie_add(ntfs_index_context *icx, INDEX_ENTRY *ie);
H A Ddir.c258 INDEX_ENTRY *ie; local
299 ie = (INDEX_ENTRY*)((u8*)&ir->index +
305 for (;; ie = (INDEX_ENTRY*)((u8*)ie + le16_to_cpu(ie->length))) {
307 if ((u8*)ie < (u8*)ctx->mrec || (u8*)ie +
309 (u8*)ie + le16_to_cpu(ie->length) >
320 if (ie
959 ntfs_filldir(ntfs_inode *dir_ni, s64 *pos, u8 ivcn_bits, const INDEX_TYPE index_type, index_union iu, INDEX_ENTRY *ie, void *dirent, ntfs_filldir_t filldir) argument
1113 INDEX_ENTRY *ie; local
1577 INDEX_ENTRY *ie; local
[all...]
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_vht.c247 ieee80211_parse_vhtopmode(struct ieee80211_node *ni, const uint8_t *ie) argument
250 ni->ni_vht_chanwidth = ie[2];
251 ni->ni_vht_chan1 = ie[3];
252 ni->ni_vht_chan2 = ie[4];
253 ni->ni_vht_basicmcs = le16dec(ie + 5);
266 ieee80211_parse_vhtcap(struct ieee80211_node *ni, const uint8_t *ie) argument
270 ni->ni_vhtcap = le32dec(ie + 2);
273 ni->ni_vht_mcsinfo.rx_mcs_map = le16dec(ie + 6);
274 ni->ni_vht_mcsinfo.rx_highest = le16dec(ie + 8);
275 ni->ni_vht_mcsinfo.tx_mcs_map = le16dec(ie
[all...]
H A Dieee80211_tdma.h99 void ieee80211_parse_tdma(struct ieee80211_node *ni, const uint8_t *ie);
H A Dieee80211_superg.c213 ieee80211_parse_ath(struct ieee80211_node *ni, uint8_t *ie) argument
216 (const struct ieee80211_ath_ie *) ie;
245 "ath ie change: new caps 0x%x defkeyix 0x%x",
256 /* NB: BOOST is not in ic_flags, so get it from the ie */
H A Dieee80211_tdma.c125 const u_int8_t *ie, int rssi, int nf, const struct ieee80211_frame *wh);
348 * TDMA stations must beacon a TDMA ie; ignore
355 "%s", "no TDMA ie");
392 * Process tdma ie. The contents are used to sync
410 * is non-zero we scan the slot allocation state in the ie
525 tdma_process_params(struct ieee80211_node *ni, const u_int8_t *ie, argument
531 (const struct ieee80211_tdma_param *) ie;
532 u_int len = ie[1];
554 * before we make more extensive use of the ie contents.
643 * Parse a TDMA ie o
646 ieee80211_parse_tdma(struct ieee80211_node *ni, const uint8_t *ie) argument
[all...]
H A Dieee80211_scan_sta.c136 #define MATCH_TDMA_NOIE 0x00400 /* no TDMA ie */
142 #define MATCH_MESH_NOID 0x10000 /* no MESHID ie */
317 * using the value broadcast in the DSPARMS ie. We know
373 * current settings to what we fetched from the country ie.
393 /* NB: no need to setup ie ptrs; they are not (currently) used */
979 match_id(const uint8_t *ie, const uint8_t *val, int len) argument
981 return (ie[1] == len && memcmp(ie+2, val, len) == 0);
985 match_ssid(const uint8_t *ie, argument
991 if (match_id(ie, ssid
[all...]
H A Dieee80211_scan.c540 dump_country(const uint8_t *ie) argument
543 (const struct ieee80211_country_ie *) ie;
547 printf(" <bogus country ie, len %d>", cie->len);
H A Dieee80211_regdomain.c264 struct ieee80211_country_ie *ie; local
270 ic_printf(ic, "%s: unable to allocate memory for country ie\n",
275 ie = (struct ieee80211_country_ie *) aie->ie_data;
276 ie->ie = IEEE80211_ELEMID_COUNTRY;
280 ie->cc[0] = ie->cc[1] = ' ';
282 ie->cc[0] = rd->isocc[0];
283 ie->cc[1] = rd->isocc[1];
291 ie
[all...]
H A Dieee80211_proto.c406 #define FREEAPPIE(ie) do { \
407 if (ie != NULL) \
408 IEEE80211_FREE(ie, M_80211_NODE_IE); \
1785 * For NICs which only support one set of WME paramaters (ie, softmac NICs)
H A Dieee80211_output.c321 * ieee80211_free_node() (ie, the comlock)
2164 add_appie(uint8_t *frm, const struct ieee80211_appie *ie) argument
2166 memcpy(frm, ie->ie_data, ie->ie_len);
2167 return frm + ie->ie_len;
2171 add_ie(uint8_t *frm, const uint8_t *ie) argument
2173 memcpy(frm, ie, 2 + ie[1]);
2174 return frm + 2 + ie[1];
2375 * Handle lazy construction of ie
[all...]
H A Dieee80211_node.c105 MALLOC_DEFINE(M_80211_NODE_IE, "80211nodeie", "802.11 node ie");
1083 * Initialize an ie blob with the specified data. If previous
1085 * all references to specific ie's; the caller is required to
1113 * Reclaim storage for an ie blob.
1123 * Expand an ie blob data contents and to fillin individual
1124 * ie pointers. The data blob is assumed to be well-formed;
1125 * we don't do any validity checking of ie lengths.
1130 uint8_t *ie; local
1133 ie = ies->data;
1136 switch (ie[
[all...]
H A Dieee80211_mesh.c2105 * Parse meshpeering action ie's for MPM frames
2243 struct ieee80211_meshpeer_ie ie; local
2248 meshpeer = mesh_parse_meshpeering_action(ni, wh, frm+2+2, efrm, &ie,
2390 struct ieee80211_meshpeer_ie ie; local
2395 meshpeer = mesh_parse_meshpeering_action(ni, wh, frm+2+2+2+2, efrm, &ie,
2453 struct ieee80211_meshpeer_ie ie; local
2458 meshpeer = mesh_parse_meshpeering_action(ni, wh, frm+2, efrm, &ie,
2507 const struct ieee80211_meshlmetric_ie *ie = local
2512 if (ie->lm_flags & IEEE80211_MESH_LMETRIC_FLAGS_REQ) {
2525 * Parse meshgate action ie'
2529 mesh_parse_meshgate_action(struct ieee80211_node *ni, const struct ieee80211_frame *wh, struct ieee80211_meshgann_ie *ie, const uint8_t *frm, const uint8_t *efrm) argument
2571 struct ieee80211_meshgann_ie ie; local
2895 struct ieee80211_meshlmetric_ie *ie = arg0; local
2943 struct ieee80211_meshgann_ie *ie = arg0; local
3085 mesh_verify_meshid(struct ieee80211vap *vap, const uint8_t *ie) argument
3098 mesh_verify_meshconf(struct ieee80211vap *vap, const uint8_t *ie) argument
3146 mesh_verify_meshpeer(struct ieee80211vap *vap, uint8_t subtype, const uint8_t *ie) argument
3338 ieee80211_add_meshgate(uint8_t *frm, struct ieee80211_meshgann_ie *ie) argument
3382 ieee80211_parse_meshid(struct ieee80211_node *ni, const uint8_t *ie) argument
[all...]

Completed in 205 milliseconds

12