Home
last modified time | relevance | path

Searched refs:tcl (Results 1 – 25 of 88) sorted by relevance

1234

/illumos-gate/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun.c341 bzero(tcl, sizeof (*tcl)); in tuncl_alloc()
363 ASSERT(tcl_slots[tcl->tcl_lsessid - 1] == tcl); in tuncl_free()
599 if (tcl->tcl_data_tll == tll && tcl->tcl_rq != NULL) { in tclvm_remove_tll()
610 send_control(tcl, tll, PTCA_UNPLUMB, tcl); in tclvm_remove_tll()
823 send_control(tcl, tcl->tcl_ctrl_tll, PTCA_BADCTRL, tcl); in sppptun_outpkt()
860 send_control(tcl, tll, PTCA_BADCTRL, tcl); in sppptun_outpkt()
869 send_control(tcl, tll, PTCA_UNPLUMB, tcl); in sppptun_outpkt()
1123 tcl = NULL; in sppptun_inner_ioctl()
2014 poedat->tcl = tcl; in tclvm_pppoe_search()
2177 if ((tcl = poedat.tcl) != NULL) { in sppptun_recv()
[all …]
/illumos-gate/usr/src/lib/libsqlite/
H A Dmain.mk162 $(TOP)/tool/spaceanal.tcl
348 sqlite.html: $(TOP)/www/sqlite.tcl
354 changes.html: $(TOP)/www/changes.tcl
357 lang.html: $(TOP)/www/lang.tcl
360 vdbe.html: $(TOP)/www/vdbe.tcl
363 arch.html: $(TOP)/www/arch.tcl
372 mingw.html: $(TOP)/www/mingw.tcl
378 speed.html: $(TOP)/www/speed.tcl
381 faq.html: $(TOP)/www/faq.tcl
382 tclsh $(TOP)/www/faq.tcl >faq.html
[all …]
H A DMakefile.com140 TESTCLEAN = $(TESTOBJS) test.db test.tcl test1.bt test2.db testdb
230 @if [ -f $(TCLBASE)/include/tcl.h ]; then \
/illumos-gate/usr/src/cmd/mdb/common/modules/sppp/
H A Dsppp.c385 tuncl_t tcl; in tuncl_walk_step() local
402 if (mdb_vread(&tcl, sizeof (tcl), addr) == -1) { in tuncl_walk_step()
417 mdb_printf("%?p %-6d %?p %?p", addr, tcl->tcl_zoneid, tcl->tcl_data_tll, in tuncl_format()
418 tcl->tcl_ctrl_tll); in tuncl_format()
420 tcl->tcl_lsessid, tcl->tcl_rsessid); in tuncl_format()
435 tuncl_t tcl; in tuncl() local
443 if (mdb_vread(&tcl, sizeof (tcl), addr) == -1) in tuncl()
581 tuncl_t tcl; member
595 if (mdb_vread(&ts->tcl, sizeof (ts->tcl), in tun_state_read()
619 ts.tcl.tcl_unit, ts.tcl.tcl_lsessid); in sppptun_qinfo()
[all …]
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dtclsqlite.test31 do_test tcl-1.1 {
35 do_test tcl-1.2 {
39 do_test tcl-1.3 {
49 do_test tcl-1.4 {
57 do_test tcl-1.5 {
65 do_test tcl-1.6 {
77 do_test tcl-2.1 {
81 do_test tcl-2.2 {
102 do_test tcl-3.1 {
111 do_test tcl-3.2 {
[all …]
H A Dcrashme2.off2 source $testdir/tester.tcl
H A Djoin3_28.test20 source $testdir/tester.tcl
H A Dfkey1.test18 source $testdir/tester.tcl
H A Dquick.test17 source $testdir/tester.tcl
H A Dhook.test22 source $testdir/tester.tcl
H A Djoin2.test19 source $testdir/tester.tcl
H A Dbind.test19 source $testdir/tester.tcl
H A Dquote.test19 source $testdir/tester.tcl
H A Dmemleak.test17 source $testdir/tester.tcl
H A Dbtree4rb.test23 source $testdir/tester.tcl
H A Dbtree3rb.test28 source $testdir/tester.tcl
H A Dbtree4.test23 source $testdir/tester.tcl
H A Dall.test17 source $testdir/tester.tcl
H A Dbtree3.test28 source $testdir/tester.tcl
H A Djoin4_28.test20 source $testdir/tester.tcl
H A Dtrigger4.test15 source $testdir/tester.tcl
H A Dprogress.test18 source $testdir/tester.tcl
H A Dselect5.test19 source $testdir/tester.tcl
/illumos-gate/usr/src/uts/common/rpc/
H A Dxdr_rdma.c1418 tcl = wcl->c_next; in xdrrdma_send_read_data()
1423 while (tcl) { in xdrrdma_send_read_data()
1424 if ((tcl->c_next == NULL) && (tcl->c_len == rnduplen)) { in xdrrdma_send_read_data()
1428 tcl = tcl->c_next; in xdrrdma_send_read_data()
1436 tcl = NULL; in xdrrdma_send_read_data()
1440 wrcl = tcl; in xdrrdma_send_read_data()
1443 tcl = tcl->c_next; in xdrrdma_send_read_data()
1446 *tcl = *cl; in xdrrdma_send_read_data()
1465 tcl = wrcl->c_next; in xdrrdma_send_read_data()
1466 while (tcl) { in xdrrdma_send_read_data()
[all …]
/illumos-gate/usr/src/contrib/zlib/
H A DREADME49 zlib is built into tcl: http://wiki.tcl.tk/4610 .

1234