Searched refs:nt (Results 1 - 25 of 59) sorted by relevance

123

/freebsd-current/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_nametbl.c35 Dwarf_NameTbl nt, tnt; local
42 STAILQ_FOREACH_SAFE(nt, &ns->ns_ntlist, nt_next, tnt) {
43 STAILQ_FOREACH_SAFE(np, &nt->nt_nplist, np_next, tnp) {
44 STAILQ_REMOVE(&nt->nt_nplist, np, _Dwarf_NamePair,
48 STAILQ_REMOVE(&ns->ns_ntlist, nt, _Dwarf_NameTbl, nt_next);
49 free(nt);
63 Dwarf_NameTbl nt; local
83 if ((nt = malloc(sizeof(struct _Dwarf_NameTbl))) == NULL) {
88 STAILQ_INIT(&nt->nt_nplist);
89 STAILQ_INSERT_TAIL(&ns->ns_ntlist, nt, nt_nex
169 _dwarf_nametbl_gen(Dwarf_P_Debug dbg, const char *name, Dwarf_NameTbl nt, Dwarf_Error *error) argument
238 Dwarf_NameTbl nt; local
[all...]
/freebsd-current/sys/dev/ntb/
H A Dntb_transport.c265 #define QP_TO_MW(nt, qp) ((qp) % nt->mw_count)
272 static void ntb_transport_init_queue(struct ntb_transport_ctx *nt,
287 static void ntb_free_mw(struct ntb_transport_ctx *nt, int num_mw);
288 static int ntb_transport_setup_qp_mw(struct ntb_transport_ctx *nt,
291 static void ntb_transport_link_cleanup(struct ntb_transport_ctx *nt);
325 struct ntb_transport_ctx *nt; local
327 nt = arg;
328 ntb_spad_write(nt->dev, NTBT_WATCHDOG_SPAD, 0);
329 callout_reset(&nt
343 struct ntb_transport_ctx *nt = device_get_softc(dev); local
526 struct ntb_transport_ctx *nt = device_get_softc(dev); local
594 ntb_transport_init_queue(struct ntb_transport_ctx *nt, unsigned int qp_num) argument
659 struct ntb_transport_ctx *nt = qp->transport; local
704 struct ntb_transport_ctx *nt = device_get_softc(device_get_parent(dev)); local
747 struct ntb_transport_ctx *nt = qp->transport; local
1089 struct ntb_transport_ctx *nt = data; local
1117 struct ntb_transport_ctx *nt = data; local
1132 struct ntb_transport_ctx *nt = arg; local
1258 ntb_set_mw(struct ntb_transport_ctx *nt, int num_mw, size_t size) argument
1311 ntb_free_mw(struct ntb_transport_ctx *nt, int num_mw) argument
1327 ntb_transport_setup_qp_mw(struct ntb_transport_ctx *nt, unsigned int qp_num) argument
1380 struct ntb_transport_ctx *nt = qp->transport; local
1408 ntb_transport_link_cleanup(struct ntb_transport_ctx *nt) argument
1488 struct ntb_transport_ctx *nt = qp->transport; local
1531 struct ntb_transport_ctx *nt = qp->transport; local
[all...]
/freebsd-current/sys/dev/nvmf/
H A Dnvmf_transport.c54 struct nvmf_transport *nt; local
61 SLIST_FOREACH(nt, &nvmf_transports[trtype], nt_link) {
62 qp = nt->nt_ops->allocate_qpair(controller, params);
64 refcount_acquire(&nt->nt_active_qpairs);
72 qp->nq_transport = nt;
73 qp->nq_ops = nt->nt_ops;
86 struct nvmf_transport *nt; local
88 nt = qp->nq_transport;
90 if (refcount_release(&nt->nt_active_qpairs))
91 wakeup(nt);
229 struct nvmf_transport *nt, *nt2, *prev; local
[all...]
/freebsd-current/crypto/heimdal/lib/gssapi/spnego/
H A Daccept_sec_context.c40 NegotiationToken nt; local
43 nt.element = choice_NegotiationToken_negTokenResp;
45 ALLOC(nt.u.negTokenResp.negResult, 1);
46 if (nt.u.negTokenResp.negResult == NULL) {
50 *(nt.u.negTokenResp.negResult) = reject;
51 nt.u.negTokenResp.supportedMech = NULL;
52 nt.u.negTokenResp.responseToken = NULL;
53 nt.u.negTokenResp.mechListMIC = NULL;
56 output_token->value, output_token->length, &nt,
58 free_NegotiationToken(&nt);
92 NegotiationTokenWin nt; local
160 NegotiationToken nt; local
485 NegotiationToken nt; local
704 NegotiationToken nt; local
[all...]
H A Dinit_sec_context.c85 NegotiationToken nt; local
97 memset(&nt, 0, sizeof(nt));
99 nt.element = choice_NegotiationToken_negTokenResp;
101 ALLOC(nt.u.negTokenResp.negResult, 1);
102 if (nt.u.negTokenResp.negResult == NULL) {
107 nt.u.negTokenResp.supportedMech = NULL;
113 nt.u.negTokenResp.responseToken = NULL;
114 *(nt.u.negTokenResp.negResult) = accept_completed;
116 ALLOC(nt
[all...]
/freebsd-current/crypto/openssl/crypto/bio/
H A Dbf_nbio.c56 NBIO_TEST *nt; local
58 if ((nt = OPENSSL_zalloc(sizeof(*nt))) == NULL) {
62 nt->lrn = -1;
63 nt->lwn = -1;
64 bi->ptr = (char *)nt;
112 NBIO_TEST *nt; local
121 nt = (NBIO_TEST *)b->ptr;
125 if (nt->lwn > 0) {
126 num = nt
[all...]
/freebsd-current/sys/net80211/
H A Dieee80211_node.c101 static void node_reclaim(struct ieee80211_node_table *nt,
104 struct ieee80211_node_table *nt, const char *name,
108 static void ieee80211_node_table_cleanup(struct ieee80211_node_table *nt);
882 struct ieee80211_node_table *nt = obss->ni_table; local
885 if (nt != NULL) {
887 IEEE80211_NODE_LOCK(nt);
888 node_reclaim(nt, obss); /* station table reference */
889 IEEE80211_NODE_UNLOCK(nt);
1392 ieee80211_add_node_nt(struct ieee80211_node_table *nt, argument
1395 struct ieee80211com *ic = nt
1409 ieee80211_del_node_nt(struct ieee80211_node_table *nt, struct ieee80211_node *ni) 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) 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) 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) 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) 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) argument
1955 _find_rxnode(struct ieee80211_node_table *nt, const struct ieee80211_frame_min *wh, const char *func __debrefcnt_used, int line __debrefcnt_used) argument
1974 struct ieee80211_node_table *nt; local
1998 struct ieee80211_node_table *nt; local
2048 struct ieee80211_node_table *nt = &vap->iv_ic->ic_sta; local
2109 struct ieee80211_node_table *nt = ni->ni_table; local
2137 node_clear_keyixmap(struct ieee80211_node_table *nt, struct ieee80211_node *ni) argument
2159 struct ieee80211_node_table *nt = ni->ni_table; local
2190 struct ieee80211_node_table *nt = &ic->ic_sta; local
2241 node_reclaim(struct ieee80211_node_table *nt, struct ieee80211_node *ni) argument
2275 ieee80211_node_table_init(struct ieee80211com *ic, struct ieee80211_node_table *nt, const char *name, int inact, int keyixmax) argument
2301 ieee80211_node_table_reset(struct ieee80211_node_table *nt, struct ieee80211vap *match) argument
2338 ieee80211_node_table_cleanup(struct ieee80211_node_table *nt) argument
2481 struct ieee80211_node_table *nt = &ic->ic_sta; local
2493 struct ieee80211_node_table *nt = &ic->ic_sta; local
2586 ieee80211_iterate_nodes_vap(struct ieee80211_node_table *nt, struct ieee80211vap *vap, ieee80211_iter_func *f, void *arg) argument
2640 ieee80211_iterate_nodes(struct ieee80211_node_table *nt, ieee80211_iter_func *f, void *arg) argument
2684 ieee80211_dump_nodes(struct ieee80211_node_table *nt) argument
2975 struct ieee80211_node_table *nt = ni->ni_table; local
[all...]
H A Dieee80211_node.h428 #define ieee80211_find_node_locked(nt, mac) \
429 _ieee80211_find_node_locked(nt, mac, __func__, __LINE__)
430 #define ieee80211_find_node(nt, mac) \
431 _ieee80211_find_node(nt, mac, __func__, __LINE__)
432 #define ieee80211_find_vap_node_locked(nt, vap, mac) \
433 _ieee80211_find_vap_node_locked(nt, vap, mac, __func__, __LINE__)
434 #define ieee80211_find_vap_node(nt, vap, mac) \
435 _ieee80211_find_vap_node(nt, vap, mac, __func__, __LINE__)
/freebsd-current/contrib/ntp/
H A Dbuild146 # Find a test which supports -nt, unlike Solaris /bin/sh builtin.
151 case `$try config.status -nt ../configure 2>&1` in
176 # Solaris /bin/sh doesn't grok -nt.
178 ( "$TEST" config.status -nt ../configure &&
179 "$TEST" sntp/config.status -nt ../sntp/configure &&
181 "$TEST" sntp/libevent/config.status -nt ../sntp/libevent/configure ) ) ||
183 "$TEST" Makefile -nt config.status ||
185 "$TEST" sntp/Makefile -nt sntp/config.status ||
188 "$TEST" sntp/libevent/Makefile -nt sntp/libevent/config.status ||
/freebsd-current/contrib/unifdef/scripts/
H A Dreversion.sh22 [ unifdef -nt unifdef.c ] &&
23 [ unifdef -nt unifdef.h ] &&
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Dmemcpy_forward_vp4cp4n2.S66 if (p0.new) jump:nt .Lskipprolog
83 if (cmp.eq(r3.new, #0)) jump:nt .Lskipmain
108 if (p0.new) jumpr:nt r31
H A Ddffma.S132 if (!P_TMP.new) jump:nt .Lfma_abnormal_c
307 if (!P_TMP.new) jump:nt .Lfma_ovf_unf
348 if (p0.new) jump:nt .Ladd_yields_zero
386 if (p0.new) jump:nt .Lfma_ovf
390 if (p0.new) jump:nt .Lpossible_unf
522 if (!p0.new) jump:nt .Lnan
550 if (p0.new) jump:nt .Lfma_ab_tiny
583 if (p1.new) jump:nt .Lfma_inf_plus_inf
593 if (!p0.new) jump:nt .Linvalid
629 if (p0.new) jump:nt
[all...]
H A Ddfaddsub.S138 if (!p0.new) jump:nt .Ladd_ovf_unf
145 if (p0.new) jump:nt .Ladd_zero // or maybe conversion handles zero case correctly?
196 if (p0.new) jump:nt .Ladd_zero
208 if (p0.new) jump:nt .Ladd_ovf
270 if (!p0.new) jump:nt .Linvalid_nan_add
278 if (p1.new) jump:nt .Linf_add
282 if (p2.new) jump:nt .LB_zero // so return A or special 0+0
288 if (p0.new) jump:nt .Ladd_two_subnormal
338 if (p0.new) jump:nt .Lzero_plus_zero
H A Ddfmul.S126 if (!p0.new) jump:nt .Lmul_ovf_unf
188 if (p0.new) jump:nt .Lmul_ovf
192 if (p0.new) jump:nt .Lpossible_unf
298 if (!p0.new) jump:nt .Linvalid_nan
329 if (p0.new) jump:nt .Lmul_tiny
/freebsd-current/lib/libutil/tests/
H A Dflopen_test.c194 int i, nt; local
196 nt = sizeof(t) / sizeof(*t);
197 printf("1..%d\n", nt);
198 for (i = 0; i < nt; ++i) {
H A Dpidfile_test.c313 int i, nt; local
315 nt = sizeof(t) / sizeof(*t);
316 printf("1..%d\n", nt);
317 for (i = 0; i < nt; ++i) {
/freebsd-current/contrib/jemalloc/include/jemalloc/internal/
H A Dtsd.h197 #define O(n, t, nt) \
261 #define O(n, t, nt) \
270 #define O(n, t, nt) \
292 #define O(n, t, nt) \
293 JEMALLOC_ALWAYS_INLINE nt * \
299 return (nt *)tsd_##n##p_get(tsd); \
305 #define O(n, t, nt) \
314 #define O(n, t, nt) \
/freebsd-current/contrib/file/src/
H A Dis_simh.c114 size_t nt = 0, nr = 0; local
120 if ((nt > 0 || nr > 0) && nbytes == 0xFFFFFFFF)
124 nt++; /* count tapemarks */
126 if (nt == SIMH_TAPEMARKS)
140 if (nt * sizeof(uint32_t) == CAST(size_t, uc - orig_uc))
/freebsd-current/tools/tools/locale/tools/
H A Dconvert_map.pl184 my $nt = int((64 - length($name) + 7) / 8);
185 while ($nt) {
187 $nt--;
/freebsd-current/tools/tools/netrate/netreceive/
H A Dnetreceive.c127 int i, si, nt = nsock * nthreads; local
128 int lb = round_to(nt * sizeof (struct td_desc *), 64);
130 char *m = calloc(1, lb + td_len * nt);
141 for (si = i = 0; i < nt; i++, m += td_len) {
166 int i, nt = nsock * nthreads; local
173 for (i = 0; i < nt; i++) {
/freebsd-current/contrib/mandoc/
H A Dman_validate.c215 check_tag(struct roff_node *n, struct roff_node *nt) argument
220 if (nt == NULL || nt->type != ROFFT_TEXT)
223 cp = nt->string;
450 struct roff_node *nt; local
452 if (n->type != ROFFT_HEAD || (nt = n->child) == NULL)
455 while ((nt->flags & NODE_LINE) == 0)
456 if ((nt = nt->next) == NULL)
459 switch (nt
[all...]
/freebsd-current/crypto/openssh/contrib/suse/
H A Drc.sshd114 test /etc/ssh/sshd_config -nt $SSHD_PIDFILE && echo reload
/freebsd-current/sys/kern/
H A Dvfs_lookup.c198 struct nameicap_tracker *nt; local
202 nt = TAILQ_LAST(&ndp->ni_cap_tracker, nameicap_tracker_head);
203 if (nt != NULL && nt->dp == dp)
205 nt = malloc(sizeof(*nt), M_NAMEITRACKER, M_WAITOK);
207 nt->dp = dp;
208 TAILQ_INSERT_TAIL(&ndp->ni_cap_tracker, nt, nm_link);
214 struct nameicap_tracker *nt, *nt1; local
216 nt
246 struct nameicap_tracker *nt; local
[all...]
/freebsd-current/sys/dev/isp/
H A Disp_target.c529 isp_notify_t notify, *nt = &notify; local
536 ISP_MEMZERO(nt, sizeof (isp_notify_t));
538 nt->nt_hba = isp;
539 nt->nt_did = did;
540 nt->nt_nphdl = abts->abts_nphdl;
541 nt->nt_sid = sid;
554 nt->nt_tgt = FCPARAM(isp, chan)->isp_wwpn;
556 nt->nt_wwn = lp->port_wwn;
558 nt->nt_wwn = INI_ANY;
559 nt
[all...]
/freebsd-current/sys/dev/ena/
H A Dena_netmap.c49 uint16_t nt; member in struct:ena_netmap_ctx
352 ctx->nt = ctx->ring->next_to_use;
378 ctx->ring->next_to_use = ctx->nt;
407 req_id = tx_ring->free_tx_ids[ctx->nt];
459 ctx->nt = ENA_TX_RING_IDX_NEXT(ctx->nt, ctx->ring->ring_size);
802 ctx->nt = ctx->ring->next_to_clean;
815 ctx->ring->next_to_clean = ctx->nt;
853 ctx->ring->free_tx_ids[ctx->nt] = req_id;
854 ctx->nt
[all...]

Completed in 266 milliseconds

123