Searched refs:tcl (Results 1 - 7 of 7) sorted by relevance

/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; local
335 tcl = kmem_cache_alloc(tcl_cache, KM_NOSLEEP);
336 if (tcl == NULL) {
341 bzero(tcl, sizeof (*tcl));
342 tcl->tcl_lsessid = dminor;
344 tcl_slots[dminor - 1] = tcl;
348 return (tcl);
359 tuncl_free(tuncl_t *tcl) argument
390 tuncl_t *tcl = NULL; local
494 tuncl_t *tcl; local
564 send_control(tuncl_t *tclabout, tunll_t *tllabout, int action, tuncl_t *tcl) argument
593 tuncl_t *tcl; local
632 tuncl_t *tcl; local
785 tuncl_t *tcl; local
1111 tuncl_t *tcl; local
1607 tuncl_t *tcl; local
1641 tuncl_t *tcl; local
1754 tuncl_t *tcl; local
1784 tuncl_t *tcl; local
1854 tuncl_t *tcl; local
1971 tuncl_t *tcl; member in struct:poedat
1997 tuncl_t *tcl; local
2070 tuncl_t *tcl; local
[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 >change
[all...]
H A DMakefile.com136 TESTCLEAN = $(TESTOBJS) test.db test.tcl test1.bt test2.db testdb
236 @if [ -f $(TCLBASE)/include/tcl.h ]; then \
241 echo "$(TCLBASE)/include/tcl.h: not found."; \
/illumos-gate/usr/src/cmd/mdb/common/modules/sppp/
H A Dsppp.c385 tuncl_t tcl; local
402 if (mdb_vread(&tcl, sizeof (tcl), addr) == -1) {
407 status = wsp->walk_callback(addr, &tcl, wsp->walk_cbdata);
415 tuncl_format(uintptr_t addr, const tuncl_t *tcl, uint_t *qfmt) argument
417 mdb_printf("%?p %-6d %?p %?p", addr, tcl->tcl_zoneid, tcl->tcl_data_tll,
418 tcl->tcl_ctrl_tll);
419 mdb_printf(" %-2d %04X %04X ", tcl->tcl_style,
420 tcl
435 tuncl_t tcl; local
581 tuncl_t tcl; member in union:tun_state
[all...]
/illumos-gate/usr/src/uts/common/rpc/
H A Dxdr_rdma.c1378 struct clist *tcl, *wrcl, *cl; local
1418 tcl = wcl->c_next;
1423 while (tcl) {
1424 if ((tcl->c_next == NULL) && (tcl->c_len == rnduplen)) {
1428 tcl = tcl->c_next;
1436 tcl = NULL;
1438 if (tcl == NULL) {
1439 tcl
[all...]
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dtester.tcl17 # $Id: tester.tcl,v 1.28 2004/02/14 01:39:50 drh Exp $
22 if {[sqlite -tcl-uses-utf]} {
27 puts stderr "file (\"tcl.h\") from a new TCL version that does support"
38 puts stderr "(\"tcl.h\") from a old TCL version that does not support"
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dmd5.c34 #include <tcl.h>

Completed in 108 milliseconds