Home
last modified time | relevance | path

Searched refs:tn (Results 1 – 25 of 47) sorted by path

12

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dcommands.c2891 tn(int argc, char *argv[]) in tn() function
3363 { "open", openhelp, tn, 0 },
H A Dexterns.h293 extern int tn(int, char **);
H A Dmain.c272 if (tn(argp - args, args) == 1) in main()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dinput.c170 struct tgate_net *tn; in input() local
857 if (tg != NULL && (tn = tg->tgate_nets)->mask != 0) { in input()
858 for (i = 0; i < MAX_TGATE_NETS; i++, tn++) { in input()
859 if (on_net(dst, tn->net, tn->mask) && in input()
860 tn->mask <= mask) in input()
863 if (i >= MAX_TGATE_NETS || tn->mask == 0) { in input()
/illumos-gate/usr/src/cmd/fm/eversholt/files/common/
H A Dnic.esc64 payloadprop("txr_index") == tn && \
67 setpayloadprop("txr_index", tn) && \
70 (!confprop_defined(pcifn/port[pn]/transceiver[tn], "vendor") || \
76 payloadprop("txr_index") == tn && \
79 setpayloadprop("txr_index", tn) && \
107 payloadprop("txr_index") == tn &&
110 confprop_defined(pciexfn/port[pn]/transceiver[tn], "vendor") &&
111 setpayloadprop("txr_index", tn) &&
119 payloadprop("txr_index") == tn &&
122 !confprop_defined(pciexfn/port[pn]/transceiver[tn], "vendor") &&
[all …]
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_print.c197 char tn[MDB_SYM_NAMLEN]; in cmd_sizeof() local
203 if ((ret = args_to_typename(&argc, &argv, tn, sizeof (tn))) != 0) in cmd_sizeof()
226 char tn[MDB_SYM_NAMLEN]; in cmd_sizeof_tab() local
235 if ((ret = mdb_tab_typename(&argc, &argv, tn, sizeof (tn))) < 0) in cmd_sizeof_tab()
251 char tn[MDB_SYM_NAMLEN]; in cmd_offsetof() local
258 if ((ret = args_to_typename(&argc, &argv, tn, sizeof (tn))) != 0) in cmd_offsetof()
279 member, tn); in cmd_offsetof()
797 char tn[MDB_SYM_NAMLEN]; in cmd_array() local
809 ret = args_to_typename(&argc, &argv, tn, sizeof (tn)); in cmd_array()
827 } else if (addr_to_sym(t, addr, tn, sizeof (tn), &sym, &s_info) in cmd_array()
[all …]
H A Dmdb_tab.c595 char tn[MDB_SYM_NAMLEN]; in mdb_tab_complete_mt() local
604 if ((ret = mdb_tab_typename(&argc, &argv, tn, sizeof (tn))) < 0) in mdb_tab_complete_mt()
608 return (mdb_tab_complete_type(mcp, tn, MDB_TABC_MEMBERS)); in mdb_tab_complete_mt()
611 return (mdb_tab_complete_member(mcp, tn, NULL)); in mdb_tab_complete_mt()
614 return (mdb_tab_complete_member(mcp, tn, argv[1].a_un.a_str)); in mdb_tab_complete_mt()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dnet.c1412 trill_node_t tn; in do_show_bridge() local
1480 if (mdb_vread(&tn, sizeof (tn), in do_show_bridge()
1487 (uintptr_t)tn.tn_ni) == -1) { in do_show_bridge()
1489 "%d at %p", i, tn.tn_ni); in do_show_bridge()
1500 if (tn.tn_tsp != NULL) { in do_show_bridge()
1502 (uintptr_t)tn.tn_tsp) == -1) { in do_show_bridge()
1505 tn.tn_tsp); in do_show_bridge()
/illumos-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c251 tnode_t tn; in topo_node() local
260 if (mdb_vread(&tn, sizeof (tn), addr) != sizeof (tn)) { in topo_node()
284 mdb_printf("%-12s %-36d %-30s\n", "tn_state", tn.tn_state, in topo_node()
286 if (TOPO_NODE_INIT & tn.tn_state) { in topo_node()
289 if (TOPO_NODE_ROOT & tn.tn_state) { in topo_node()
292 if (TOPO_NODE_BOUND & tn.tn_state) { in topo_node()
295 if (TOPO_NODE_LINKED & tn.tn_state) { in topo_node()
304 mdb_printf("%-12s 0x%-34p %-30s\n", "tn_hdl", tn.tn_hdl, in topo_node()
306 mdb_printf("%-12s 0x%-34p %-30s\n", "tn_enum", tn.tn_enum, in topo_node()
316 mdb_printf("%-12s 0x%-34p %-30s\n", "tn_priv", tn.tn_priv, in topo_node()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/nfs/
H A Dnfssrv.c337 if (mdb_vread(tn, sizeof (*tn), addr) == -1) { in print_tree()
343 if (mdb_vread(&a, sizeof (a), (uintptr_t)tn->tree_exi in print_tree()
370 mdb_printf("tree_exi: %p\n", tn->tree_exi); in print_tree()
371 mdb_printf("tree_vis: %p\n", tn->tree_vis); in print_tree()
376 (uintptr_t)tn->tree_exi, DCMD_ADDRSPEC, 0, NULL) in print_tree()
380 if (tn->tree_vis) { in print_tree()
383 (uintptr_t)tn->tree_vis, DCMD_ADDRSPEC, 0, in print_tree()
389 addr = (uintptr_t)tn->tree_sibling; in print_tree()
391 if (tn->tree_child_first != NULL) { in print_tree()
396 opt_v, tn, s); in print_tree()
[all …]
/illumos-gate/usr/src/cmd/praudit/
H A Dtoktable.c51 #define table_initx(i, n, tn, f, t) \ argument
53 tokentable[(int)(i)].t_tagname = (tn); \
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmilter.c2234 time_t tn = 0; local
2269 tn = curtime();
2293 m->mf_name, command, (int) (tn - curtime()));
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_put.c1057 char *tn; in tostart() local
1058 if ((tn=ttyname(2)) == NULL && in tostart()
1059 (tn=ttyname(1)) == NULL && in tostart()
1060 (tn=ttyname(0)) == NULL) in tostart()
1063 strcpy(ttynbuf, tn); in tostart()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dxec.c2084 const Shnode_t* tn=t; in sh_exec() local
2087 while((tn=tn->lst.lstrit) && tn->tre.tretyp==TFIL) in sh_exec()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Diconv.c280 fz = tz = (*fn < *tn) ? *fn : *tn; in _win_iconv()
402 *tn -= tz; in _win_iconv()
547 te = t + (*tn); in utf2bin()
1256 n = *tn; in _ast_iconv()
1284 n -= *tn; in _ast_iconv()
1329 *tn -= n; in _ast_iconv()
1348 size_t tn; in _ast_iconv_write() local
1366 tn = 0; in _ast_iconv_write()
1410 tn--; in _ast_iconv_write()
1448 size_t tn; in _ast_iconv_move() local
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/
H A Dlc.tab151 tn setswana
255 tn tunisia ar
/illumos-gate/usr/src/contrib/ast/src/lib/libast/string/
H A Dbase64.c80 if (tn) in base64encode()
81 *tn = 0; in base64encode()
97 if (tn) in base64encode()
126 if (tn) in base64encode()
127 *tn = tp; in base64encode()
149 if (tn) in base64encode()
150 *tn = tp; in base64encode()
260 if (tn) in base64decode()
275 if (tn) in base64decode()
286 if (tn) in base64decode()
[all …]
/illumos-gate/usr/src/data/zoneinfo/
H A Dafrica1365 # http://www.lapresse.tn/archives/archives280405/actualites/lheure.html
1373 # http://www.tap.info.tn/en/index.php?option=com_content&task=view&id=1188&Itemid=50
1388 # Standard time to be kept the whole year long (tap.info.tn):
1391 # http://www.tap.info.tn/en/index.php?option=com_content&task=view&id=26813&Itemid=157
1394 # http://www.tap.info.tn/ar/index.php?option=com_content&task=view&id=61240&Itemid=1
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dconfig.c115 #define isa_probe(d,tn) (PROBE_FAILED) argument
/illumos-gate/usr/src/lib/fm/libfmd_msg/common/
H A Dfmd_msg.c1275 uint_t tn = 0; in fmd_msg_gettext_locked() local
1302 &tv, &tn) == 0 && tn == 2 && (sec = (time_t)tv[0]) != (time_t)-1 && in fmd_msg_gettext_locked()
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dsvc.c173 tnode_t *tn; in svc_create_node() local
218 if ((tn = topo_node_bind(mod, pnode, fmristr, 0, fmri)) == NULL) { in svc_create_node()
226 if (topo_node_label_set(tn, fmristr, &err) != 0) { in svc_create_node()
231 (void) topo_method_register(mod, tn, svc_methods); in svc_create_node()
233 return (tn); in svc_create_node()
H A Dtopo_digraph.c161 tnode_t *tn = NULL; in topo_digraph_new() local
193 tn->tn_instance = 0; in topo_digraph_new()
194 tn->tn_enum = mod; in topo_digraph_new()
195 tn->tn_hdl = thp; in topo_digraph_new()
196 topo_node_hold(tn); in topo_digraph_new()
259 tnode_t *tn = NULL; in topo_vertex_new() local
278 tn->tn_enum = mod; in topo_vertex_new()
280 tn->tn_vtx = vtx; in topo_vertex_new()
288 vtx->tvt_node = tn; in topo_vertex_new()
289 topo_node_hold(tn); in topo_vertex_new()
[all …]
H A Dtopo_digraph_xml.c441 tnode_t *tn; in serialize_edge() local
444 tn = topo_vertex_node(edge->tve_vertex); in serialize_edge()
667 tnode_t *tn; in serialize_vertex() local
671 tn = topo_vertex_node(vtx); in serialize_vertex()
698 topo_node_instance(tn)); in serialize_vertex()
811 tnode_t *tn; in edge_cb() local
816 tn = topo_vertex_node(vtx); in edge_cb()
821 topo_node_instance(tn)); in edge_cb()
927 tnode_t *tn; in add_props() local
931 tn = topo_vertex_node(vtx); in add_props()
[all …]
H A Dtopo_parse.c123 tf_idata_new(topo_mod_t *mp, topo_instance_t i, tnode_t *tn) in tf_idata_new() argument
130 r->ti_tn = tn; in tf_idata_new()
H A Dtopo_prop.c1576 ret = topo_prop_set_int32(tn, grp->tpi_name, prop, in topo_create_props()
1582 ret = topo_prop_set_uint32(tn, grp->tpi_name, prop, in topo_create_props()
1588 ret = topo_prop_set_int64(tn, grp->tpi_name, prop, in topo_create_props()
1594 ret = topo_prop_set_uint64(tn, grp->tpi_name, prop, in topo_create_props()
1600 ret = topo_prop_set_string(tn, grp->tpi_name, prop, in topo_create_props()
1606 ret = topo_prop_set_fmri(tn, grp->tpi_name, prop, in topo_create_props()
1613 ret = topo_prop_set_int32_array(tn, grp->tpi_name, in topo_create_props()
1620 ret = topo_prop_set_uint32_array(tn, grp->tpi_name, in topo_create_props()
1627 ret = topo_prop_set_int64_array(tn, grp->tpi_name, in topo_create_props()
1634 ret = topo_prop_set_uint64_array(tn, grp->tpi_name, in topo_create_props()
[all …]

12