Home
last modified time | relevance | path

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

12

/NextBSD/sys/net80211/
HDieee80211_node.c725 struct ieee80211_node_table *nt = obss->ni_table; in ieee80211_sta_join1() local
1155 ieee80211_alloc_node(struct ieee80211_node_table *nt, in ieee80211_alloc_node()
1332 ieee80211_find_node_locked_debug(struct ieee80211_node_table *nt, in ieee80211_find_node_locked_debug()
1363 ieee80211_find_node_debug(struct ieee80211_node_table *nt, in ieee80211_find_node_debug()
1380 ieee80211_find_vap_node_locked_debug(struct ieee80211_node_table *nt, in ieee80211_find_vap_node_locked_debug()
1414 ieee80211_find_vap_node_debug(struct ieee80211_node_table *nt, in ieee80211_find_vap_node_debug()
1587 _find_rxnode(struct ieee80211_node_table *nt, in _find_rxnode()
1609 struct ieee80211_node_table *nt; in ieee80211_find_rxnode_debug() local
1638 struct ieee80211_node_table *nt; in ieee80211_find_rxnode_withkey_debug() local
1693 struct ieee80211_node_table *nt = &vap->iv_ic->ic_sta; in ieee80211_find_txnode_debug() local
[all …]
HDieee80211_ddb.c674 const struct ieee80211_node_table *nt = &ic->ic_sta; in _db_show_com() local
685 _db_show_node_table(const char *tag, const struct ieee80211_node_table *nt) in _db_show_node_table()
HDieee80211_node.h409 #define ieee80211_find_node_locked(nt, mac) \ argument
411 #define ieee80211_find_node(nt, mac) \ argument
413 #define ieee80211_find_vap_node_locked(nt, vap, mac) \ argument
415 #define ieee80211_find_vap_node(nt, vap, mac) \ argument
HDieee80211_wds.c128 struct ieee80211_node_table *nt = &ic->ic_sta; in ieee80211_create_wds() local
HDieee80211_ioctl.c1332 struct ieee80211_node_table *nt = &vap->iv_ic->ic_sta; in setmlme_dropsta() local
1362 struct ieee80211_node_table *nt = &ic->ic_sta; in setmlme_common() local
/NextBSD/contrib/elftoolchain/libdwarf/
HDlibdwarf_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
/NextBSD/sys/dev/ntb/if_ntb/
HDif_ntb.c292 #define QP_TO_MW(nt, qp) ((qp) % nt->mw_count) argument
487 struct ntb_transport_ctx *nt = ifp->if_softc; in ntb_ioctl() local
516 struct ntb_transport_ctx *nt = ifp->if_softc; in ntb_start() local
590 struct ntb_transport_ctx *nt; in xeon_link_watchdog_hb() local
600 struct ntb_transport_ctx *nt = &net_softc; in ntb_transport_probe() local
669 ntb_transport_free(struct ntb_transport_ctx *nt) in ntb_transport_free()
698 ntb_transport_init_queue(struct ntb_transport_ctx *nt, unsigned int qp_num) in ntb_transport_init_queue()
812 struct ntb_transport_ctx *nt; in ntb_transport_create_queue() local
860 struct ntb_transport_ctx *nt; in ntb_transport_link_up() local
1218 struct ntb_transport_ctx *nt = data; in ntb_transport_doorbell_callback() local
[all …]
/NextBSD/crypto/heimdal/lib/gssapi/spnego/
HDaccept_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
702 NegotiationToken nt; in acceptor_continue() local
HDinit_sec_context.c85 NegotiationToken nt; in spnego_reply_internal() local
/NextBSD/crypto/openssl/crypto/bio/
HDbf_nbio.c103 NBIO_TEST *nt; in nbiof_new() local
164 NBIO_TEST *nt; in nbiof_write() local
/NextBSD/tools/tools/netrate/netreceive/
HDnetreceive.c129 int i, si, nt = nsock * nthreads; in make_threads() local
168 int i, nt = nsock * nthreads; in main_thread() local
/NextBSD/usr.bin/truss/
HDsetup.c240 struct threadinfo *nt; in find_thread() local
273 struct threadinfo *nt; in find_exit_thread() local
/NextBSD/usr.bin/xlint/lint1/
HDtree.c1668 tspec_t nt, ot, ost = NOTSPEC; in convert() local
1714 ptconv(int arg, tspec_t nt, tspec_t ot, type_t *tp, tnode_t *tn) in ptconv()
1768 iiconv(op_t op, int arg, tspec_t nt, tspec_t ot, type_t *tp, tnode_t *tn) in iiconv()
1814 piconv(op_t op, tspec_t nt, type_t *tp, tnode_t *tn) in piconv()
1843 tspec_t nt, ot; in ppconv() local
1901 tspec_t ot, nt; in cvtcon() local
3087 tspec_t nt, ot; in cast() local
/NextBSD/lib/libutil/tests/
HDflopen_test.c197 int i, nt; in main() local
HDpidfile_test.c267 int i, nt; in main() local
/NextBSD/sys/kern/
HDuipc_mqueue.c1755 struct mqueue_notifier *nt; in mqueue_send_notification() local
1908 struct mqueue_notifier *nt; in notifier_search() local
1918 notifier_insert(struct proc *p, struct mqueue_notifier *nt) in notifier_insert()
1924 notifier_delete(struct proc *p, struct mqueue_notifier *nt) in notifier_delete()
1933 struct mqueue_notifier *nt; in notifier_remove() local
2258 struct mqueue_notifier *nt, *newnt = NULL; in kern_kmq_notify() local
/NextBSD/sys/mips/rmi/
HDfmn.c295 int core, nt; in msgring_process_fast_intr() local
/NextBSD/contrib/elftoolchain/readelf/
HDreadelf.c1588 note_type(const char *name, unsigned int et, unsigned int nt) in note_type()
1610 note_type_freebsd(unsigned int nt) in note_type_freebsd()
1621 note_type_freebsd_core(unsigned int nt) in note_type_freebsd_core()
1643 note_type_linux_core(unsigned int nt) in note_type_linux_core()
1675 note_type_gnu(unsigned int nt) in note_type_gnu()
1687 note_type_netbsd(unsigned int nt) in note_type_netbsd()
1696 note_type_openbsd(unsigned int nt) in note_type_openbsd()
1705 note_type_unknown(unsigned int nt) in note_type_unknown()
1715 note_type_xen(unsigned int nt) in note_type_xen()
/NextBSD/sys/compat/ndis/
HDsubr_usbd.c1182 struct ndisusb_task *nt; in usbd_taskadd() local
1207 struct ndisusb_task *nt; in usbd_task() local
/NextBSD/contrib/subversion/subversion/libsvn_client/
HDupdate.c296 svn_wc_notify_t *nt; in update_internal() local
/NextBSD/usr.sbin/timed/timed/
HDtimed.c127 struct nets *nt; in main() local
/NextBSD/contrib/libreadline/
HDreadline.c867 int type, nt; local
/NextBSD/contrib/amd/libamu/
HDxutil.c988 clocktime(nfstime *nt) in clocktime()
/NextBSD/contrib/gcc/
HDcalls.c2886 tree nt = build_qualified_type (TREE_TYPE (exp), in expand_call() local
4100 tree nt = build_qualified_type (ot, (TYPE_QUALS (ot) in store_one_arg() local
/NextBSD/contrib/binutils/binutils/
HDieee.c4733 struct ieee_name_type *nt; in ieee_write_undefined_tag() local
5827 struct ieee_name_type *nt, *ntlook; in ieee_start_struct_type() local
6473 struct ieee_name_type *nt; in ieee_typedef_type() local
6507 struct ieee_name_type *nt; in ieee_tag_type() local
6599 struct ieee_name_type *nt; in ieee_typdef() local

12