Searched refs:ni (Results 51 - 75 of 158) sorted by relevance

1234567

/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8812a/
H A Dr12a_tx.c72 r12a_tx_set_ht40(struct rtwn_softc *sc, void *buf, struct ieee80211_node *ni) argument
77 if (ni->ni_chan != IEEE80211_CHAN_ANYC &&
78 IEEE80211_IS_CHAN_HT40(ni->ni_chan)) {
81 prim_chan = r12a_get_primary_channel(sc, ni->ni_chan);
127 struct ieee80211_node *ni, int ismcast)
130 struct ieee80211vap *vap = ni->ni_vap;
135 chan = (ni->ni_chan != IEEE80211_CHAN_ANYC) ?
136 ni->ni_chan : ic->ic_curchan;
140 if (ismcast || !(ni->ni_flags & IEEE80211_NODE_HT)) {
201 r12a_tx_set_sgi(struct rtwn_softc *sc, void *buf, struct ieee80211_node *ni) argument
126 r12a_tx_raid(struct rtwn_softc *sc, struct r12a_tx_desc *txd, struct ieee80211_node *ni, int ismcast) argument
217 r12a_tx_set_ldpc(struct rtwn_softc *sc, struct r12a_tx_desc *txd, struct ieee80211_node *ni) argument
228 r12a_fill_tx_desc(struct rtwn_softc *sc, struct ieee80211_node *ni, struct mbuf *m, void *buf, uint8_t ridx, int maxretry) argument
350 r12a_fill_tx_desc_raw(struct rtwn_softc *sc, struct ieee80211_node *ni, struct mbuf *m, void *buf, const struct ieee80211_bpf_params *params) argument
[all...]
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_output.c123 struct ieee80211_node *ni)
134 if ((ni->ni_flags & IEEE80211_NODE_PWR_MGT) &&
142 if (ieee80211_pwrsave(ni, m) != 0)
144 ieee80211_free_node(ni);
153 if (ieee80211_classify(ni, m)) {
155 ni->ni_macaddr, NULL,
160 ieee80211_free_node(ni);
171 m->m_pkthdr.rcvif = (void *)ni;
188 do_ampdu = ((ni->ni_flags & IEEE80211_NODE_AMPDU_TX) &&
190 do_amsdu = ((ni
122 ieee80211_vap_pkt_send_dest(struct ieee80211vap *vap, struct mbuf *m, struct ieee80211_node *ni) argument
349 struct ieee80211_node *ni; local
557 ieee80211_raw_output(struct ieee80211vap *vap, struct ieee80211_node *ni, struct mbuf *m, const struct ieee80211_bpf_params *params) argument
645 ieee80211_validate_rate(struct ieee80211_node *ni, uint8_t rate) argument
701 ieee80211_sanitize_rates(struct ieee80211_node *ni, struct mbuf *m, const struct ieee80211_bpf_params *params) argument
746 struct ieee80211_node *ni = NULL; local
886 ieee80211_send_setup( struct ieee80211_node *ni, struct mbuf *m, int type, int tid, const uint8_t sa[IEEE80211_ADDR_LEN], const uint8_t da[IEEE80211_ADDR_LEN], const uint8_t bssid[IEEE80211_ADDR_LEN]) argument
1015 ieee80211_mgmt_output(struct ieee80211_node *ni, struct mbuf *m, int type, struct ieee80211_bpf_params *params) argument
1075 ieee80211_nulldata_transmitted(struct ieee80211_node *ni, void *arg, int status) argument
1096 ieee80211_send_nulldata(struct ieee80211_node *ni) argument
1201 ieee80211_classify(struct ieee80211_node *ni, struct mbuf *m) argument
1427 ieee80211_crypto_getucastkey(struct ieee80211vap *vap, struct ieee80211_node *ni) argument
1446 ieee80211_crypto_getmcastkey(struct ieee80211vap *vap, struct ieee80211_node *ni) argument
1465 ieee80211_encap(struct ieee80211vap *vap, struct ieee80211_node *ni, struct mbuf *m) argument
2182 ieee80211_add_wme_info(uint8_t *frm, struct ieee80211_wme_state *wme, struct ieee80211_node *ni) argument
2412 ieee80211_add_qos(uint8_t *frm, const struct ieee80211_node *ni) argument
2428 ieee80211_send_probereq(struct ieee80211_node *ni, const uint8_t sa[IEEE80211_ADDR_LEN], const uint8_t da[IEEE80211_ADDR_LEN], const uint8_t bssid[IEEE80211_ADDR_LEN], const uint8_t *ssid, size_t ssidlen) argument
2625 ieee80211_send_mgmt(struct ieee80211_node *ni, int type, int arg) argument
3291 ieee80211_alloc_prot(struct ieee80211_node *ni, const struct mbuf *m, uint8_t rate, int prot) argument
3354 ieee80211_tx_mgt_cb(struct ieee80211_node *ni, void *arg, int status) argument
3378 ieee80211_beacon_construct(struct mbuf *m, uint8_t *frm, struct ieee80211_node *ni) argument
3590 ieee80211_beacon_alloc(struct ieee80211_node *ni) argument
3708 ieee80211_beacon_update(struct ieee80211_node *ni, struct mbuf *m, int mcast) argument
4105 ieee80211_tx_complete(struct ieee80211_node *ni, struct mbuf *m, int status) argument
[all...]
H A Dieee80211_sta.h49 const struct ieee80211_frame *wh, struct ieee80211_node *ni);
H A Dieee80211_tdma.c122 const struct ieee80211_tdma_param *tdma, struct ieee80211_node *ni,
124 static int tdma_process_params(struct ieee80211_node *ni,
217 sta_leave(void *arg, struct ieee80211_node *ni) argument
219 struct ieee80211vap *vap = ni->ni_vap;
221 if (ni != vap->iv_bss)
222 ieee80211_node_leave(ni);
331 tdma_recv_mgmt(struct ieee80211_node *ni, struct mbuf *m0, argument
334 struct ieee80211com *ic = ni->ni_ic;
335 struct ieee80211vap *vap = ni->ni_vap;
344 if (ieee80211_parse_beacon(ni, m
414 tdma_update(struct ieee80211vap *vap, const struct ieee80211_tdma_param *tdma, struct ieee80211_node *ni, int pickslot) argument
525 tdma_process_params(struct ieee80211_node *ni, const u_int8_t *ie, int rssi, int nf, const struct ieee80211_frame *wh) argument
646 ieee80211_parse_tdma(struct ieee80211_node *ni, const uint8_t *ie) argument
[all...]
H A Dieee80211_input.c64 ieee80211_process_mimo(struct ieee80211_node *ni, struct ieee80211_rx_stats *rx) argument
75 IEEE80211_RSSI_LPF(ni->ni_mimo_rssi_ctl[i], rx->c_rssi_ctl[i]);
76 IEEE80211_RSSI_LPF(ni->ni_mimo_rssi_ext[i], rx->c_rssi_ext[i]);
81 ni->ni_mimo_noise_ctl[i] = rx->c_nf_ctl[i];
82 ni->ni_mimo_noise_ext[i] = rx->c_nf_ext[i];
84 ni->ni_mimo_chains = rx->c_chain;
88 ieee80211_input_mimo(struct ieee80211_node *ni, struct mbuf *m) argument
98 ieee80211_process_mimo(ni, &rxs);
100 //return ieee80211_input(ni, m, rx->rssi, rx->nf);
101 return ni
129 struct ieee80211_node *ni; local
173 ieee80211_defrag(struct ieee80211_node *ni, struct mbuf *m, int hdrspace) argument
260 ieee80211_deliver_data(struct ieee80211vap *vap, struct ieee80211_node *ni, struct mbuf *m) argument
394 ieee80211_setup_rates(struct ieee80211_node *ni, const uint8_t *rates, const uint8_t *xrates, int flags) argument
430 ieee80211_send_error(struct ieee80211_node *ni, const uint8_t mac[IEEE80211_ADDR_LEN], int subtype, int arg) argument
462 ieee80211_alloc_challenge(struct ieee80211_node *ni) argument
485 ieee80211_parse_beacon(struct ieee80211_node *ni, struct mbuf *m, struct ieee80211_channel *rxchan, struct ieee80211_scanparams *scan) argument
753 ieee80211_parse_action(struct ieee80211_node *ni, struct mbuf *m) argument
[all...]
H A Dieee80211_input.h195 ieee80211_check_rxseq(struct ieee80211_node *ni, struct ieee80211_frame *wh, argument
202 struct ieee80211vap *vap = ni->ni_vap;
234 rap = &ni->ni_rx_ampdu[tid];
236 if ((ni->ni_flags & IEEE80211_NODE_HT) &&
250 if (SEQNO(ni->ni_rxseqs[tid]) == 4095) {
254 if (SEQ_EQ(rxseq, ni->ni_rxseqs[tid]) &&
272 SEQ_LEQ(rxseq, ni->ni_rxseqs[tid]))
283 ni->ni_rxseqs[tid] = rxseq;
285 IEEE80211_NODE_STAT(ni, rx_amsdu_more_end);
288 IEEE80211_NODE_STAT(ni, rx_amsdu_mor
[all...]
H A Dieee80211_action.c57 send_inval(struct ieee80211_node *ni, int cat, int act, void *sa) argument
133 ieee80211_send_action(struct ieee80211_node *ni, int cat, int act, void *sa) argument
163 return f(ni, cat, act, sa);
167 recv_inval(struct ieee80211_node *ni, const struct ieee80211_frame *wh, argument
244 ieee80211_recv_action(struct ieee80211_node *ni, argument
249 struct ieee80211vap *vap = ni->ni_vap;
267 if (ni == vap->iv_bss ||
268 ni->ni_mlstate != IEEE80211_NODE_MESH_ESTABLISHED) {
270 ni->ni_macaddr, NULL,
272 ni
[all...]
H A Dieee80211_node.h284 #define IEEE80211_NODE_AID(ni) IEEE80211_AID(ni->ni_associd)
286 #define IEEE80211_NODE_STAT(ni,stat) (ni->ni_stats.ns_##stat++)
287 #define IEEE80211_NODE_STAT_ADD(ni,stat,v) (ni->ni_stats.ns_##stat += v)
288 #define IEEE80211_NODE_STAT_SET(ni,stat,v) (ni->ni_stats.ns_##stat = v)
323 ieee80211_ref_node(struct ieee80211_node *ni) argument
325 ieee80211_node_incref(ni);
330 ieee80211_unref_node(struct ieee80211_node **ni) argument
344 ieee80211_node_is_authorized(const struct ieee80211_node *ni) argument
[all...]
H A Dieee80211_haiku.cpp371 ieee80211_node_dectestref(struct ieee80211_node* ni) argument
373 atomic_subtract_int(&ni->ni_refcnt, 1);
374 return atomic_cmpset_int(&ni->ni_refcnt, 0, 1);
381 struct ieee80211_node* ni; local
389 ni = (struct ieee80211_node*)m->m_pkthdr.rcvif;
390 KASSERT(ni != NULL, ("frame w/o node"));
391 ieee80211_free_node(ni);
402 struct ieee80211_node* ni; local
409 ni = (struct ieee80211_node*)m->m_pkthdr.rcvif;
410 if (ni !
491 ieee80211_process_callback(struct ieee80211_node* ni, struct mbuf* m, int status) argument
647 struct ieee80211_node *ni; local
783 ieee80211_notify_node_join(struct ieee80211_node* ni, int newassoc) argument
807 ieee80211_notify_node_leave(struct ieee80211_node* ni) argument
868 ieee80211_notify_wds_discover(struct ieee80211_node* ni) argument
899 ieee80211_notify_node_deauth(struct ieee80211_node* ni) argument
906 ieee80211_notify_node_auth(struct ieee80211_node* ni) argument
[all...]
H A Dieee80211_ioctl.c78 struct ieee80211_node *ni; local
92 ni = ieee80211_find_vap_node(&ic->ic_sta, vap, ik.ik_macaddr);
93 if (ni == NULL)
95 wk = &ni->ni_ucastkey;
101 ni = NULL;
125 if (ni != NULL)
126 ieee80211_free_node(ni);
158 struct ieee80211_node *ni; local
171 ni = ieee80211_find_vap_node(&vap->iv_ic->ic_sta, vap, wpaie->wpa_macaddr);
172 if (ni
213 struct ieee80211_node *ni; local
357 sta_space(const struct ieee80211_node *ni, size_t *ielen) argument
365 get_sta_space(void *arg, struct ieee80211_node *ni) argument
377 get_sta_info(void *arg, struct ieee80211_node *ni) argument
461 getstainfo_common(struct ieee80211vap *vap, struct ieee80211req *ireq, struct ieee80211_node *ni, size_t off) argument
510 struct ieee80211_node *ni; local
531 struct ieee80211_node *ni; local
729 struct ieee80211_node *ni; local
1173 struct ieee80211_node *ni; local
1265 struct ieee80211_node *ni; local
1341 domlme(void *arg, struct ieee80211_node *ni) argument
1371 struct ieee80211_node *ni; local
1401 struct ieee80211_node *ni; local
1774 struct ieee80211_node *ni; local
1800 struct ieee80211_node *ni; local
2692 struct ieee80211_node *ni; local
[all...]
H A Dieee80211_monitor.c65 static int monitor_input(struct ieee80211_node *ni, struct mbuf *m,
130 monitor_input(struct ieee80211_node *ni, struct mbuf *m, argument
133 struct ieee80211vap *vap = ni->ni_vap;
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_rate/onoe/
H A Donoe.c201 ath_rate_update(struct ath_softc *sc, struct ieee80211_node *ni, int rate) argument
203 struct ath_node *an = ATH_NODE(ni);
205 struct ieee80211vap *vap = ni->ni_vap;
211 IEEE80211_NOTE(vap, IEEE80211_MSG_RATECTL, ni,
213 ni->ni_rates.rs_nrates > 0 ?
214 (ni->ni_rates.rs_rates[rate] & IEEE80211_RATE_VAL) / 2 : 0);
223 if (ni->ni_rates.rs_nrates == 0)
226 ni->ni_txrate = ni->ni_rates.rs_rates[rate] & IEEE80211_RATE_VAL;
227 on->on_tx_rix0 = sc->sc_rixmap[ni
286 ath_rate_ctl_start(struct ath_softc *sc, struct ieee80211_node *ni) argument
336 ath_rate_ctl(void *arg, struct ieee80211_node *ni) argument
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_tx.h92 struct ieee80211_node *ni);
94 struct mbuf *m0, struct ieee80211_node *ni);
95 extern int ath_tx_start(struct ath_softc *sc, struct ieee80211_node *ni,
97 extern int ath_raw_xmit(struct ieee80211_node *ni, struct mbuf *m,
101 extern void ath_tx_swq(struct ath_softc *sc, struct ieee80211_node *ni,
120 extern int ath_addba_request(struct ieee80211_node *ni,
123 extern int ath_addba_response(struct ieee80211_node *ni,
126 extern void ath_addba_stop(struct ieee80211_node *ni,
128 extern void ath_bar_response(struct ieee80211_node *ni,
130 extern void ath_addba_response_timeout(struct ieee80211_node *ni,
[all...]
H A Dif_ath_tx_ht.h59 struct ieee80211_node *ni, struct ath_buf *bf);
H A Dif_ath_tx_ht.c226 struct ieee80211_node *ni = bf->bf_node; local
227 struct ieee80211vap *vap = ni->ni_vap;
228 struct ieee80211com *ic = ni->ni_ic;
244 if ((ni->ni_vap->iv_flags_ht & IEEE80211_FHT_LDPC_TX) &&
245 (ni->ni_htcap & IEEE80211_HTCAP_LDPC))
289 if (ni->ni_chw == 40)
301 if (ni->ni_chw == 40 &&
303 ni->ni_htcap & IEEE80211_HTCAP_SHORTGI40 &&
309 if (ni->ni_chw == 20 &&
311 ni
410 struct ieee80211_node *ni = first_bf->bf_node; local
565 ath_get_aggr_limit(struct ath_softc *sc, struct ieee80211_node *ni, struct ath_buf *bf) argument
616 ath_rateseries_setup(struct ath_softc *sc, struct ieee80211_node *ni, struct ath_buf *bf, HAL_11N_RATE_SERIES *series) argument
743 ath_buf_set_rate(struct ath_softc *sc, struct ieee80211_node *ni, struct ath_buf *bf) argument
[all...]
/haiku/headers/cpp/std/
H A Dcomplext.cc160 FLOAT nr, ni; local
167 ni = (ths->im * t - ths->re) / d;
174 ni = (ths->im - ths->re * t) / d;
177 ths->im = ni;
186 FLOAT nr, ni; local
193 ni = (imag (x) * t - real (x)) / d;
200 ni = (imag (x) - real (x) * t) / d;
202 return complex<FLOAT> (nr, ni);
210 FLOAT nr, ni; local
217 ni
256 FLOAT nr, ni; local
[all...]
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dindex.h71 * @ni: inode containing the @entry described by this context
90 * @ni is the inode this context belongs to.
97 * by the attribute search context @actx and inode @ni. @ia and
116 ntfs_inode *ni; member in struct:__anon14
137 extern ntfs_index_context *ntfs_index_ctx_get(ntfs_inode *ni,
152 extern int ntfs_index_add_filename(ntfs_inode *ni, FILE_NAME_ATTR *fn,
154 extern int ntfs_index_remove(ntfs_inode *dir_ni, ntfs_inode *ni,
157 extern INDEX_ROOT *ntfs_index_root_get(ntfs_inode *ni, ATTR_RECORD *attr);
H A Dsecurity.c950 char *newattr, ntfs_inode *ni)
966 na = ntfs_attr_open(ni, AT_SECURITY_DESCRIPTOR, AT_UNNAMED, 0);
987 na = ntfs_attr_open(ni, AT_STANDARD_INFORMATION,
990 clear_nino_flag(ni, v3_Extensions);
995 ni->security_id = const_cpu_to_le32(0);
998 clear_nino_flag(ni, v3_Extensions);
1005 res = ntfs_attr_add(ni, AT_SECURITY_DESCRIPTOR,
1020 na = ntfs_attr_open(ni, AT_STANDARD_INFORMATION,
1024 if (!test_nino_flag(ni, v3_Extensions)) {
1028 ni
949 update_secur_descr(ntfs_volume *vol, char *newattr, ntfs_inode *ni) argument
1075 upgrade_secur_desc(ntfs_volume *vol, const char *attr, ntfs_inode *ni) argument
1587 enter_cache(struct SECURITY_CONTEXT *scx, ntfs_inode *ni, uid_t uid, gid_t gid, struct POSIX_SECURITY *pxdesc) argument
1749 fetch_cache(struct SECURITY_CONTEXT *scx, ntfs_inode *ni) argument
1823 ntfs_inode *ni; local
1883 getsecurityattr(ntfs_volume *vol, ntfs_inode *ni) argument
2082 ntfs_get_perm(struct SECURITY_CONTEXT *scx, ntfs_inode * ni, mode_t request) argument
2183 ntfs_get_posix_acl(struct SECURITY_CONTEXT *scx, ntfs_inode *ni, const char *name, char *value, size_t size) argument
2315 ntfs_get_perm(struct SECURITY_CONTEXT *scx, ntfs_inode *ni, mode_t request) argument
2429 ntfs_get_ntfs_acl(struct SECURITY_CONTEXT *scx, ntfs_inode *ni, char *value, size_t size) argument
2452 ntfs_get_owner_mode(struct SECURITY_CONTEXT *scx, ntfs_inode * ni, struct stat *stbuf) argument
2743 ntfs_set_inherited_posix(struct SECURITY_CONTEXT *scx, ntfs_inode *ni, uid_t uid, gid_t gid, ntfs_inode *dir_ni, mode_t mode) argument
2884 ntfs_set_owner_mode(struct SECURITY_CONTEXT *scx, ntfs_inode *ni, uid_t uid, gid_t gid, mode_t mode, struct POSIX_SECURITY *pxdesc) argument
3021 ntfs_allowed_as_owner(struct SECURITY_CONTEXT *scx, ntfs_inode *ni) argument
3088 ntfs_set_posix_acl(struct SECURITY_CONTEXT *scx, ntfs_inode *ni, const char *name, const char *value, size_t size, int flags) argument
3190 ntfs_remove_posix_acl(struct SECURITY_CONTEXT *scx, ntfs_inode *ni, const char *name) argument
3205 ntfs_set_ntfs_acl(struct SECURITY_CONTEXT *scx, ntfs_inode *ni, const char *value, size_t size, int flags) argument
3266 ntfs_set_mode(struct SECURITY_CONTEXT *scx, ntfs_inode *ni, mode_t mode) argument
3376 ntfs_sd_add_everyone(ntfs_inode *ni) argument
3453 ntfs_allowed_access(struct SECURITY_CONTEXT *scx, ntfs_inode *ni, int accesstype) argument
3642 ntfs_set_owner(struct SECURITY_CONTEXT *scx, ntfs_inode *ni, uid_t uid, gid_t gid) argument
3766 ntfs_set_ownmod(struct SECURITY_CONTEXT *scx, ntfs_inode *ni, uid_t uid, gid_t gid, const mode_t mode) argument
4328 ntfs_inode *ni; local
4401 ntfs_get_ntfs_attrib(ntfs_inode *ni, char *value, size_t size) argument
4433 ntfs_set_ntfs_attrib(ntfs_inode *ni, const char *value, size_t size, int flags) argument
4489 ntfs_inode *ni; local
4725 mergesecurityattr(ntfs_volume *vol, const char *oldattr, const char *newattr, u32 selection, ntfs_inode *ni) argument
4905 ntfs_inode *ni; local
4958 ntfs_inode *ni; local
5023 ntfs_inode *ni; local
5068 ntfs_inode *ni; local
5115 ntfs_inode *ni; local
[all...]
H A Dattrib.c89 return (na->ni->flags & flag);
96 na->ni->flags |= flag;
105 na->ni->flags &= ~flag;
326 * @ni: ntfs inode with which to initialize the ntfs attribute
331 * Initialize the ntfs attribute @na with @ni, @type, @name, and @name_len.
333 static void __ntfs_attr_init(ntfs_attr *na, ntfs_inode *ni, argument
337 na->ni = ni;
382 ntfs_volume *vol = na->ni->vol;
397 * @ni
410 ntfs_attr_open(ntfs_inode *ni, const ATTR_TYPES type, ntfschar *name, u32 name_len) argument
3068 ntfs_inode *base_ni, *ni; local
3746 ntfs_attr_init_search_ctx(ntfs_attr_search_ctx *ctx, ntfs_inode *ni, MFT_RECORD *mrec) argument
3804 ntfs_attr_get_search_ctx(ntfs_inode *ni, MFT_RECORD *mrec) argument
4097 ntfs_resident_attr_record_add(ntfs_inode *ni, ATTR_TYPES type, const ntfschar *name, u8 name_len, const u8 *val, u32 size, ATTR_FLAGS data_flags) argument
4229 ntfs_non_resident_attr_record_add(ntfs_inode *ni, ATTR_TYPES type, const ntfschar *name, u8 name_len, VCN lowest_vcn, int dataruns_size, ATTR_FLAGS flags) argument
4370 ntfs_inode *base_ni, *ni; local
4512 ntfs_attr_add(ntfs_inode *ni, ATTR_TYPES type, ntfschar *name, u8 name_len, const u8 *val, s64 size) argument
4708 ntfs_attr_set_flags(ntfs_inode *ni, ATTR_TYPES type, const ntfschar *name, u8 name_len, ATTR_FLAGS flags, ATTR_FLAGS mask) argument
4918 ntfs_attr_record_move_to(ntfs_attr_search_ctx *ctx, ntfs_inode *ni) argument
5015 ntfs_inode *base_ni, *ni; local
5305 ntfs_inode *ni; local
5904 ntfs_inode *ni, *base_ni; local
6973 ntfs_attr_readall(ntfs_inode *ni, const ATTR_TYPES type, ntfschar *name, u32 name_len, s64 *data_size) argument
7028 ntfs_attr_data_read(ntfs_inode *ni, ntfschar *stream_name, int stream_name_len, char *buf, size_t size, off_t offset) argument
7073 ntfs_attr_data_write(ntfs_inode *ni, ntfschar *stream_name, int stream_name_len, const char *buf, size_t size, off_t offset) argument
7116 ntfs_attr_shrink_size(ntfs_inode *ni, ntfschar *stream_name, int stream_name_len, off_t offset) argument
7142 ntfs_attr_exist(ntfs_inode *ni, const ATTR_TYPES type, const ntfschar *name, u32 name_len) argument
7162 ntfs_attr_remove(ntfs_inode *ni, const ATTR_TYPES type, ntfschar *name, u32 name_len) argument
[all...]
H A Dattrib.h98 extern ntfs_attr_search_ctx *ntfs_attr_get_search_ctx(ntfs_inode *ni,
122 * @ni, you can simply do:
125 * ntfs_attr_search_ctx *ctx = ntfs_attr_get_search_ctx(ni, NULL);
146 * @ni: base ntfs inode to which this attribute belongs
176 * @ni is the base ntfs inode of the attribute described by this structure.
187 ntfs_inode *ni; member in struct:_ntfs_attr
295 extern ntfs_attr *ntfs_attr_open(ntfs_inode *ni, const ATTR_TYPES type,
305 extern void *ntfs_attr_readall(ntfs_inode *ni, const ATTR_TYPES type,
328 extern int ntfs_resident_attr_record_add(ntfs_inode *ni, ATTR_TYPES type,
331 extern int ntfs_non_resident_attr_record_add(ntfs_inode *ni, ATTR_TYPE
[all...]
H A Dmft.c518 static int ntfs_is_mft(ntfs_inode *ni) argument
520 if (ni && ni->mft_no == FILE_MFT)
691 if (!NInoAttrList(na->ni)) {
692 if (ntfs_inode_add_attrlist(na->ni)) {
773 ctx = ntfs_attr_get_search_ctx(mftbmp_na->ni, NULL);
953 ctx = ntfs_attr_get_search_ctx(mftbmp_na->ni, NULL);
990 ctx = ntfs_attr_get_search_ctx(mftbmp_na->ni, NULL);
1122 ctx = ntfs_attr_get_search_ctx(mft_na->ni, NULL);
1320 ctx = ntfs_attr_get_search_ctx(mft_na->ni, NUL
1431 ntfs_inode *ni = NULL; local
1716 ntfs_inode *ni = NULL; local
1965 ntfs_mft_record_free(ntfs_volume *vol, ntfs_inode *ni) argument
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8192c/
H A Dr92c_tx.c67 r92c_tx_set_ht40(struct rtwn_softc *sc, void *buf, struct ieee80211_node *ni) argument
71 if (ni->ni_chan != IEEE80211_CHAN_ANYC &&
72 IEEE80211_IS_CHAN_HT40(ni->ni_chan)) {
75 extc_offset = r92c_tx_get_sco(sc, ni->ni_chan);
119 struct ieee80211_node *ni, int ismcast)
122 struct ieee80211vap *vap = ni->ni_vap;
127 chan = (ni->ni_chan != IEEE80211_CHAN_ANYC) ?
128 ni->ni_chan : ic->ic_curchan;
132 if (ismcast || !(ni->ni_flags & IEEE80211_NODE_HT)) {
173 r92c_tx_set_sgi(struct rtwn_softc *sc, void *buf, struct ieee80211_node *ni) argument
118 r92c_tx_raid(struct rtwn_softc *sc, struct r92c_tx_desc *txd, struct ieee80211_node *ni, int ismcast) argument
222 r92c_fill_tx_desc(struct rtwn_softc *sc, struct ieee80211_node *ni, struct mbuf *m, void *buf, uint8_t ridx, int maxretry) argument
349 r92c_fill_tx_desc_raw(struct rtwn_softc *sc, struct ieee80211_node *ni, struct mbuf *m, void *buf, const struct ieee80211_bpf_params *params) argument
[all...]
H A Dr92c_fw.c224 struct ieee80211_node *ni; local
230 RTWN_DPRINTF(sc, RTWN_DEBUG_RA, "%s: macid %d, ni is NULL\n",
236 ni = ieee80211_ref_node(sc->node_list[macid]);
237 if (ni->ni_flags & IEEE80211_NODE_HT)
238 rs_ht = &ni->ni_htrates;
242 rtwn_get_rates(sc, &ni->ni_rates, rs_ht, &rates, &maxrate, 0);
253 ieee80211_free_node(ni);
336 struct ieee80211_node *ni; local
346 ni = sc->node_list[i];
347 if (ni
371 struct ieee80211_node *ni; local
[all...]
/haiku/src/add-ons/kernel/file_systems/ntfs/
H A Dlowntfs.h41 ntfs_inode *ni, struct stat *stbuf);
45 int ntfs_fuse_read(ntfs_inode* ni, off_t offset, char* buffer, size_t size);
46 int ntfs_fuse_write(struct lowntfs_context* ctx, ntfs_inode* ni, const char *buf,
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dif_mwl.c888 struct ieee80211_node *ni = sp->data[0]; local
891 ieee80211_ampdu_stop(ni, sp->data[1], IEEE80211_REASON_UNSPECIFIED);
1024 struct ieee80211_node *ni = vap->iv_bss; local
1025 const struct ieee80211_txparam *tp = ni->ni_txparms;
1041 mvp->mv_eapolformat = htole16(mwl_calcformat(rates.MgtRate, ni));
1055 struct ieee80211_node *ni = vap->iv_bss; local
1061 mode = ieee80211_chan2mode(ni->ni_chan);
1075 mvp->mv_eapolformat = htole16(mwl_calcformat(rate, ni));
1341 struct ieee80211_node *ni; local
1355 ni
1417 mwl_raw_xmit(struct ieee80211_node *ni, struct mbuf *m, const struct ieee80211_bpf_params *params) argument
1837 struct ieee80211_node *ni = vap->iv_bss; local
1906 mwl_set_tim(struct ieee80211_node *ni, int set) argument
2261 mwl_node_cleanup(struct ieee80211_node *ni) argument
2356 mwl_node_drain(struct ieee80211_node *ni) argument
2389 mwl_node_getsignal(const struct ieee80211_node *ni, int8_t *rssi, int8_t *noise) argument
2416 mwl_node_getmimoinfo(const struct ieee80211_node *ni, struct ieee80211_mimo_info *mi) argument
2579 struct ieee80211_node *ni; local
2617 struct ieee80211_node *ni; local
3038 mwl_calcformat(uint8_t rate, const struct ieee80211_node *ni) argument
3072 mwl_tx_start(struct mwl_softc *sc, struct ieee80211_node *ni, struct mwl_txbuf *bf, struct mbuf *m0) argument
3330 struct ieee80211_node *ni; local
3446 struct ieee80211_node *ni; local
3532 struct ieee80211_node *ni = bf->bf_node; local
3543 mwl_recv_action(struct ieee80211_node *ni, const struct ieee80211_frame *wh, const uint8_t *frm, const uint8_t *efrm) argument
3565 mwl_addba_request(struct ieee80211_node *ni, struct ieee80211_tx_ampdu *tap, int dialogtoken, int baparamset, int batimeout) argument
3637 mwl_addba_response(struct ieee80211_node *ni, struct ieee80211_tx_ampdu *tap, int code, int baparamset, int batimeout) argument
3704 mwl_addba_stop(struct ieee80211_node *ni, struct ieee80211_tx_ampdu *tap) argument
3915 mwl_peerstadb(struct ieee80211_node *ni, int aid, int staid, MWL_HAL_PEERINFO *pi) argument
4010 mkpeerinfo(MWL_HAL_PEERINFO *pi, const struct ieee80211_node *ni) argument
4087 struct ieee80211_node *ni = NULL; local
4267 mwl_newassoc(struct ieee80211_node *ni, int isnew) argument
[all...]

Completed in 312 milliseconds

1234567