Searched refs:tuncl_t (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun_impl.h45 typedef struct tuncl_s tuncl_t; typedef in typeref:struct:tuncl_s
92 tuncl_t *tll_defcl; /* Default client (daemon) */
95 tuncl_t *tll_lastcl; /* Silly PPPoE optimization */
H A Dsppptun.c135 static tuncl_t **tcl_slots = NULL; /* Slots for tuncl_t */
235 tuncl_t **tcl_old = tcl_slots;
236 tuncl_t **tcl_new;
242 tcl_new = kmem_zalloc(new_size * sizeof (tuncl_t *), KM_NOSLEEP);
251 kmem_free(tcl_new, new_size * sizeof (tuncl_t *));
255 /* Migrate tuncl_t entries to a new location */
257 bcopy(tcl_old, tcl_new, old_size * sizeof (tuncl_t *));
259 kmem_free(tcl_old, old_size * sizeof (tuncl_t *));
271 static tuncl_t *
[all...]
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/sppp/
H A Dsppp.c322 tuncl_t *tcl_slots[1];
342 tuncl_t **tcl_slots;
385 tuncl_t tcl;
403 mdb_warn("can't read tuncl_t at %p", addr);
415 tuncl_format(uintptr_t addr, const tuncl_t *tcl, uint_t *qfmt)
435 tuncl_t tcl;
444 mdb_warn("failed to read tuncl_t at %p", addr);
581 tuncl_t tcl;
590 * tuncl_t or a tunll_t.
674 { "tuncl", "walk active tuncl_t structure
[all...]

Completed in 62 milliseconds