| /src/regress/sys/kern/softint1/ |
| softint1.c | 59 int nt; local 61 for (nt = sysconf(_SC_NPROCESSORS_ONLN); nt > 0; nt--) {
|
| /src/usr.sbin/ldpd/ |
| notifications.c | 68 struct notification_tlv *nt; local 74 nt = build_notification(msg, code); 76 rv = send_tlv(p, (struct tlv *) nt); 77 free(nt);
|
| /src/crypto/external/bsd/heimdal/dist/kdc/ |
| misc.c | 43 int nt = krb5_principal_get_type(context, principal); local 47 if (nt == KRB5_NT_SRV_INST || nt == KRB5_NT_UNKNOWN)
|
| /src/sys/kern/ |
| tty_bsdpty.c | 91 size_t nt; local 102 nt = sizeof(TTY_OLD_SUFFIX) - 1; 106 nt = sizeof(TTY_NEW_SUFFIX) - 1; 110 bf[8] = TTY_LETTERS[minor / nt]; 111 bf[9] = suffix[minor % nt];
|
| sys_pipe.c | 210 struct timespec nt; local 219 getnanotime(&nt); 220 if ((error = pipe_create(&rpipe, pipe_rd_cache, &nt)) || 221 (error = pipe_create(&wpipe, pipe_wr_cache, &nt))) { 306 pipe_create(struct pipe **pipep, pool_cache_t cache, struct timespec *nt) 315 pipe->pipe_atime = pipe->pipe_mtime = pipe->pipe_btime = *nt;
|
| /src/crypto/external/apache2/openssl/dist/crypto/bio/ |
| bf_nbio.c | 56 NBIO_TEST *nt; local 58 if ((nt = OPENSSL_zalloc(sizeof(*nt))) == NULL) 60 nt->lrn = -1; 61 nt->lwn = -1; 62 bi->ptr = (char *)nt; 110 NBIO_TEST *nt; local 119 nt = (NBIO_TEST *)b->ptr; 123 if (nt->lwn > 0) { 124 num = nt->lwn [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/bio/ |
| bf_nbio.c | 56 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->lwn [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/bio/ |
| bf_nbio.c | 58 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->lwn [all...] |
| /src/external/bsd/elftoolchain/dist/libdwarf/ |
| libdwarf_nametbl.c | 38 Dwarf_NameTbl nt, tnt; local 45 STAILQ_FOREACH_SAFE(nt, &ns->ns_ntlist, nt_next, tnt) { 46 STAILQ_FOREACH_SAFE(np, &nt->nt_nplist, np_next, tnp) { 47 STAILQ_REMOVE(&nt->nt_nplist, np, _Dwarf_NamePair, 51 STAILQ_REMOVE(&ns->ns_ntlist, nt, _Dwarf_NameTbl, nt_next); 52 free(nt); 66 Dwarf_NameTbl nt; local 86 if ((nt = malloc(sizeof(struct _Dwarf_NameTbl))) == NULL) { 91 STAILQ_INIT(&nt->nt_nplist); 92 STAILQ_INSERT_TAIL(&ns->ns_ntlist, nt, nt_next) 241 Dwarf_NameTbl nt; local [all...] |
| /src/usr.bin/lastcomm/ |
| lastcomm.c | 167 time_t nt; local 169 nt = t & 017777; 173 nt <<= 3; 175 return nt;
|
| /src/external/bsd/file/dist/src/ |
| is_simh.c | 120 size_t nt = 0, nr = 0; local 126 if ((nt > 0 || nr > 0) && nbytes == 0xFFFFFFFF) 130 nt++; /* count tapemarks */ 132 if (nt == SIMH_TAPEMARKS) 146 if (nt * sizeof(uint32_t) == CAST(size_t, uc - orig_uc))
|
| /src/crypto/external/bsd/heimdal/dist/lib/gssapi/spnego/ |
| init_sec_context.c | 87 NegotiationToken nt; local 99 memset(&nt, 0, sizeof(nt)); 101 nt.element = choice_NegotiationToken_negTokenResp; 103 ALLOC(nt.u.negTokenResp.negResult, 1); 104 if (nt.u.negTokenResp.negResult == NULL) { 109 nt.u.negTokenResp.supportedMech = NULL; 115 nt.u.negTokenResp.responseToken = NULL; 116 *(nt.u.negTokenResp.negResult) = accept_completed; 118 ALLOC(nt.u.negTokenResp.responseToken, 1) [all...] |
| accept_sec_context.c | 42 NegotiationToken nt; local 45 nt.element = choice_NegotiationToken_negTokenResp; 47 ALLOC(nt.u.negTokenResp.negResult, 1); 48 if (nt.u.negTokenResp.negResult == NULL) { 52 *(nt.u.negTokenResp.negResult) = reject; 53 nt.u.negTokenResp.supportedMech = NULL; 54 nt.u.negTokenResp.responseToken = NULL; 55 nt.u.negTokenResp.mechListMIC = NULL; 58 output_token->value, output_token->length, &nt, 60 free_NegotiationToken(&nt); 94 NegotiationTokenWin nt; local 162 NegotiationToken nt; local 487 NegotiationToken nt; local 706 NegotiationToken nt; local [all...] |
| /src/external/bsd/mdocml/dist/ |
| man_validate.c | 215 check_tag(struct roff_node *n, struct roff_node *nt) 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->tok) [all...] |
| /src/external/lgpl3/mpfr/dist/tests/ |
| tui_pow.c | 83 check1 (mpfr_ptr x, mpfr_prec_t prec, unsigned long nt, mpfr_rnd_t rnd) 99 compare = mpfr_ui_pow (y, nt, x, rnd); 104 inexact = mpfr_ui_pow (z, nt, x, rnd); 109 printf (" n=%lu", nt); 228 int nt; local 229 nt = randlimb () & INT_MAX; 232 check1 (x, prec, nt, rnd);
|
| /src/dist/pf/usr.sbin/ftp-proxy/ |
| npf.c | 276 nl_nat_t *nt; local 289 nt = npf_nat_create(NPF_NATOUT, NPF_NAT_PORTS | NPF_NAT_PORTMAP, NULL); 290 if (nt == NULL) { 294 errno = npf_nat_setaddr(nt, AF_INET, &addr, 0); 300 errno = npf_rule_setcode(nt, NPF_CODE_BPF, insns, sizeof(insns)); 306 fpe->fpe_nat = nt; 310 npf_rule_destroy(nt); 320 nl_nat_t *nt; local 333 nt = npf_nat_create(NPF_NATIN, NPF_NAT_PORTS, NULL); 334 if (nt == NULL) [all...] |
| /src/sbin/dmesg/ |
| dmesg.c | 381 struct timespec nt = { sec, nsec }; local 384 timespecsub(&nt, &lasttime, &dt); 390 lasttime = nt;
|
| /src/sys/net80211/ |
| ieee80211.c | 819 struct ieee80211_node_table *nt; local 825 nt = &ic->ic_scan; 826 if (nt->nt_inact_timer) { 827 if (--nt->nt_inact_timer == 0) 828 nt->nt_timeout(nt); 829 need_inact_timer += nt->nt_inact_timer; 831 nt = &ic->ic_sta; 832 if (nt->nt_inact_timer) { 833 if (--nt->nt_inact_timer == 0 [all...] |
| ieee80211_ioctl.c | 1076 struct ieee80211_node_table *nt; local 1086 nt = &ic->ic_scan; 1087 TAILQ_FOREACH(ni, &nt->nt_node, ni_list) {
|
| /src/usr.sbin/timed/timed/ |
| timed.c | 132 struct nets *nt; local 248 for (nt = nets; nt; nt = nt->next) { 249 nentp = getnetbyname(nt->name); 251 nt->net = inet_network(nt->name); 252 if (nt->net != INADDR_NONE) 253 nentp = getnetbyaddr(nt->net, AF_INET) [all...] |
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| srp-dns-proxy.c | 1034 subnet_t *NULLABLE *NONNULL nt = &tcp_validators; local 1102 sp = nt; 1134 *nt = calloc(1, sizeof **nt); 1135 if (!*nt) { 1140 (*nt)->preflen = width; 1141 (*nt)->family = pref.sa.sa_family; 1143 memcpy((*nt)->bytes, &pref.sin.sin_addr, 4); 1145 memcpy((*nt)->bytes, &pref.sin6.sin6_addr, 8); 1152 nt = sp [all...] |
| /src/external/bsd/pcc/dist/pcc/cc/ccom/ |
| inline.c | 60 struct ntds *nt;/* Array of arg temp type data */ member in struct:istat 437 mnode(struct ntds *nt, P1ND *p) 440 int num = nt->temp + toff; 444 q = tempnode(num, nt->type, nt->df, nt->attr); 445 nt--; 447 p->n_left = mnode(nt, p->n_left); 451 q = tempnode(num, nt->type, nt->df, nt->attr) [all...] |
| /src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
| init.c | 1155 NODE *q, *r, *nt; local 1173 nt = nametree(sp); 1177 q = nt; 1196 p = optim(buildtree(ASSIGN, nt, p)); 1211 q = nt;
|
| inline.c | 60 struct ntds *nt;/* Array of arg temp type data */ member in struct:istat 361 mnode(struct ntds *nt, NODE *p) 364 int num = nt->temp + toff; 368 q = tempnode(num, nt->type, nt->df, nt->attr); 369 nt--; 371 p->n_left = mnode(nt, p->n_left); 375 q = tempnode(num, nt->type, nt->df, nt->attr) [all...] |
| /src/sys/net/npf/ |
| npf_nat.c | 306 npf_nat_t *nt; local 309 LIST_FOREACH(nt, &np->n_nat_list, nt_entry) { 310 npf_conn_t *con = nt->nt_conn; 331 npf_nat_t *nt; local 334 LIST_FOREACH(nt, &np->n_nat_list, nt_entry) { 335 if (nt->nt_alg == alg) { 336 npf_alg_destroy(np->n_npfctx, alg, nt, nt->nt_conn); 337 nt->nt_alg = NULL; 484 npf_nat_t *nt; local 651 npf_nat_t *nt; local 683 npf_nat_t *nt; local 722 npf_nat_t *nt; local 933 npf_nat_t *nt; local [all...] |