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

123

/freebsd-13-stable/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-13-stable/sys/dev/ntb/
H A Dntb_transport.c267 #define QP_TO_MW(nt, qp) ((qp) % nt->mw_count)
274 static void ntb_transport_init_queue(struct ntb_transport_ctx *nt,
289 static void ntb_free_mw(struct ntb_transport_ctx *nt, int num_mw);
290 static int ntb_transport_setup_qp_mw(struct ntb_transport_ctx *nt,
293 static void ntb_transport_link_cleanup(struct ntb_transport_ctx *nt);
327 struct ntb_transport_ctx *nt; local
329 nt = arg;
330 ntb_spad_write(nt->dev, NTBT_WATCHDOG_SPAD, 0);
331 callout_reset(&nt
345 struct ntb_transport_ctx *nt = device_get_softc(dev); local
528 struct ntb_transport_ctx *nt = device_get_softc(dev); local
597 ntb_transport_init_queue(struct ntb_transport_ctx *nt, unsigned int qp_num) argument
662 struct ntb_transport_ctx *nt = qp->transport; local
707 struct ntb_transport_ctx *nt = device_get_softc(device_get_parent(dev)); local
750 struct ntb_transport_ctx *nt = qp->transport; local
1092 struct ntb_transport_ctx *nt = data; local
1120 struct ntb_transport_ctx *nt = data; local
1135 struct ntb_transport_ctx *nt = arg; local
1261 ntb_set_mw(struct ntb_transport_ctx *nt, int num_mw, size_t size) argument
1314 ntb_free_mw(struct ntb_transport_ctx *nt, int num_mw) argument
1330 ntb_transport_setup_qp_mw(struct ntb_transport_ctx *nt, unsigned int qp_num) argument
1383 struct ntb_transport_ctx *nt = qp->transport; local
1411 ntb_transport_link_cleanup(struct ntb_transport_ctx *nt) argument
1491 struct ntb_transport_ctx *nt = qp->transport; local
1534 struct ntb_transport_ctx *nt = qp->transport; local
[all...]
/freebsd-13-stable/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
702 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-13-stable/crypto/openssl/crypto/bio/
H A Dbf_nbio.c58 NBIO_TEST *nt; local
60 if ((nt = OPENSSL_zalloc(sizeof(*nt))) == NULL) {
64 nt->lrn = -1;
65 nt->lwn = -1;
66 bi->ptr = (char *)nt;
114 NBIO_TEST *nt; local
123 nt = (NBIO_TEST *)b->ptr;
127 if (nt->lwn > 0) {
128 num = nt
[all...]
/freebsd-13-stable/sys/net80211/
H A Dieee80211_node.c94 static void node_reclaim(struct ieee80211_node_table *nt,
97 struct ieee80211_node_table *nt, const char *name,
101 static void ieee80211_node_table_cleanup(struct ieee80211_node_table *nt);
858 struct ieee80211_node_table *nt = obss->ni_table; local
863 IEEE80211_NODE_LOCK(nt);
864 node_reclaim(nt, obss); /* station table reference */
865 IEEE80211_NODE_UNLOCK(nt);
1352 ieee80211_add_node_nt(struct ieee80211_node_table *nt, argument
1355 struct ieee80211com *ic = nt->nt_ic;
1358 IEEE80211_NODE_LOCK_ASSERT(nt);
1369 ieee80211_del_node_nt(struct ieee80211_node_table *nt, struct ieee80211_node *ni) argument
1384 ieee80211_alloc_node(struct ieee80211_node_table *nt, struct ieee80211vap *vap, const uint8_t macaddr[IEEE80211_ADDR_LEN]) argument
1578 ieee80211_find_node_locked_debug(struct ieee80211_node_table *nt, const uint8_t macaddr[IEEE80211_ADDR_LEN], const char *func, int line) argument
1609 ieee80211_find_node_debug(struct ieee80211_node_table *nt, const uint8_t macaddr[IEEE80211_ADDR_LEN], const char *func, int line) argument
1626 ieee80211_find_vap_node_locked_debug(struct ieee80211_node_table *nt, const struct ieee80211vap *vap, const uint8_t macaddr[IEEE80211_ADDR_LEN], const char *func, int line) argument
1660 ieee80211_find_vap_node_debug(struct ieee80211_node_table *nt, const struct ieee80211vap *vap, const uint8_t macaddr[IEEE80211_ADDR_LEN], const char *func, int line) argument
1923 _find_rxnode(struct ieee80211_node_table *nt, const struct ieee80211_frame_min *wh) argument
1945 struct ieee80211_node_table *nt; local
1974 struct ieee80211_node_table *nt; local
2029 struct ieee80211_node_table *nt = &vap->iv_ic->ic_sta; local
2076 struct ieee80211_node_table *nt = ni->ni_table; local
2104 node_clear_keyixmap(struct ieee80211_node_table *nt, struct ieee80211_node *ni) argument
2129 struct ieee80211_node_table *nt = ni->ni_table; local
2160 struct ieee80211_node_table *nt = &ic->ic_sta; local
2211 node_reclaim(struct ieee80211_node_table *nt, struct ieee80211_node *ni) argument
2245 ieee80211_node_table_init(struct ieee80211com *ic, struct ieee80211_node_table *nt, const char *name, int inact, int keyixmax) argument
2271 ieee80211_node_table_reset(struct ieee80211_node_table *nt, struct ieee80211vap *match) argument
2308 ieee80211_node_table_cleanup(struct ieee80211_node_table *nt) argument
2451 struct ieee80211_node_table *nt = &ic->ic_sta; local
2463 struct ieee80211_node_table *nt = &ic->ic_sta; local
2556 ieee80211_iterate_nodes_vap(struct ieee80211_node_table *nt, struct ieee80211vap *vap, ieee80211_iter_func *f, void *arg) argument
2610 ieee80211_iterate_nodes(struct ieee80211_node_table *nt, ieee80211_iter_func *f, void *arg) argument
2618 ieee80211_dump_node(struct ieee80211_node_table *nt, struct ieee80211_node *ni) argument
2652 ieee80211_dump_nodes(struct ieee80211_node_table *nt) argument
2943 struct ieee80211_node_table *nt = ni->ni_table; local
[all...]
H A Dieee80211_node.h440 #define ieee80211_find_node_locked(nt, mac) \
441 ieee80211_find_node_locked_debug(nt, mac, __func__, __LINE__)
442 #define ieee80211_find_node(nt, mac) \
443 ieee80211_find_node_debug(nt, mac, __func__, __LINE__)
444 #define ieee80211_find_vap_node_locked(nt, vap, mac) \
445 ieee80211_find_vap_node_locked_debug(nt, vap, mac, __func__, __LINE__)
446 #define ieee80211_find_vap_node(nt, vap, mac) \
447 ieee80211_find_vap_node_debug(nt, vap, mac, __func__, __LINE__)
H A Dieee80211_ddb.c669 const struct ieee80211_node_table *nt = &ic->ic_sta; local
672 TAILQ_FOREACH(ni, &nt->nt_node, ni_list) {
695 _db_show_node_table(const char *tag, const struct ieee80211_node_table *nt) argument
699 db_printf("%s%s@%p:\n", tag, nt->nt_name, nt);
700 db_printf("%s nodelock %p", tag, &nt->nt_nodelock);
701 db_printf(" inact_init %d", nt->nt_inact_init);
703 tag, nt->nt_keyixmax, nt->nt_keyixmap);
704 for (i = 0; i < nt
[all...]
/freebsd-13-stable/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-13-stable/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-13-stable/lib/libutil/tests/
H A Dflopen_test.c197 int i, nt; local
199 nt = sizeof(t) / sizeof(*t);
200 printf("1..%d\n", nt);
201 for (i = 0; i < nt; ++i) {
H A Dpidfile_test.c315 int i, nt; local
317 nt = sizeof(t) / sizeof(*t);
318 printf("1..%d\n", nt);
319 for (i = 0; i < nt; ++i) {
/freebsd-13-stable/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-13-stable/tools/tools/locale/tools/
H A Dconvert_map.pl185 my $nt = int((64 - length($name) + 7) / 8);
186 while ($nt) {
188 $nt--;
/freebsd-13-stable/tools/tools/netrate/netreceive/
H A Dnetreceive.c129 int i, si, nt = nsock * nthreads; local
130 int lb = round_to(nt * sizeof (struct td_desc *), 64);
132 char *m = calloc(1, lb + td_len * nt);
143 for (si = i = 0; i < nt; i++, m += td_len) {
168 int i, nt = nsock * nthreads; local
175 for (i = 0; i < nt; i++) {
/freebsd-13-stable/crypto/openssh/contrib/suse/
H A Drc.sshd114 test /etc/ssh/sshd_config -nt $SSHD_PIDFILE && echo reload
/freebsd-13-stable/usr.bin/xinstall/tests/
H A Dinstall_test.sh33 [ ! testf -nt copyf ] || atf_fail "bad timestamp"
105 [ ! testf -nt otherf ] || atf_fail "bad timestamp"
133 [ ! testf -nt otherf ] || atf_fail "bad timestamp"
162 [ ! testf -nt otherf ] || atf_fail "bad timestamp"
203 [ ! testf -nt copyf ] || atf_fail "bad timestamp"
223 [ ! testf -nt copyf ] || atf_fail "bad timestamp"
243 [ ! testf -nt copyf ] || atf_fail "bad timestamp"
263 [ ! testf -nt copyf ] || atf_fail "bad timestamp"
/freebsd-13-stable/sys/kern/
H A Dvfs_lookup.c180 struct nameicap_tracker *nt; local
186 nt = TAILQ_LAST(&ndp->ni_cap_tracker, nameicap_tracker_head);
187 if (nt != NULL && nt->dp == dp)
189 nt = malloc(sizeof(*nt), M_NAMEITRACKER, M_WAITOK);
191 nt->dp = dp;
192 TAILQ_INSERT_TAIL(&ndp->ni_cap_tracker, nt, nm_link);
198 struct nameicap_tracker *nt, *nt1; local
200 nt
230 struct nameicap_tracker *nt; local
[all...]
H A Duipc_mqueue.c1818 struct mqueue_notifier *nt; local
1824 nt = mq->mq_notifier;
1825 if (nt->nt_sigev.sigev_notify != SIGEV_NONE) {
1826 p = nt->nt_proc;
1827 error = sigev_findtd(p, &nt->nt_sigev, &td);
1832 if (!KSI_ONQ(&nt->nt_ksi)) {
1833 ksiginfo_set_sigev(&nt->nt_ksi, &nt->nt_sigev);
1834 tdsendsignal(p, td, nt->nt_ksi.ksi_signo, &nt
1970 struct mqueue_notifier *nt; local
1980 notifier_insert(struct proc *p, struct mqueue_notifier *nt) argument
1986 notifier_delete(struct proc *p, struct mqueue_notifier *nt) argument
1995 struct mqueue_notifier *nt; local
2332 struct mqueue_notifier *nt, *newnt = NULL; local
[all...]
/freebsd-13-stable/sys/dev/ena/
H A Dena_netmap.c51 uint16_t nt; member in struct:ena_netmap_ctx
353 ctx->nt = ctx->ring->next_to_use;
381 ctx->ring->next_to_use = ctx->nt;
410 req_id = tx_ring->free_tx_ids[ctx->nt];
462 ctx->nt = ENA_TX_RING_IDX_NEXT(ctx->nt, ctx->ring->ring_size);
819 ctx->nt = ctx->ring->next_to_clean;
832 ctx->ring->next_to_clean = ctx->nt;
871 ctx->ring->free_tx_ids[ctx->nt] = req_id;
872 ctx->nt
[all...]
/freebsd-13-stable/sys/dev/isp/
H A Disp_target.c530 isp_notify_t notify, *nt = &notify; local
537 ISP_MEMZERO(nt, sizeof (isp_notify_t));
539 nt->nt_hba = isp;
540 nt->nt_did = did;
541 nt->nt_nphdl = abts->abts_nphdl;
542 nt->nt_sid = sid;
555 nt->nt_tgt = FCPARAM(isp, chan)->isp_wwpn;
557 nt->nt_wwn = lp->port_wwn;
559 nt->nt_wwn = INI_ANY;
560 nt
[all...]
/freebsd-13-stable/usr.bin/truss/
H A Dsetup.c271 struct threadinfo *nt; local
277 LIST_FOREACH(nt, &p->threadlist, entries) {
278 if (nt->tid == lwpid)
282 nt = calloc(1, sizeof(struct threadinfo));
283 if (nt == NULL)
285 nt->proc = p;
286 nt->tid = lwpid;
287 LIST_INSERT_HEAD(&p->threadlist, nt, entries);
288 return (nt);
401 struct threadinfo *nt; local
[all...]

Completed in 163 milliseconds

123