Searched defs:tcl (Results 1 - 3 of 3) sorted by relevance

/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/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...]

Completed in 72 milliseconds