Home
last modified time | relevance | path

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

1234

/freebsd/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_nametbl.c35 Dwarf_NameTbl nt, tnt; in _dwarf_nametbl_cleanup() local
42 STAILQ_FOREACH_SAFE(nt, &ns->ns_ntlist, nt_next, tnt) { in _dwarf_nametbl_cleanup()
43 STAILQ_FOREACH_SAFE(np, &nt->nt_nplist, np_next, tnp) { in _dwarf_nametbl_cleanup()
44 STAILQ_REMOVE(&nt->nt_nplist, np, _Dwarf_NamePair, in _dwarf_nametbl_cleanup()
48 STAILQ_REMOVE(&ns->ns_ntlist, nt, _Dwarf_NameTbl, nt_next); in _dwarf_nametbl_cleanup()
49 free(nt); in _dwarf_nametbl_cleanup()
63 Dwarf_NameTbl nt; in _dwarf_nametbl_init() local
83 if ((nt = malloc(sizeof(struct _Dwarf_NameTbl))) == NULL) { in _dwarf_nametbl_init()
88 STAILQ_INIT(&nt->nt_nplist); in _dwarf_nametbl_init()
89 STAILQ_INSERT_TAIL(&ns->ns_ntlist, nt, nt_next); in _dwarf_nametbl_init()
[all …]
H A Ddwarf_nametbl.m482 Dwarf_NameTbl nt;
92 nt = $1->np_nt;
93 assert(nt != NULL);
95 *ret_offset = nt->nt_cu_offset + $1->np_offset;
104 Dwarf_NameTbl nt;
114 nt = $1->np_nt;
115 assert(nt != NULL);
117 *ret_offset = nt->nt_cu_offset;
128 Dwarf_NameTbl nt;
138 nt = $1->np_nt;
[all …]
H A Ddwarf_pro_nametbl.m434 Dwarf_NameTbl nt;
51 nt = dbg->dbgp_$1s;
58 np->np_nt = nt;
66 STAILQ_INSERT_TAIL(&nt->nt_nplist, np, np_next);
/freebsd/sys/dev/ntb/
H A Dntb_transport.c265 #define QP_TO_MW(nt, qp) ((qp) % nt->mw_count) argument
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; in xeon_link_watchdog_hb() local
327 nt = arg; in xeon_link_watchdog_hb()
328 ntb_spad_write(nt->dev, NTBT_WATCHDOG_SPAD, 0); in xeon_link_watchdog_hb()
329 callout_reset(&nt->link_watchdog, 1 * hz, xeon_link_watchdog_hb, nt); in xeon_link_watchdog_hb()
343 struct ntb_transport_ctx *nt = device_get_softc(dev); in ntb_transport_attach() local
[all …]
/freebsd/crypto/heimdal/lib/gssapi/spnego/
H A Daccept_sec_context.c40 NegotiationToken nt; in send_reject() local
43 nt.element = choice_NegotiationToken_negTokenResp; in send_reject()
45 ALLOC(nt.u.negTokenResp.negResult, 1); in send_reject()
46 if (nt.u.negTokenResp.negResult == NULL) { in send_reject()
50 *(nt.u.negTokenResp.negResult) = reject; in send_reject()
51 nt.u.negTokenResp.supportedMech = NULL; in send_reject()
52 nt.u.negTokenResp.responseToken = NULL; in send_reject()
53 nt.u.negTokenResp.mechListMIC = NULL; in send_reject()
56 output_token->value, output_token->length, &nt, in send_reject()
58 free_NegotiationToken(&nt); in send_reject()
[all …]
H A Dinit_sec_context.c85 NegotiationToken nt; in spnego_reply_internal() local
97 memset(&nt, 0, sizeof(nt)); in spnego_reply_internal()
99 nt.element = choice_NegotiationToken_negTokenResp; in spnego_reply_internal()
101 ALLOC(nt.u.negTokenResp.negResult, 1); in spnego_reply_internal()
102 if (nt.u.negTokenResp.negResult == NULL) { in spnego_reply_internal()
107 nt.u.negTokenResp.supportedMech = NULL; in spnego_reply_internal()
113 nt.u.negTokenResp.responseToken = NULL; in spnego_reply_internal()
114 *(nt.u.negTokenResp.negResult) = accept_completed; in spnego_reply_internal()
116 ALLOC(nt.u.negTokenResp.responseToken, 1); in spnego_reply_internal()
117 if (nt.u.negTokenResp.responseToken == NULL) { in spnego_reply_internal()
[all …]
/freebsd/sys/dev/nvmf/
H A Dnvmf_transport.c54 struct nvmf_transport *nt; in nvmf_allocate_qpair() local
61 SLIST_FOREACH(nt, &nvmf_transports[trtype], nt_link) { in nvmf_allocate_qpair()
62 qp = nt->nt_ops->allocate_qpair(controller, params); in nvmf_allocate_qpair()
64 refcount_acquire(&nt->nt_active_qpairs); in nvmf_allocate_qpair()
72 qp->nq_transport = nt; in nvmf_allocate_qpair()
73 qp->nq_ops = nt->nt_ops; in nvmf_allocate_qpair()
86 struct nvmf_transport *nt; in nvmf_free_qpair() local
88 nt = qp->nq_transport; in nvmf_free_qpair()
90 if (refcount_release(&nt->nt_active_qpairs)) in nvmf_free_qpair()
91 wakeup(nt); in nvmf_free_qpair()
[all …]
/freebsd/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; in ieee80211_sta_join1() local
885 if (nt != NULL) { in ieee80211_sta_join1()
887 IEEE80211_NODE_LOCK(nt); in ieee80211_sta_join1()
888 node_reclaim(nt, obss); /* station table reference */ in ieee80211_sta_join1()
889 IEEE80211_NODE_UNLOCK(nt); in ieee80211_sta_join1()
1391 ieee80211_add_node_nt(struct ieee80211_node_table *nt, in ieee80211_add_node_nt() argument
1394 struct ieee80211com *ic = nt->nt_ic; in ieee80211_add_node_nt()
[all …]
H A Dieee80211_node.h491 #define ieee80211_find_node_locked(nt, mac) \ argument
492 _ieee80211_find_node_locked(nt, mac, __func__, __LINE__)
493 #define ieee80211_find_node(nt, mac) \ argument
494 _ieee80211_find_node(nt, mac, __func__, __LINE__)
495 #define ieee80211_find_vap_node_locked(nt, vap, mac) \ argument
496 _ieee80211_find_vap_node_locked(nt, vap, mac, __func__, __LINE__)
497 #define ieee80211_find_vap_node(nt, vap, mac) \ argument
498 _ieee80211_find_vap_node(nt, vap, mac, __func__, __LINE__)
/freebsd/sbin/bsdlabel/
H A Ddisktab25 :ty=floppy:se#512:nt#2:rm#300:ns#9:nc#40:\
30 :ty=floppy:se#512:nt#2:rm#300:ns#9:nc#80:\
35 :ty=floppy:se#512:nt#2:rm#360:ns#15:nc#80:\
40 :ty=floppy:se#512:nt#2:rm#300:ns#18:nc#80:\
45 :ty=floppy:se#512:nt#2:rm#300:ns#36:nc#80:\
55 :ty=floppy:se#512:nt#2:rm#300:ns#10:nc#80:\
60 :ty=floppy:se#512:nt#2:rm#300:ns#10:nc#82:\
65 :ty=floppy:se#512:nt#2:rm#300:ns#18:nc#82:\
70 :ty=floppy:se#512:nt#2:rm#300:ns#21:nc#82:\
78 :ty=floppy:se#512:nt#8:rm#300:ns#32:nc#963:\
[all …]
/freebsd/crypto/openssl/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 …]
/freebsd/contrib/openbsm/etc/
H A Daudit_event53 32:AUE_CONNECT:connect(2):nt
54 33:AUE_ACCEPT:accept(2):nt
55 34:AUE_BIND:bind(2):nt
56 35:AUE_SETSOCKOPT:setsockopt(2):nt
67 46:AUE_SHUTDOWN:shutdown(2):nt
168 173:AUE_ONESIDE:one-sided session record:nt
174 183:AUE_SOCKET:socket(2):nt
175 184:AUE_SENDTO:sendto(2):nt
177 186:AUE_SOCKETPAIR:socketpair(2):nt
178 187:AUE_SEND:send(2):nt
[all...]
/freebsd/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
293 JEMALLOC_ALWAYS_INLINE nt * \
299 return (nt *)tsd_##n##p_get(tsd); \
305 #define O(n, t, nt) \ argument
314 #define O(n, t, nt) \ argument
/freebsd/contrib/file/src/
H A Dis_simh.c114 size_t nt = 0, nr = 0; in simh_parse() local
120 if ((nt > 0 || nr > 0) && nbytes == 0xFFFFFFFF) in simh_parse()
124 nt++; /* count tapemarks */ in simh_parse()
126 if (nt == SIMH_TAPEMARKS) in simh_parse()
140 if (nt * sizeof(uint32_t) == CAST(size_t, uc - orig_uc)) in simh_parse()
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
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 .Lnan
[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 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
/freebsd/contrib/mandoc/
H A Dman_validate.c197 check_tag(struct roff_node *n, struct roff_node *nt) in check_tag() argument
202 if (nt == NULL || nt->type != ROFFT_TEXT) in check_tag()
205 cp = nt->string; in check_tag()
432 struct roff_node *nt; in post_TP() local
434 if (n->type != ROFFT_HEAD || (nt = n->child) == NULL) in post_TP()
437 while ((nt->flags & NODE_LINE) == 0) in post_TP()
438 if ((nt = nt->next) == NULL) in post_TP()
441 switch (nt->tok) { in post_TP()
448 nt = nt->child; in post_TP()
453 check_tag(n, nt); in post_TP()
/freebsd/sys/dev/isp/
H A Disp_target.c532 isp_notify_t notify, *nt = &notify; in isp_handle_abts()
539 ISP_MEMZERO(nt, sizeof (isp_notify_t)); in isp_handle_abts()
541 nt->nt_hba = isp; in isp_handle_abts()
542 nt->nt_did = did; in isp_handle_abts()
543 nt->nt_nphdl = abts->abts_nphdl; in isp_handle_abts()
544 nt->nt_sid = sid; in isp_handle_abts()
557 nt->nt_tgt = FCPARAM(isp, chan)->isp_wwpn; in isp_handle_abts()
559 nt->nt_wwn = lp->port_wwn; in isp_handle_abts()
561 nt->nt_wwn = INI_ANY; in isp_handle_abts()
562 nt in isp_handle_abts()
529 isp_notify_t notify, *nt = &notify; isp_handle_abts() local
[all...]
/freebsd/tools/tools/netrate/netreceive/
H A Dnetreceive.c127 int i, si, nt = nsock * nthreads; in make_threads() local
128 int lb = round_to(nt * sizeof (struct td_desc *), 64); in make_threads()
130 char *m = calloc(1, lb + td_len * nt); in make_threads()
141 for (si = i = 0; i < nt; i++, m += td_len) { in make_threads()
166 int i, nt = nsock * nthreads; in main_thread() local
173 for (i = 0; i < nt; i++) { in main_thread()
/freebsd/sys/kern/
H A Dvfs_lookup.c198 struct nameicap_tracker *nt; in nameicap_tracker_add()
202 nt = TAILQ_LAST(&ndp->ni_cap_tracker, nameicap_tracker_head); in nameicap_cleanup_from()
203 if (nt != NULL && nt->dp == dp) in nameicap_cleanup_from() local
205 nt = malloc(sizeof(*nt), M_NAMEITRACKER, M_WAITOK); in nameicap_cleanup_from()
207 nt->dp = dp; in nameicap_cleanup_from()
208 TAILQ_INSERT_TAIL(&ndp->ni_cap_tracker, nt, nm_link); in nameicap_cleanup_from()
214 struct nameicap_tracker *nt, *nt1; in nameicap_cleanup()
216 nt in nameicap_cleanup()
187 struct nameicap_tracker *nt; nameicap_tracker_add() local
235 struct nameicap_tracker *nt; nameicap_check_dotdot() local
[all...]
H A Duipc_mqueue.c1815 struct mqueue_notifier *nt; in mqueue_send_notification() local
1821 nt = mq->mq_notifier; in mqueue_send_notification()
1822 if (nt->nt_sigev.sigev_notify != SIGEV_NONE) { in mqueue_send_notification()
1823 p = nt->nt_proc; in mqueue_send_notification()
1824 error = sigev_findtd(p, &nt->nt_sigev, &td); in mqueue_send_notification()
1829 if (!KSI_ONQ(&nt->nt_ksi)) { in mqueue_send_notification()
1830 ksiginfo_set_sigev(&nt->nt_ksi, &nt->nt_sigev); in mqueue_send_notification()
1831 tdsendsignal(p, td, nt->nt_ksi.ksi_signo, &nt->nt_ksi); in mqueue_send_notification()
1967 struct mqueue_notifier *nt; in notifier_search() local
1969 LIST_FOREACH(nt, &p->p_mqnotifier, nt_link) { in notifier_search()
[all …]
/freebsd/lib/libutil/tests/
H A Dflopen_test.c194 int i, nt; in main() local
196 nt = sizeof(t) / sizeof(*t); in main()
197 printf("1..%d\n", nt); in main()
198 for (i = 0; i < nt; ++i) { in main()
/freebsd/usr.bin/truss/
H A Dsetup.c264 struct threadinfo *nt; in new_thread() local
270 LIST_FOREACH(nt, &p->threadlist, entries) { in new_thread()
271 if (nt->tid == lwpid) in new_thread()
275 nt = calloc(1, sizeof(struct threadinfo)); in new_thread()
276 if (nt == NULL) in new_thread()
278 nt->proc = p; in new_thread()
279 nt->tid = lwpid; in new_thread()
280 LIST_INSERT_HEAD(&p->threadlist, nt, entries); in new_thread()
281 return (nt); in new_thread()
394 struct threadinfo *nt; in find_thread() local
[all …]
/freebsd/sys/dev/ena/
H A Dena_netmap.c49 uint16_t nt; member
351 ctx->nt = ctx->ring->next_to_use; in ena_netmap_tx_frames()
377 ctx->ring->next_to_use = ctx->nt; in ena_netmap_tx_frames()
406 req_id = tx_ring->free_tx_ids[ctx->nt]; in ena_netmap_tx_frame()
458 ctx->nt = ENA_TX_RING_IDX_NEXT(ctx->nt, ctx->ring->ring_size); in ena_netmap_tx_frame()
803 ctx->nt = tx_ring->next_to_clean; in ena_netmap_tx_cleanup()
822 tx_ring->next_to_clean = ctx->nt; in ena_netmap_tx_cleanup()
860 ctx->ring->free_tx_ids[ctx->nt] = req_id; in ena_netmap_tx_clean_one()
861 ctx->nt = ENA_TX_RING_IDX_NEXT(ctx->nt, ctx->lim); in ena_netmap_tx_clean_one()
900 ctx->nt = ctx->ring->next_to_clean; in ena_netmap_rx_frames()
[all …]

1234