Home
last modified time | relevance | path

Searched full:nt (Results 1 – 25 of 1012) sorted by relevance

12345678910>>...41

/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dlibcvs.dep4 "..\windows-NT\config.h"\
5 "..\windows-NT\woe32.h"\
11 "..\windows-NT\config.h"\
12 "..\windows-NT\woe32.h"\
18 "..\windows-NT\config.h"\
19 "..\windows-NT\stdbool.h"\
20 "..\windows-NT\woe32.h"\
26 "..\windows-NT\config.h"\
27 "..\windows-NT\netdb.h"\
28 "..\windows-NT\sys\socket.h"\
[all …]
/netbsd-src/external/gpl2/xcvs/dist/diff/
H A Dlibdiff.dep6 "..\windows-NT\config.h"\
7 "..\windows-NT\ndir.h"\
8 "..\windows-NT\unistd.h"\
9 "..\windows-NT\woe32.h"\
18 "..\windows-NT\config.h"\
19 "..\windows-NT\ndir.h"\
20 "..\windows-NT\unistd.h"\
21 "..\windows-NT\woe32.h"\
29 "..\windows-NT\config.h"\
30 "..\windows-NT\ndir.h"\
[all …]
/netbsd-src/share/examples/disktab/
H A Ddisktab13 # nt #tracks/cylinder
15 # sc #sectors/cylinder, ns*nt default
47 :ty=floppy:se#512:nt#2:rm#300:ns#36:nc#80:\
55 :dt=ESDI:ty=winchester:se#512:nt#16:ns#63:nc#826: \
63 :dt=ESDI:ty=winchester:se#512:nt#15:ns#62:nc#899: \
72 :dt=ESDI:ty=winchester:se#512:nt#16:ns#62:nc#839: \
82 :nc#1651:ns#63:nt#16:se#512:\
90 :dt=SCSI::ty=removable:se#512:nt#64:ns#32:nc#634: \
99 :ty=winchester:dt=SCSI:ns#62:nt#9:nc#1476:\
107 :dt=SCSI:se#512:ns#99:nt#16:sc#1584:nc#2595:\
[all …]
/netbsd-src/sys/net/npf/
H A Dnpf_nat.c306 npf_nat_t *nt; in npf_natpolicy_destroy() local
309 LIST_FOREACH(nt, &np->n_nat_list, nt_entry) { in npf_natpolicy_destroy()
310 npf_conn_t *con = nt->nt_conn; in npf_natpolicy_destroy()
331 npf_nat_t *nt; in npf_nat_freealg() local
334 LIST_FOREACH(nt, &np->n_nat_list, nt_entry) { in npf_nat_freealg()
335 if (nt->nt_alg == alg) { in npf_nat_freealg()
336 npf_alg_destroy(np->n_npfctx, alg, nt, nt->nt_conn); in npf_nat_freealg()
337 nt->nt_alg = NULL; in npf_nat_freealg()
484 npf_nat_t *nt; in npf_nat_create() local
490 nt = pool_cache_get(nat_cache, PR_NOWAIT); in npf_nat_create()
[all …]
/netbsd-src/external/bsd/elftoolchain/dist/libdwarf/
H A Dlibdwarf_nametbl.c38 Dwarf_NameTbl nt, tnt; in _dwarf_nametbl_cleanup() local
45 STAILQ_FOREACH_SAFE(nt, &ns->ns_ntlist, nt_next, tnt) { in _dwarf_nametbl_cleanup()
46 STAILQ_FOREACH_SAFE(np, &nt->nt_nplist, np_next, tnp) { in _dwarf_nametbl_cleanup()
47 STAILQ_REMOVE(&nt->nt_nplist, np, _Dwarf_NamePair, in _dwarf_nametbl_cleanup()
51 STAILQ_REMOVE(&ns->ns_ntlist, nt, _Dwarf_NameTbl, nt_next); in _dwarf_nametbl_cleanup()
52 free(nt); in _dwarf_nametbl_cleanup()
66 Dwarf_NameTbl nt; in _dwarf_nametbl_init() local
86 if ((nt = malloc(sizeof(struct _Dwarf_NameTbl))) == NULL) { in _dwarf_nametbl_init()
91 STAILQ_INIT(&nt->nt_nplist); in _dwarf_nametbl_init()
92 STAILQ_INSERT_TAIL(&ns->ns_ntlist, nt, nt_next); in _dwarf_nametbl_init()
[all …]
H A Ddwarf_nametbl.m483 Dwarf_NameTbl nt;
93 nt = $1->np_nt;
94 assert(nt != NULL);
96 *ret_offset = nt->nt_cu_offset + $1->np_offset;
105 Dwarf_NameTbl nt;
115 nt = $1->np_nt;
116 assert(nt != NULL);
118 *ret_offset = nt->nt_cu_offset;
129 Dwarf_NameTbl nt;
139 nt = $1->np_nt;
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/spnego/
H A Daccept_sec_context.c42 NegotiationToken nt; in send_reject() local
45 nt.element = choice_NegotiationToken_negTokenResp; in send_reject()
47 ALLOC(nt.u.negTokenResp.negResult, 1); in send_reject()
48 if (nt.u.negTokenResp.negResult == NULL) { in send_reject()
52 *(nt.u.negTokenResp.negResult) = reject; in send_reject()
53 nt.u.negTokenResp.supportedMech = NULL; in send_reject()
54 nt.u.negTokenResp.responseToken = NULL; in send_reject()
55 nt.u.negTokenResp.mechListMIC = NULL; in send_reject()
58 output_token->value, output_token->length, &nt, in send_reject()
60 free_NegotiationToken(&nt); in send_reject()
[all …]
H A Dinit_sec_context.c87 NegotiationToken nt; in spnego_reply_internal() local
99 memset(&nt, 0, sizeof(nt)); in spnego_reply_internal()
101 nt.element = choice_NegotiationToken_negTokenResp; in spnego_reply_internal()
103 ALLOC(nt.u.negTokenResp.negResult, 1); in spnego_reply_internal()
104 if (nt.u.negTokenResp.negResult == NULL) { in spnego_reply_internal()
109 nt.u.negTokenResp.supportedMech = NULL; in spnego_reply_internal()
115 nt.u.negTokenResp.responseToken = NULL; in spnego_reply_internal()
116 *(nt.u.negTokenResp.negResult) = accept_completed; in spnego_reply_internal()
118 ALLOC(nt.u.negTokenResp.responseToken, 1); in spnego_reply_internal()
119 if (nt.u.negTokenResp.responseToken == NULL) { in spnego_reply_internal()
[all …]
/netbsd-src/sys/net80211/
H A Dieee80211_node.c102 struct ieee80211_node_table *nt, const char *name,
105 static void ieee80211_node_table_cleanup(struct ieee80211_node_table *nt);
405 struct ieee80211_node_table *nt; in ieee80211_create_ibss() local
417 nt = &ic->ic_sta; in ieee80211_create_ibss()
418 IEEE80211_NODE_LOCK(nt); in ieee80211_create_ibss()
420 nt->nt_name = "station"; in ieee80211_create_ibss()
421 nt->nt_inact_init = ic->ic_inact_init; in ieee80211_create_ibss()
423 nt->nt_name = "neighbor"; in ieee80211_create_ibss()
424 nt->nt_inact_init = ic->ic_inact_run; in ieee80211_create_ibss()
426 IEEE80211_NODE_UNLOCK(nt); in ieee80211_create_ibss()
[all …]
/netbsd-src/external/bsd/libbind/dist/doc/
H A Dgetnetent.cat34 …tteenntt, ggeettnneettbbyyaaddddrr, ggeettnneettbbyynnaammee, sseet…
11 ggeettnneetteenntt();
20 sseettnneetteenntt(_i_n_t _s_t_a_y_o_p_e_n);
23 eennddnneetteenntt();
26 …The ggeettnneetteenntt(), ggeettnneettbbyynnaammee(), and ggeettnneettb…
48 …If the _s_t_a_y_o_p_e_n flag on a sseettnneetteenntt() subroutine is NULL, the _…
49 database is opened. Otherwise, the sseettnneetteenntt() has the effect of rewind-
50 …ing the _n_e_t_w_o_r_k_s database. The eennddnneetteenntt() subroutine may be ca…
53 The ggeettnneetteenntt() subroutine simply reads the next line while
56 The ggeettnneetteenntt() subroutine keeps a pointer in the database, allowing suc-
[all …]
H A Dgethostbyname.cat34 …yyaaddddrr, ggeetthhoosstteenntt, sseetthhoosstteenntt, eennddhhoos…
22 ggeetthhoosstteenntt();
24 sseetthhoosstteenntt(_i_n_t _s_t_a_y_o_p_e_n);
26 eennddhhoosstteenntt();
77 SSeetthhoosstteenntt() may be used to request the use of a connected TCP socket for
83 EEnnddhhoosstteenntt() closes the TCP connection.
85 EENNVVIIRROONNMMEENNTT
130 …GGeetthhoosstteenntt() is defined, and sseetthhoosstteenntt() and eennddhh…
135 …GGeetthhoosstteenntt() reads the next line of _/_e_t_c_/_h_o_s_t_s, opening th…
138 SSeetthhoosstteenntt() is redefined to open and rewind the file. If the
[all …]
/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dsinh.c71 mpfr_prec_t Nt; /* Precision of the intermediary variable */ in mpfr_sinh() local
80 Nt = MAX (MPFR_PREC (x), MPFR_PREC (y)); in mpfr_sinh()
82 Nt = Nt + MPFR_INT_CEIL_LOG2 (Nt) + 4; in mpfr_sinh()
85 Nt -= 2*MPFR_GET_EXP (x); in mpfr_sinh()
88 MPFR_GROUP_INIT_2 (group, Nt, t, ti); in mpfr_sinh()
91 MPFR_ZIV_INIT (loop, Nt); in mpfr_sinh()
138 err = Nt - 3; in mpfr_sinh()
145 err = Nt; /* double the precision */ in mpfr_sinh()
157 err = Nt; /* double the precision */ in mpfr_sinh()
162 /* error estimate: err = Nt-(__gmpfr_ceil_log2(1+pow(2,d)));*/ in mpfr_sinh()
[all …]
H A Dtanh.c77 mpfr_prec_t Nt; /* working precision */ in mpfr_tanh() local
96 Nt = Ny + MPFR_INT_CEIL_LOG2 (Ny) + 4; in mpfr_tanh()
99 Nt += -MPFR_GET_EXP (x); in mpfr_tanh()
102 representable with working precision Nt. in mpfr_tanh()
103 FIXME: adapt the error analysis for the case Nt < PREC(x). */ in mpfr_tanh()
104 if (Nt < MPFR_PREC(x)) in mpfr_tanh()
105 Nt = MPFR_PREC(x); in mpfr_tanh()
108 MPFR_GROUP_INIT_2 (group, Nt, t, te); in mpfr_tanh()
110 MPFR_ZIV_INIT (loop, Nt); in mpfr_tanh()
139 err = Nt - (d + 1); in mpfr_tanh()
[all …]
H A Dlog2.c101 mpfr_prec_t Nt; /* working precision */ in mpfr_log2() local
107 Nt = Ny + 3 + MPFR_INT_CEIL_LOG2 (Ny); in mpfr_log2()
110 mpfr_init2 (t, Nt); in mpfr_log2()
111 mpfr_init2 (tt, Nt); in mpfr_log2()
114 MPFR_ZIV_INIT (loop, Nt); in mpfr_log2()
123 err = Nt-3; in mpfr_log2()
128 MPFR_ZIV_NEXT (loop, Nt); in mpfr_log2()
129 mpfr_set_prec (t, Nt); in mpfr_log2()
130 mpfr_set_prec (tt, Nt); in mpfr_log2()
H A Datanh.c107 mpfr_prec_t Nx, Ny, Nt; in mpfr_atanh() local
160 Nt = MAX (Nx, Ny); in mpfr_atanh()
161 Nt = Nt + MPFR_INT_CEIL_LOG2 (Nt) + 4; in mpfr_atanh()
164 mpfr_init2 (t, Nt); in mpfr_atanh()
165 mpfr_init2 (te, Nt); in mpfr_atanh()
167 MPFR_ZIV_INIT (loop, Nt); in mpfr_atanh()
180 err = Nt - mpfr_atanh_small (t, x); in mpfr_atanh()
193 /* err = Nt - __gmpfr_ceil_log2(1+5*pow(2,1-MPFR_EXP(t))); */ in mpfr_atanh()
194 err = Nt - (MAX (4 - MPFR_GET_EXP (t), 0) + 1); in mpfr_atanh()
202 MPFR_ZIV_NEXT (loop, Nt); in mpfr_atanh()
[all …]
H A Dacosh.c77 mpfr_prec_t Nt; /* Precision of the intermediary variable */ in mpfr_acosh() local
83 Nt = Ny + 4 + MPFR_INT_CEIL_LOG2 (Ny); in mpfr_acosh()
86 mpfr_init2 (t, Nt); in mpfr_acosh()
89 MPFR_ZIV_INIT (loop, Nt); in mpfr_acosh()
106 pln2 = Nt - MPFR_PREC_MIN < MPFR_GET_EXP (t) ? in mpfr_acosh()
107 MPFR_PREC_MIN : Nt - MPFR_GET_EXP (t); in mpfr_acosh()
121 t < 2^(-Nt). We have: acosh(x) = sqrt(2t) (1 - eps(t)) in mpfr_acosh()
142 if (MPFR_LIKELY (MPFR_CAN_ROUND (t, Nt - err, Ny, rnd_mode))) in mpfr_acosh()
146 MPFR_ZIV_NEXT (loop, Nt); in mpfr_acosh()
147 mpfr_set_prec (t, Nt); in mpfr_acosh()
H A Dfactorial.c41 mpfr_prec_t Nt; /* Precision of Intermediary Calculation variable */ in mpfr_fac_ui() local
58 Nt = Ny + 2 * MPFR_INT_CEIL_LOG2 (x) + 7; in mpfr_fac_ui()
60 mpfr_init2 (t, Nt); /* initialize of intermediary variable */ in mpfr_fac_ui()
63 MPFR_ZIV_INIT (loop, Nt); in mpfr_fac_ui()
77 err = Nt - 1 - MPFR_INT_CEIL_LOG2 (Nt); in mpfr_fac_ui()
100 MPFR_ZIV_NEXT (loop, Nt); in mpfr_fac_ui()
101 mpfr_set_prec (t, Nt); in mpfr_fac_ui()
H A Dlog10.c100 mpfr_prec_t Nt; /* Precision of the intermediary variable */ in mpfr_log10() local
105 Nt = Ny + 4 + MPFR_INT_CEIL_LOG2 (Ny); in mpfr_log10()
108 mpfr_init2 (t, Nt); in mpfr_log10()
109 mpfr_init2 (tt, Nt); in mpfr_log10()
112 MPFR_ZIV_INIT (loop, Nt); in mpfr_log10()
122 err = Nt - 4; in mpfr_log10()
136 MPFR_ZIV_NEXT (loop, Nt); in mpfr_log10()
137 mpfr_set_prec (t, Nt); in mpfr_log10()
138 mpfr_set_prec (tt, Nt); in mpfr_log10()
H A Dhypot.c36 mpfr_prec_t Nt; /* precision of the intermediary variable */ in mpfr_hypot() local
143 Nt = Nz + MPFR_INT_CEIL_LOG2 (Nz) + 4; in mpfr_hypot()
145 mpfr_init2 (t, Nt); in mpfr_hypot()
146 mpfr_init2 (te, Nt); in mpfr_hypot()
147 mpfr_init2 (ti, Nt); in mpfr_hypot()
172 MPFR_ZIV_INIT (loop, Nt); in mpfr_hypot()
184 err = Nt < N ? 4 : 2; in mpfr_hypot()
186 || MPFR_CAN_ROUND (t, Nt-err, Nz, rnd_mode))) in mpfr_hypot()
189 MPFR_ZIV_NEXT (loop, Nt); in mpfr_hypot()
190 mpfr_set_prec (t, Nt); in mpfr_hypot()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bio/
H A Dbf_nbio.c56 NBIO_TEST *nt; in nbiof_new() local
58 if ((nt = OPENSSL_zalloc(sizeof(*nt))) == NULL) { in nbiof_new()
62 nt->lrn = -1; in nbiof_new()
63 nt->lwn = -1; in nbiof_new()
64 bi->ptr = (char *)nt; in nbiof_new()
112 NBIO_TEST *nt; in nbiof_write() local
121 nt = (NBIO_TEST *)b->ptr; in nbiof_write()
125 if (nt->lwn > 0) { in nbiof_write()
126 num = nt->lwn; in nbiof_write()
127 nt->lwn = 0; in nbiof_write()
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bio/
H A Dbf_nbio.c58 NBIO_TEST *nt; in nbiof_new() local
60 if ((nt = OPENSSL_zalloc(sizeof(*nt))) == NULL) { in nbiof_new()
64 nt->lrn = -1; in nbiof_new()
65 nt->lwn = -1; in nbiof_new()
66 bi->ptr = (char *)nt; in nbiof_new()
114 NBIO_TEST *nt; in nbiof_write() local
123 nt = (NBIO_TEST *)b->ptr; in nbiof_write()
127 if (nt->lwn > 0) { in nbiof_write()
128 num = nt->lwn; in nbiof_write()
129 nt->lwn = 0; in nbiof_write()
[all …]
/netbsd-src/etc/etc.vax/
H A Ddisktab27 :ty=removable:ns#32:nt#5:nc#823:sf:\
38 :ty=removable:ns#32:nt#19:nc#823:sf:\
50 :ty=removable:ns#22:nt#19:nc#815:sf:\
61 :ty=winchester:ns#31:nt#14:nc#559:sf:\
72 :ty=removable:ns#22:nt#19:nc#411:sf:\
83 :ty=winchester:ns#50:nt#32:nc#630:sf:\
95 :ty=simulated:dt=SMD:ns#1:nt#1:nc#2000:
97 :ty=winchester:ns#32:nt#40:nc#842:sf:\
109 :ty=removable:ns#32:nt#10:nc#823:sf:\
120 :ty=winchester:ns#32:nt#16:nc#1024:sf:\
[all …]
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Dfsaccess.h25 * are POSIX and Windows NT 4.0 and later. The Windows NT access model is
30 * The full breadth of NT's flexibility is not available either, for the
33 * of the functionality of an NT system (or, for that matter, a POSIX system)
38 * Some of the more notable dumbing down of NT for this API includes:
65 * currently clear to me what happens on NT if the directory has
93 * The Unix sticky bit is not supported. While NT does have a concept
97 * probable that something could be cobbled together in NT 5 with inheritance,
98 * it can't really be done in NT 4 as a single property that you could
107 * On NT systems, setting #ISC_FSACCESS_LISTDIRECTORY sets FILE_LIST_DIRECTORY.
113 * \li What NT access right controls the ability to rename a file?
[all …]
/netbsd-src/usr.sbin/timed/timed/
H A Dtimed.c132 struct nets *nt; in main() local
248 for (nt = nets; nt; nt = nt->next) { in main()
249 nentp = getnetbyname(nt->name); in main()
251 nt->net = inet_network(nt->name); in main()
252 if (nt->net != INADDR_NONE) in main()
253 nentp = getnetbyaddr(nt in main()
[all...]
/netbsd-src/share/man/man9/
H A Dieee80211_node.972 .Fa "struct ieee80211_node_table *nt" "const u_int8_t *macaddr"
76 .Fa "struct ieee80211_node_table *nt" "const u_int8_t *macaddr"
81 .Fn ieee80211_free_allnodes "struct ieee80211_node_table *nt"
84 .Fa "struct ieee80211_node_table *nt" "ieee80211_iter_func *f" "void *arg"
178 .Fa nt .
193 .Fa nt .
204 .Fa nt ,
218 .Fa nt .
226 .Fa nt .

12345678910>>...41