Home
last modified time | relevance | path

Searched defs:nt (Results 1 – 25 of 36) sorted by relevance

12

/freebsd-src/sys/net80211/
H A Dieee80211_node.c882 struct ieee80211_node_table *nt = obss->ni_table; in ieee80211_sta_join1() local
1392 ieee80211_add_node_nt(struct ieee80211_node_table *nt, in ieee80211_add_node_nt() argument
1409 ieee80211_del_node_nt(struct ieee80211_node_table * nt,struct ieee80211_node * ni) ieee80211_del_node_nt() argument
1424 ieee80211_alloc_node(struct ieee80211_node_table * nt,struct ieee80211vap * vap,const uint8_t macaddr[IEEE80211_ADDR_LEN],const char * func __debrefcnt_used,int line __debrefcnt_used) ieee80211_alloc_node() argument
1629 _ieee80211_find_node_locked(struct ieee80211_node_table * nt,const uint8_t macaddr[IEEE80211_ADDR_LEN],const char * func __debrefcnt_used,int line __debrefcnt_used) _ieee80211_find_node_locked() argument
1656 _ieee80211_find_node(struct ieee80211_node_table * nt,const uint8_t macaddr[IEEE80211_ADDR_LEN],const char * func __debrefcnt_used,int line __debrefcnt_used) _ieee80211_find_node() argument
1669 _ieee80211_find_vap_node_locked(struct ieee80211_node_table * nt,const struct ieee80211vap * vap,const uint8_t macaddr[IEEE80211_ADDR_LEN],const char * func __debrefcnt_used,int line __debrefcnt_used) _ieee80211_find_vap_node_locked() argument
1697 _ieee80211_find_vap_node(struct ieee80211_node_table * nt,const struct ieee80211vap * vap,const uint8_t macaddr[IEEE80211_ADDR_LEN],const char * func __debrefcnt_used,int line __debrefcnt_used) _ieee80211_find_vap_node() argument
1955 _find_rxnode(struct ieee80211_node_table * nt,const struct ieee80211_frame_min * wh,const char * func __debrefcnt_used,int line __debrefcnt_used) _find_rxnode() argument
1974 struct ieee80211_node_table *nt; _ieee80211_find_rxnode() local
1998 struct ieee80211_node_table *nt; _ieee80211_find_rxnode_withkey() local
2048 struct ieee80211_node_table *nt = &vap->iv_ic->ic_sta; _ieee80211_find_txnode() local
2109 struct ieee80211_node_table *nt = ni->ni_table; __ieee80211_free_node() local
2137 node_clear_keyixmap(struct ieee80211_node_table * nt,struct ieee80211_node * ni) node_clear_keyixmap() argument
2159 struct ieee80211_node_table *nt = ni->ni_table; _ieee80211_free_node() local
2190 struct ieee80211_node_table *nt = &ic->ic_sta; ieee80211_node_delucastkey() local
2241 node_reclaim(struct ieee80211_node_table * nt,struct ieee80211_node * ni) node_reclaim() argument
2276 ieee80211_node_table_init(struct ieee80211com * ic,struct ieee80211_node_table * nt,const char * name,int inact,int keyixmax) ieee80211_node_table_init() argument
2301 ieee80211_node_table_reset(struct ieee80211_node_table * nt,struct ieee80211vap * match) ieee80211_node_table_reset() argument
2338 ieee80211_node_table_cleanup(struct ieee80211_node_table * nt) ieee80211_node_table_cleanup() argument
2481 struct ieee80211_node_table *nt = &ic->ic_sta; ieee80211_timeout_stations() local
2493 struct ieee80211_node_table *nt = &ic->ic_sta; ieee80211_drain() local
2586 ieee80211_iterate_nodes_vap(struct ieee80211_node_table * nt,struct ieee80211vap * vap,ieee80211_iter_func * f,void * arg) ieee80211_iterate_nodes_vap() argument
2640 ieee80211_iterate_nodes(struct ieee80211_node_table * nt,ieee80211_iter_func * f,void * arg) ieee80211_iterate_nodes() argument
2684 ieee80211_dump_nodes(struct ieee80211_node_table * nt) ieee80211_dump_nodes() argument
2975 struct ieee80211_node_table *nt = ni->ni_table; ieee80211_node_leave() local
[all...]
H A Dieee80211_ddb.c814 const struct ieee80211_node_table *nt = &ic->ic_sta; _db_show_com() local
840 _db_show_node_table(const char * tag,const struct ieee80211_node_table * nt) _db_show_node_table() argument
[all...]
H A Dieee80211_node.h428 ieee80211_find_node_locked(nt,mac) global() argument
430 ieee80211_find_node(nt,mac) global() argument
432 ieee80211_find_vap_node_locked(nt,vap,mac) global() argument
434 ieee80211_find_vap_node(nt,vap,mac) global() argument
H A Dieee80211_wds.c126 struct ieee80211_node_table *nt = &ic->ic_sta; in ieee80211_create_wds() local
H A Dieee80211_ioctl.c1373 struct ieee80211_node_table *nt = &vap->iv_ic->ic_sta; in setmlme_dropsta() local
1403 struct ieee80211_node_table *nt = &ic->ic_sta; in setmlme_common() local
[all...]
/freebsd-src/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_nametbl.c35 Dwarf_NameTbl nt, tnt; in _dwarf_nametbl_cleanup() local
63 Dwarf_NameTbl nt; in _dwarf_nametbl_init() local
169 _dwarf_nametbl_gen(Dwarf_P_Debug dbg, const char *name, Dwarf_NameTbl nt, in _dwarf_nametbl_gen()
238 Dwarf_NameTbl nt; in _dwarf_nametbl_pro_cleanup() local
/freebsd-src/contrib/jemalloc/include/jemalloc/internal/
H A Dtsd.h197 #define O(n, t, nt) \ argument
261 #define O(n, t, nt) \ argument
270 #define O(n, t, nt) \ argument
292 #define O(n, t, nt) \ argument
305 #define O(n, t, nt) \ argument
314 #define O(n, t, nt) \ argument
/freebsd-src/sys/dev/ntb/
H A Dntb_transport.c265 #define QP_TO_MW(nt, qp) ((qp) % nt->mw_count) argument
325 struct ntb_transport_ctx *nt; in xeon_link_watchdog_hb() local
343 struct ntb_transport_ctx *nt = device_get_softc(dev); ntb_transport_attach() local
526 struct ntb_transport_ctx *nt = device_get_softc(dev); ntb_transport_detach() local
594 ntb_transport_init_queue(struct ntb_transport_ctx * nt,unsigned int qp_num) ntb_transport_init_queue() argument
659 struct ntb_transport_ctx *nt = qp->transport; ntb_transport_free_queue() local
704 struct ntb_transport_ctx *nt = device_get_softc(device_get_parent(dev)); ntb_transport_create_queue() local
747 struct ntb_transport_ctx *nt = qp->transport; ntb_transport_link_up() local
1089 struct ntb_transport_ctx *nt = data; ntb_transport_doorbell_callback() local
1117 struct ntb_transport_ctx *nt = data; ntb_transport_event_callback() local
1132 struct ntb_transport_ctx *nt = arg; ntb_transport_link_work() local
1258 ntb_set_mw(struct ntb_transport_ctx * nt,int num_mw,size_t size) ntb_set_mw() argument
1311 ntb_free_mw(struct ntb_transport_ctx * nt,int num_mw) ntb_free_mw() argument
1327 ntb_transport_setup_qp_mw(struct ntb_transport_ctx * nt,unsigned int qp_num) ntb_transport_setup_qp_mw() argument
1380 struct ntb_transport_ctx *nt = qp->transport; ntb_qp_link_work() local
1408 ntb_transport_link_cleanup(struct ntb_transport_ctx * nt) ntb_transport_link_cleanup() argument
1488 struct ntb_transport_ctx *nt = qp->transport; ntb_transport_link_down() local
1531 struct ntb_transport_ctx *nt = qp->transport; ntb_transport_link_speed() local
[all...]
/freebsd-src/crypto/heimdal/lib/gssapi/spnego/
H A Daccept_sec_context.c40 NegotiationToken nt; in send_reject() local
92 NegotiationTokenWin nt; in send_supported_mechs() local
160 NegotiationToken nt; in send_accept() local
485 NegotiationToken nt; in acceptor_start() local
704 NegotiationToken nt; in acceptor_continue() local
H A Dinit_sec_context.c85 NegotiationToken nt; in spnego_reply_internal() local
/freebsd-src/sys/dev/nvmf/
H A Dnvmf_transport.c54 struct nvmf_transport *nt; in nvmf_allocate_qpair() local
86 struct nvmf_transport *nt; in nvmf_free_qpair() local
229 struct nvmf_transport *nt, *nt2, *prev; nvmf_transport_module_handler() local
[all...]
/freebsd-src/crypto/openssl/crypto/bio/
H A Dbf_nbio.c56 NBIO_TEST *nt; in nbiof_new() local
112 NBIO_TEST *nt; in nbiof_write() local
/freebsd-src/contrib/mandoc/
H A Dman_validate.c215 check_tag(struct roff_node * n,struct roff_node * nt) check_tag() argument
450 struct roff_node *nt; post_TP() local
[all...]
/freebsd-src/tools/tools/netrate/netreceive/
H A Dnetreceive.c127 int i, si, nt = nsock * nthreads; in make_threads() local
166 int i, nt = nsock * nthreads; in main_thread() local
/freebsd-src/sys/kern/
H A Dvfs_lookup.c198 struct nameicap_tracker *nt; in nameicap_tracker_add() local
214 struct nameicap_tracker *nt, *nt1; in nameicap_cleanup_from() local
246 struct nameicap_tracker *nt; in nameicap_check_dotdot() local
H A Duipc_mqueue.c1815 struct mqueue_notifier *nt; in mqueue_send_notification() local
1967 struct mqueue_notifier *nt; notifier_search() local
1977 notifier_insert(struct proc * p,struct mqueue_notifier * nt) notifier_insert() argument
1983 notifier_delete(struct proc * p,struct mqueue_notifier * nt) notifier_delete() argument
1992 struct mqueue_notifier *nt; notifier_remove() local
2358 struct mqueue_notifier *nt, *newnt = NULL; kern_kmq_notify() local
[all...]
/freebsd-src/contrib/file/src/
H A Dis_simh.c114 size_t nt = 0, nr = 0; in simh_parse() local
/freebsd-src/lib/libutil/tests/
H A Dflopen_test.c194 int i, nt; in main() local
H A Dpidfile_test.c313 int i, nt; in main() local
/freebsd-src/usr.bin/truss/
H A Dsetup.c264 struct threadinfo *nt; in new_thread() local
394 struct threadinfo *nt; in find_thread() local
[all...]
/freebsd-src/sys/dev/isp/
H A Disp_target.c529 isp_notify_t notify, *nt = &notify; isp_handle_abts() local
[all...]
/freebsd-src/contrib/elftoolchain/readelf/
H A Dreadelf.c1143 note_type(const char *name, unsigned int et, unsigned int nt) in note_type()
1167 note_type_freebsd(unsigned int nt) in note_type_freebsd()
1179 note_type_freebsd_core(unsigned int nt) in note_type_freebsd_core()
1208 note_type_linux_core(unsigned int nt) in note_type_linux_core()
1250 note_type_gnu(unsigned int nt) in note_type_gnu()
1263 note_type_go(unsigned int nt) in note_type_go()
1272 note_type_netbsd(unsigned int nt) in note_type_netbsd()
1281 note_type_openbsd(unsigned int nt) in note_type_openbsd()
1290 note_type_unknown(unsigned int nt) in note_type_unknown()
1300 note_type_xen(unsigned int nt) in note_type_xen()
/freebsd-src/sys/dev/ena/
H A Dena_netmap.c49 uint16_t nt; member
[all...]
/freebsd-src/usr.sbin/bhyve/amd64/
H A Dtask_switch.c707 struct seg_desc nt; in vmexit_task_switch() local
/freebsd-src/crypto/heimdal/lib/hdb/
H A Dhdb-ldap.c632 char *nt; in LDAP_entry2mods() local

12