Home
last modified time | relevance | path

Searched refs:nt (Results 1 – 25 of 58) sorted by relevance

123

/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211_node.c1228 ni->ni_table = nt; in ieee80211_alloc_node()
1648 nt = &ic->ic_sta; in ieee80211_find_rxnode_debug()
1677 nt = &ic->ic_sta; in ieee80211_find_rxnode_withkey_debug()
1679 if (nt->nt_keyixmap != NULL && keyix < nt->nt_keyixmax) in ieee80211_find_rxnode_withkey_debug()
1784 nt != NULL ? nt->nt_name : "<gone>"); in _ieee80211_free_node()
1791 if (nt != NULL) { in _ieee80211_free_node()
1807 if (nt->nt_keyixmap != NULL && keyix < nt->nt_keyixmax && in node_clear_keyixmap()
1834 if (nt != NULL) { in ieee80211_free_node_debug()
1883 if (nt->nt_keyixmap != NULL && keyix < nt->nt_keyixmax) { in ieee80211_node_delucastkey()
1950 nt->nt_ic = ic; in ieee80211_node_table_init()
[all …]
H A Dieee80211_ddb.c684 const struct ieee80211_node_table *nt = &ic->ic_sta; in _db_show_com() local
687 TAILQ_FOREACH(ni, &nt->nt_node, ni_list) { in _db_show_com()
695 _db_show_node_table(const char *tag, const struct ieee80211_node_table *nt) in _db_show_node_table() argument
699 db_printf("%s%s@%p:\n", tag, nt->nt_name, nt); in _db_show_node_table()
700 db_printf("%s nodelock %p", tag, &nt->nt_nodelock); in _db_show_node_table()
701 db_printf(" inact_init %d", nt->nt_inact_init); in _db_show_node_table()
702 db_printf(" scanlock %p", &nt->nt_scanlock); in _db_show_node_table()
703 db_printf(" scangen %u\n", nt->nt_scangen); in _db_show_node_table()
705 tag, nt->nt_keyixmax, nt->nt_keyixmap); in _db_show_node_table()
706 for (i = 0; i < nt->nt_keyixmax; i++) { in _db_show_node_table()
[all …]
H A Dieee80211_ioctl.c1362 IEEE80211_NODE_LOCK(nt); in setmlme_dropsta()
1363 ni = ieee80211_find_node_locked(nt, mac); in setmlme_dropsta()
1364 IEEE80211_NODE_UNLOCK(nt); in setmlme_dropsta()
1376 ieee80211_iterate_nodes(nt, domlme, mlmeop); in setmlme_dropsta()
1427 IEEE80211_NODE_LOCK(nt); in setmlme_common()
1428 ni = ieee80211_find_node_locked(nt, mac); in setmlme_common()
1434 IEEE80211_NODE_UNLOCK(nt); in setmlme_common()
1454 IEEE80211_NODE_LOCK(nt); in setmlme_common()
1461 IEEE80211_NODE_UNLOCK(nt); in setmlme_common()
1477 IEEE80211_NODE_LOCK(nt); in setmlme_common()
[all …]
H A Dieee80211_wds.c128 struct ieee80211_node_table *nt = &ic->ic_sta; in ieee80211_create_wds() local
149 IEEE80211_NODE_LOCK(nt); in ieee80211_create_wds()
184 IEEE80211_NODE_UNLOCK(nt); in ieee80211_create_wds()
/dragonfly/etc/etc.x86_64/
H A Ddisktab9 # nt #tracks/cylinder
11 # sc #sectors/cylinder, ns*nt default
55 :ty=floppy:se#512:nt#2:rm#300:ns#9:nc#40:\
61 :ty=floppy:se#512:nt#2:rm#300:ns#9:nc#80:\
67 :ty=floppy:se#512:nt#2:rm#360:ns#15:nc#80:\
73 :ty=floppy:se#512:nt#2:rm#300:ns#18:nc#80:\
83 :ty=floppy:se#512:nt#2:rm#300:ns#10:nc#80:\
207 minimum:ty=mfs:se#512:nt#1:rm#300:\
212 minimum2:ty=mfs:se#512:nt#1:rm#300:\
217 minimum3:ty=mfs:se#512:nt#1:rm#300:\
[all …]
/dragonfly/crypto/libressl/crypto/bio/
H A Dbf_nbio.c107 NBIO_TEST *nt; in nbiof_new() local
109 if (!(nt = malloc(sizeof(NBIO_TEST)))) in nbiof_new()
111 nt->lrn = -1; in nbiof_new()
112 nt->lwn = -1; in nbiof_new()
113 bi->ptr = (char *)nt; in nbiof_new()
165 NBIO_TEST *nt; in nbiof_write() local
174 nt = (NBIO_TEST *)b->ptr; in nbiof_write()
178 if (nt->lwn > 0) { in nbiof_write()
179 num = nt->lwn; in nbiof_write()
180 nt->lwn = 0; in nbiof_write()
[all …]
/dragonfly/sys/netproto/802_11/
H A Dieee80211_dragonfly.h587 #define IEEE80211_NODE_LOCK_DESTROY(nt) lockuninit(&(nt)->nt_nodelock) argument
588 #define IEEE80211_NODE_ITERATE_LOCK_DESTROY(nt) lockuninit(&(nt)->nt_scanlock) argument
599 #define IEEE80211_NODE_LOCK(nt) lockmgr(&(nt)->nt_nodelock, LK_EXCLUSIVE) argument
600 #define IEEE80211_NODE_ITERATE_LOCK(nt) lockmgr(&(nt)->nt_scanlock, LK_EXCLUSIVE) argument
611 #define IEEE80211_NODE_UNLOCK(nt) lockmgr(&(nt)->nt_nodelock, LK_RELEASE) argument
612 #define IEEE80211_NODE_ITERATE_UNLOCK(nt) lockmgr(&(nt)->nt_scanlock, LK_RELEASE) argument
626 #define IEEE80211_NODE_LOCK_ASSERT(nt) \ argument
627 KKASSERT(lockstatus(&(nt)->nt_nodelock, curthread) == LK_EXCLUSIVE)
628 #define IEEE80211_NODE_ITERATE_LOCK_ASSERT(nt) \ argument
643 #define IEEE80211_NODE_IS_LOCKED(nt) \ argument
[all …]
H A Dieee80211_node.h412 #define ieee80211_find_node_locked(nt, mac) \ argument
413 ieee80211_find_node_locked_debug(nt, mac, __func__, __LINE__)
414 #define ieee80211_find_node(nt, mac) \ argument
415 ieee80211_find_node_debug(nt, mac, __func__, __LINE__)
416 #define ieee80211_find_vap_node_locked(nt, vap, mac) \ argument
417 ieee80211_find_vap_node_locked_debug(nt, vap, mac, __func__, __LINE__)
418 #define ieee80211_find_vap_node(nt, vap, mac) \ argument
419 ieee80211_find_vap_node_debug(nt, vap, mac, __func__, __LINE__)
/dragonfly/contrib/mdocml/
H A Dman_validate.c215 check_tag(struct roff_node *n, struct roff_node *nt) in check_tag() argument
220 if (nt == NULL || nt->type != ROFFT_TEXT) in check_tag()
223 cp = nt->string; in check_tag()
450 struct roff_node *nt; in post_TP() local
452 if (n->type != ROFFT_HEAD || (nt = n->child) == NULL) in post_TP()
455 while ((nt->flags & NODE_LINE) == 0) in post_TP()
456 if ((nt = nt->next) == NULL) in post_TP()
459 switch (nt->tok) { in post_TP()
466 nt = nt->child; in post_TP()
471 check_tag(n, nt); in post_TP()
H A Dmdoc_validate.c1110 struct roff_node *nt; /* The TEXT node containing the tag. */ in post_tg() local
1123 nt = nch = n->child; in post_tg()
1126 nt = nn->child; in post_tg()
1129 if (nt == NULL || *nt->string == '\0') in post_tg()
1131 if (nt == NULL) { in post_tg()
1135 len = strcspn(nt->string, " \t\\"); in post_tg()
1136 if (nt->string[len] != '\0') in post_tg()
1137 mandoc_msg(MANDOCERR_TG_SPC, nt->line, in post_tg()
1138 nt->pos + len, "Tg %s", nt->string); in post_tg()
1149 if (len == 0 || nt->string[len] != '\0') { in post_tg()
[all …]
/dragonfly/contrib/binutils-2.27/binutils/
H A Dieee.c4743 for (nt = h->types; nt != NULL; nt = nt->next) in ieee_write_undefined_tag()
5860 nt = NULL; in ieee_start_struct_type()
5887 memset (nt, 0, sizeof *nt); in ieee_start_struct_type()
6497 nt->type.unsignedp, nt->type.localp)) in ieee_typedef_type()
6557 for (nt = h->types; nt != NULL; nt = nt->next) in ieee_tag_type()
6562 nt->type.unsignedp, nt->type.localp)) in ieee_tag_type()
6577 nt = (struct ieee_name_type *) xmalloc (sizeof *nt); in ieee_tag_type()
6578 memset (nt, 0, sizeof *nt); in ieee_tag_type()
6777 for (nt = h->types; nt != NULL; nt = nt->next) in ieee_typdef()
6798 nt = (struct ieee_name_type *) xmalloc (sizeof *nt); in ieee_typdef()
[all …]
/dragonfly/usr.bin/lastcomm/
H A Dlastcomm.c213 time_t nt; in expand() local
215 nt = t & 017777; in expand()
219 nt <<= 3; in expand()
221 return (nt); in expand()
/dragonfly/tools/tools/locale/tools/
H A Dconvert_map.pl183 my $nt = int((64 - length($name) + 7) / 8);
184 while ($nt) {
186 $nt--;
/dragonfly/sys/contrib/dev/acpica/generate/lint/
H A Dlint.bat4 "C:\Program Files\Lint\Lint-nt" +v std64.lnt +os(LintOut.txt) files.lnt
10 "C:\Program Files\Lint\Lint-nt" +v std32.lnt +os(LintOut.txt) files.lnt
/dragonfly/sys/dev/disk/isp/
H A Disp_freebsd.c2582 nt->nt_hba = isp; in isp_handle_platform_notify_fc()
2584 nt->nt_wwn = wwn; in isp_handle_platform_notify_fc()
2585 nt->nt_nphdl = loopid; in isp_handle_platform_notify_fc()
2586 nt->nt_sid = PORT_ANY; in isp_handle_platform_notify_fc()
2588 nt->nt_lun = lun; in isp_handle_platform_notify_fc()
2589 nt->nt_need_ack = 1; in isp_handle_platform_notify_fc()
2590 nt->nt_channel = 0; in isp_handle_platform_notify_fc()
5383 nt->nt_hba = isp; in isp_async()
5384 nt->nt_did = did; in isp_async()
5386 nt->nt_sid = sid; in isp_async()
[all …]
H A Disp_library.c2395 isp_notify_t nt; in isp_add_wwn_entry() local
2501 ISP_MEMZERO(&nt, sizeof (nt)); in isp_add_wwn_entry()
2502 nt.nt_hba = isp; in isp_add_wwn_entry()
2503 nt.nt_wwn = ini; in isp_add_wwn_entry()
2505 nt.nt_sid = s_id; in isp_add_wwn_entry()
2507 nt.nt_nphdl = nphdl; in isp_add_wwn_entry()
2508 nt.nt_channel = chan; in isp_add_wwn_entry()
2520 isp_notify_t nt; in isp_del_wwn_entry() local
2548 ISP_MEMZERO(&nt, sizeof (nt)); in isp_del_wwn_entry()
2549 nt.nt_hba = isp; in isp_del_wwn_entry()
[all …]
/dragonfly/lib/libc/nls/
H A Dfi_FI.ISO8859-1.msg115 54 Is�nt� nollasi yhteyden
135 64 Is�nt� ei vastaa
137 65 Ei reitti� is�nt��n
/dragonfly/tools/tools/ath/athrd/
H A Dathrd.c1026 int i, na, nb, ng, nt, ntg, nn; in main() local
1174 na = nb = ng = nt = ntg = nn = 0; in main()
1210 if (ath_hal_getchannels(&ahp.h, tchans, IEEE80211_CHAN_MAX, &nt, in main()
1212 calctxpower(&ahp.h, nt, tchans, tpcReduction, powerLimit, ttxpow); in main()
1214 isdfs |= anychan(tchans, nt, IEEE80211_CHAN_DFS); in main()
1216 is4ms |= anychan(tchans, nt, IEEE80211_CHAN_4MSXMIT); in main()
1250 intersect(tchans, ttxpow, &nt, achans, atxpow, na); in main()
1276 dumpchannels(&ahp.h, nt, tchans, ttxpow); in main()
/dragonfly/gnu/usr.bin/rcs/
H A DREFS46 <ftp://ftp.cc.utexas.edu/microlib/nt/gnu/> NT port
67 <ftp://ftp.cc.utexas.edu/microlib/nt/gnu/> NT port
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-dfa.c930 numbered_tree nt; in dump_enumerated_decls_push() local
934 nt.t = *tp; in dump_enumerated_decls_push()
935 nt.num = list->length (); in dump_enumerated_decls_push()
936 list->safe_push (nt); in dump_enumerated_decls_push()
/dragonfly/contrib/gdb-7/readline/
H A Dreadline.c901 int type, nt; local
921 nt = m[key].type;
927 m[key].type = nt;
/dragonfly/contrib/gcc-4.7/gcc/
H A Dgengtype.c2472 type_p nt = d->param[use_param_num]; in walk_type() local
2475 nt = create_array (nt, t->u.a.len); in walk_type()
2477 nt = create_pointer (nt); in walk_type()
2479 && (nt->kind == TYPE_POINTER in walk_type()
2480 || nt->kind == TYPE_STRING)); in walk_type()
2481 t = nt; in walk_type()
2816 type_p nt; in walk_type() local
2817 for (nt = t->u.s.lang_struct; nt; nt = nt->next) in walk_type()
2818 if ((d->bitmap & nt->u.s.bitmap) == d->bitmap) in walk_type()
2820 if (nt == NULL) in walk_type()
[all …]
H A Dtree-ssa-live.c1266 numbered_tree nt; in dump_enumerated_decls_push() local
1270 nt.t = *tp; in dump_enumerated_decls_push()
1271 nt.num = VEC_length (numbered_tree, *list); in dump_enumerated_decls_push()
1272 VEC_safe_push (numbered_tree, heap, *list, &nt); in dump_enumerated_decls_push()
/dragonfly/contrib/gdb-7/gdb/
H A Dtypeprint.c215 copy_typedef_hash_element (void **slot, void *nt) in copy_typedef_hash_element() argument
217 htab_t new_table = nt; in copy_typedef_hash_element()
/dragonfly/contrib/nvi2/catalog/
H A Dtr_TR.UTF-8.base96 105 "Görüntülenecek kısaltma yok"
105 114 "Görüntülenecek dosya yok"
114 123 "Görüntülenecek kesilmiş arabellek yok"
137 149 "Görüntülenecek arkaplan ekranı yok"

123