Home
last modified time | relevance | path

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

1234

/illumos-gate/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun.c109 #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 Dmain.mk162 $(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 DMakefile.targ28 @if [ -f $(TCLBASE)/include/tcl.h ]; then \
H A DMakefile.com140 TESTCLEAN = $(TESTOBJS) test.db test.tcl test1.bt test2.db testdb
/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()
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 Dtclsqlite.test22 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 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 Dmemleak.test17 source $testdir/tester.tcl
H A Dquote.test19 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
/illumos-gate/usr/src/uts/common/rpc/
H A Dxdr_rdma.c1378 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 DREADME49 zlib is built into tcl: http://wiki.tcl.tk/4610 .

1234