HomeSort by: relevance | last modified time | path
    Searched refs:nt (Results 1 - 25 of 76) sorted by relevancy

1 2 3 4

  /src/regress/sys/kern/softint1/
softint1.c 59 int nt; local in function:main
61 for (nt = sysconf(_SC_NPROCESSORS_ONLN); nt > 0; nt--) {
  /src/sys/net/npf/
npf_nat.c 306 npf_nat_t *nt; local in function:npf_natpolicy_destroy
309 LIST_FOREACH(nt, &np->n_nat_list, nt_entry) {
310 npf_conn_t *con = nt->nt_conn;
331 npf_nat_t *nt; local in function:npf_nat_freealg
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 in function:npf_nat_create
651 npf_nat_t *nt; local in function:npf_nat_share_policy
683 npf_nat_t *nt; local in function:npf_nat_lookup
722 npf_nat_t *nt; local in function:npf_do_nat
933 npf_nat_t *nt; local in function:npf_nat_import
    [all...]
npf_alg.c 219 npf_alg_match(npf_cache_t *npc, npf_nat_t *nt, int di)
236 if (match_func && match_func(npc, nt, di)) {
255 npf_alg_exec(npf_cache_t *npc, npf_nat_t *nt, const npf_flow_t flow)
270 translate_func(npc, nt, flow);
npf_alg_icmp.c 74 npfa_icmp_match(npf_cache_t *npc, npf_nat_t *nt, int di)
114 npf_nat_setalg(nt, alg_icmp, 0);
320 npfa_icmp_nat(npf_cache_t *npc, npf_nat_t *nt, npf_flow_t flow)
393 npf_nat_getorig(nt, &addr, &port);
  /src/usr.sbin/ldpd/
notifications.c 68 struct notification_tlv *nt; local in function:send_notification
74 nt = build_notification(msg, code);
76 rv = send_tlv(p, (struct tlv *) nt);
77 free(nt);
  /src/sys/net80211/
ieee80211_node.c 102 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; local in function:ieee80211_create_ibss
417 nt = &ic->ic_sta;
418 IEEE80211_NODE_LOCK(nt);
420 nt->nt_name = "station";
421 nt->nt_inact_init = ic->ic_inact_init;
423 nt->nt_name = "neighbor";
424 nt->nt_inact_init = ic->ic_inact_run;
426 IEEE80211_NODE_UNLOCK(nt);
657 struct ieee80211_node_table *nt = &ic->ic_scan; local in function:ieee80211_end_scan
837 struct ieee80211_node_table *nt; local in function:ieee80211_sta_join
1267 struct ieee80211_node_table *nt = &ic->ic_scan; local in function:ieee80211_add_scan
1422 struct ieee80211_node_table *nt; local in function:ieee80211_find_rxnode_debug
1465 struct ieee80211_node_table *nt; local in function:ieee80211_find_rxnode_withkey_debug
1527 struct ieee80211_node_table *nt = &ic->ic_sta; local in function:ieee80211_find_txnode_debug
1613 struct ieee80211_node_table *nt = ni0->ni_table; local in function:ieee80211_refine_node_for_beacon
1720 struct ieee80211_node_table *nt = ni->ni_table; local in function:_ieee80211_free_node
1742 struct ieee80211_node_table *nt = ni->ni_table; local in function:ieee80211_free_node_debug
1789 struct ieee80211_node_table *nt = &ic->ic_sta; local in function:ieee80211_node_delucastkey
2346 struct ieee80211_node_table *nt = ni->ni_table; local in function:ieee80211_node_leave
2406 struct ieee80211_node_table *nt = &ic->ic_sta; local in function:ieee80211_getrssi
    [all...]
ieee80211_node.h 243 #define ieee80211_find_node(nt, mac) \
244 ieee80211_find_node_debug(nt, mac, __func__, __LINE__)
245 #define ieee80211_find_rxnode(nt, wh) \
246 ieee80211_find_rxnode_debug(nt, wh, __func__, __LINE__)
247 #define ieee80211_find_rxnode_withkey(nt, wh, keyix) \
248 ieee80211_find_rxnode_withkey_debug(nt, wh, keyix, __func__, __LINE__)
249 #define ieee80211_find_txnode(nt, mac) \
250 ieee80211_find_txnode_debug(nt, mac, __func__, __LINE__)
251 #define ieee80211_find_node_with_channel(nt, mac, c) \
252 ieee80211_find_node_with_channel_debug(nt, mac, c, __func__, __LINE__
    [all...]
ieee80211.c 819 struct ieee80211_node_table *nt; local in function:ieee80211_watchdog
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...]
  /src/usr.sbin/timed/timed/
timed.c 132 struct nets *nt; local in function:main
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/sys/kern/
tty_bsdpty.c 91 size_t nt; local in function:pty_makename
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 in function:pipe1
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/dist/pf/usr.sbin/ftp-proxy/
npf.c 276 nl_nat_t *nt; local in function:npf_add_nat
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 in function:npf_add_rdr
333 nt = npf_nat_create(NPF_NATIN, NPF_NAT_PORTS, NULL);
334 if (nt == NULL)
    [all...]
  /src/regress/sys/kern/allocfree/
allocfree.c 192 run2(int nt, void (*func)(void))
198 nthreads = nt;
202 if (nt-- == 0) {
227 run1(int nt)
230 run2(nt, malloc_method);
231 run2(nt, kmem_method);
232 run2(nt, pool_method);
233 run2(nt, cache_method);
  /src/regress/sys/kern/nameibench/
nameibench.c 163 run(int nt)
170 if (pthread_barrier_init(&barrier, NULL, nt + 1)) {
177 for (i = 0; i < nt; i++) {
192 printf("%d\t%d\t%.0f\t%.0f\n", sacnt, nt, c, ideal * nt);
  /src/lib/libnpf/
npf.c 1028 npf_nat_insert(nl_config_t *ncf, nl_nat_t *nt)
1030 nvlist_append_nvlist_array(ncf->ncf_dict, "nat", nt->rule_dict);
1031 nvlist_destroy(nt->rule_dict);
1032 free(nt);
1044 npf_nat_setaddr(nl_nat_t *nt, int af, npf_addr_t *addr, npf_netmask_t mask)
1047 if (!_npf_add_addr(nt->rule_dict, "nat-addr", af, addr)) {
1048 return nvlist_error(nt->rule_dict);
1050 nvlist_add_number(nt->rule_dict, "nat-mask", (uint32_t)mask);
1051 return nvlist_error(nt->rule_dict);
1055 npf_nat_setport(nl_nat_t *nt, in_port_t port
    [all...]
  /src/usr.bin/lastcomm/
lastcomm.c 167 time_t nt; local in function:expand
169 nt = t & 017777;
173 nt <<= 3;
175 return nt;
  /src/usr.sbin/sysinst/
disklabel.c 428 scripting_fprintf(f, "\t:nc#%d:nt#%d:ns#%d:\\\n",
672 struct dl_custom_ptype *nt; local in function:disklabel_find_type
674 nt = realloc(dl_custom_ptypes, dl_custom_ptype_count+1);
675 if (nt == NULL)
677 dl_custom_ptypes = nt;
678 nt = dl_custom_ptypes + dl_custom_ptype_count;
680 memset(nt, 0, sizeof(*nt));
681 nt->type = type;
682 snprintf(nt->short_desc, sizeof(nt->short_desc), "%u", type)
727 size_t nt; local in function:disklabel_get_generic_type
    [all...]
  /src/usr.bin/xlint/lint1/
tree.c 1636 tspec_t nt = ntp->t_tspec, ot = otp->t_tspec; local in function:is_cast_redundant
1638 if (nt == BOOL || ot == BOOL)
1639 return nt == BOOL && ot == BOOL;
1641 if (is_integer(nt) && is_integer(ot)) {
1643 if (is_uinteger(nt) == is_uinteger(ot))
1648 if (is_complex(nt) || is_complex(ot))
1649 return is_complex(nt) && is_complex(ot) &&
1650 size_in_bits(nt) >= size_in_bits(ot);
1652 if (is_floating(nt) && is_floating(ot))
1653 return size_in_bits(nt) >= size_in_bits(ot)
3577 tspec_t nt = allow_c90 ? promote_c90(tn, ot, farg) : promote_trad(ot); local in function:promote
3952 tspec_t nt = tp->t_tspec; local in function:convert
4248 tspec_t nt = nv->v_tspec = ntp->t_tspec; local in function:convert_constant
4475 tspec_t nt = tp->t_tspec; local in function:cast
    [all...]
  /src/etc/rc.d/
sysdb 46 if ! [ -f "$db" ] || [ "$src" -nt "$db" ]; then
  /src/sys/arch/mips/include/
bus_dma_funcs.h 100 #define bus_dmatag_subregion(t, mna, mxa, nt, f) \
101 (*(t)->_dmatag_ops.dmatag_subregion)((t), (mna), (mxa), (nt), (f))
  /src/usr.sbin/npf/npfctl/
npf_show.c 697 npfctl_print_nat(npf_conf_info_t *ctx, nl_nat_t *nt)
700 nl_rule_t *rl = (nl_nat_t *)nt;
711 flags = npf_nat_getflags(nt);
723 addr = npf_nat_getaddr(nt, &alen, &mask);
727 const unsigned tid = npf_nat_gettable(nt);
735 if ((port = npf_nat_getport(nt)) != 0) {
743 switch (npf_nat_gettype(nt)) {
757 switch (npf_nat_getalgo(nt)) {
855 nl_nat_t *nt; local in function:npfctl_config_show
877 while ((nt = npf_nat_iterate(ncf, &i)) != NULL)
    [all...]
  /src/sbin/dmesg/
dmesg.c 381 struct timespec nt = { sec, nsec }; local in function:main
384 timespecsub(&nt, &lasttime, &dt);
390 lasttime = nt;
  /src/sys/arch/sparc/include/
bus_funcs.h 208 #define bus_dmatag_subregion(t, mna, mxa, nt, f) EOPNOTSUPP
  /src/sys/arch/m68k/include/
bus_dma.h 196 #define bus_dmatag_subregion(t, mna, mxa, nt, f) EOPNOTSUPP
  /src/distrib/sets/
maketars 235 if [ -n "${metalog}" -a "${tars}/${out}" -nt "${metalog}" ]

Completed in 27 milliseconds

1 2 3 4