/illumos-gate/usr/src/uts/common/io/ppp/sppptun/ |
H A D | sppptun.c | 109 #define KCINCR(vn) KINCR(tcl, tcl_kstats, vn) 110 #define KCDECR(vn) KDECR(tcl, tcl_kstats, vn) 275 tuncl_t *tcl = NULL; in tuncl_alloc() local 335 tcl = kmem_cache_alloc(tcl_cache, KM_NOSLEEP); in tuncl_alloc() 336 if (tcl == NULL) { in tuncl_alloc() 341 bzero(tcl, sizeof (*tcl)); in tuncl_alloc() 342 tcl->tcl_lsessid = dminor; in tuncl_alloc() 344 tcl_slots[dminor - 1] = tcl; in tuncl_alloc() 348 return (tcl); in tuncl_alloc() 359 tuncl_free(tuncl_t *tcl) in tuncl_free() argument [all …]
|
/illumos-gate/usr/src/lib/libsqlite/ |
H A D | main.mk | 162 $(TOP)/tool/spaceanal.tcl 169 $(TOP)/tool/spaceanal.tcl >spaceanal_tcl.h 345 index.html: $(TOP)/www/index.tcl last_change 346 tclsh $(TOP)/www/index.tcl `cat $(TOP)/VERSION` >index.html 348 sqlite.html: $(TOP)/www/sqlite.tcl 349 tclsh $(TOP)/www/sqlite.tcl >sqlite.html 351 c_interface.html: $(TOP)/www/c_interface.tcl 352 tclsh $(TOP)/www/c_interface.tcl >c_interface.html 354 changes.html: $(TOP)/www/changes.tcl 355 tclsh $(TOP)/www/changes.tcl >changes.html [all …]
|
H A D | Makefile.targ | 28 @if [ -f $(TCLBASE)/include/tcl.h ]; then \
|
H A D | Makefile.com | 140 TESTCLEAN = $(TESTOBJS) test.db test.tcl test1.bt test2.db testdb
|
/illumos-gate/usr/src/cmd/mdb/common/modules/sppp/ |
H A D | sppp.c | 385 tuncl_t tcl; in tuncl_walk_step() local 402 if (mdb_vread(&tcl, sizeof (tcl), addr) == -1) { in tuncl_walk_step() 407 status = wsp->walk_callback(addr, &tcl, wsp->walk_cbdata); in tuncl_walk_step() 415 tuncl_format(uintptr_t addr, const tuncl_t *tcl, uint_t *qfmt) in tuncl_format() argument 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() 419 mdb_printf(" %-2d %04X %04X ", tcl->tcl_style, in tuncl_format() 420 tcl->tcl_lsessid, tcl->tcl_rsessid); in tuncl_format() 421 if (tcl->tcl_flags & TCLF_DAEMON) { in tuncl_format() 424 mdb_printf("sppp%d\n", tcl->tcl_unit); in tuncl_format() [all …]
|
/illumos-gate/usr/src/lib/libsqlite/test/ |
H A D | tclsqlite.test | 22 source $testdir/tester.tcl 31 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 { 75 if {[sqlite -encoding]=="UTF-8" && [sqlite -tcl-uses-utf]} { 77 do_test tcl-2.1 { 81 do_test tcl-2.2 { [all …]
|
H A D | crashme2.off | 2 source $testdir/tester.tcl
|
H A D | join3_28.test | 20 source $testdir/tester.tcl
|
H A D | fkey1.test | 18 source $testdir/tester.tcl
|
H A D | quick.test | 17 source $testdir/tester.tcl
|
H A D | hook.test | 22 source $testdir/tester.tcl
|
H A D | join2.test | 19 source $testdir/tester.tcl
|
H A D | bind.test | 19 source $testdir/tester.tcl
|
H A D | memleak.test | 17 source $testdir/tester.tcl
|
H A D | quote.test | 19 source $testdir/tester.tcl
|
H A D | btree4rb.test | 23 source $testdir/tester.tcl
|
H A D | btree3rb.test | 28 source $testdir/tester.tcl
|
H A D | btree4.test | 23 source $testdir/tester.tcl
|
H A D | all.test | 17 source $testdir/tester.tcl
|
H A D | btree3.test | 28 source $testdir/tester.tcl
|
H A D | join4_28.test | 20 source $testdir/tester.tcl
|
H A D | trigger4.test | 15 source $testdir/tester.tcl
|
H A D | progress.test | 18 source $testdir/tester.tcl
|
/illumos-gate/usr/src/uts/common/rpc/ |
H A D | xdr_rdma.c | 1378 struct clist *tcl, *wrcl, *cl; in xdrrdma_send_read_data() local 1418 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() 1438 if (tcl == NULL) { in xdrrdma_send_read_data() 1439 tcl = clist_alloc(); in xdrrdma_send_read_data() 1440 wrcl = tcl; in xdrrdma_send_read_data() 1442 tcl->c_next = clist_alloc(); in xdrrdma_send_read_data() [all …]
|
/illumos-gate/usr/src/contrib/zlib/ |
H A D | README | 49 zlib is built into tcl: http://wiki.tcl.tk/4610 .
|