Symbol: stmf_worker_t
usr/src/cmd/mdb/common/modules/stmf/stmf.c
1139
stmf_worker_t worker;
usr/src/cmd/mdb/common/modules/stmf/stmf.c
1150
if (mdb_vread(&worker, sizeof (stmf_worker_t), wsp->walk_addr) !=
usr/src/cmd/mdb/common/modules/stmf/stmf.c
1151
sizeof (stmf_worker_t)) {
usr/src/cmd/mdb/common/modules/stmf/stmf.c
1206
stmf_worker_t worker;
usr/src/cmd/mdb/common/modules/stmf/stmf.c
1228
if (mdb_vread(&worker, sizeof (stmf_worker_t),
usr/src/cmd/mdb/common/modules/stmf/stmf.c
1229
addr) != sizeof (stmf_worker_t)) {
usr/src/cmd/mdb/common/modules/stmf/stmf.c
1290
stmf_worker_t *worker;
usr/src/cmd/mdb/common/modules/stmf/stmf.c
1344
wsp->walk_addr += sizeof (stmf_worker_t);
usr/src/cmd/mdb/common/modules/stmf/stmf.c
1358
stmf_worker_t worker;
usr/src/cmd/mdb/common/modules/stmf/stmf.c
1369
if (mdb_vread(&worker, sizeof (stmf_worker_t),
usr/src/cmd/mdb/common/modules/stmf/stmf.c
1370
addr) != sizeof (stmf_worker_t)) {
usr/src/uts/common/io/comstar/stmf/stmf.c
233
static stmf_worker_t *stmf_workers = NULL;
usr/src/uts/common/io/comstar/stmf/stmf.c
4845
stmf_worker_t *w;
usr/src/uts/common/io/comstar/stmf/stmf.c
5034
stmf_worker_t *w = itask->itask_worker;
usr/src/uts/common/io/comstar/stmf/stmf.c
5174
stmf_worker_t *w = itask->itask_worker;
usr/src/uts/common/io/comstar/stmf/stmf.c
5248
stmf_worker_t *w = itask->itask_worker;
usr/src/uts/common/io/comstar/stmf/stmf.c
5282
stmf_worker_t *w;
usr/src/uts/common/io/comstar/stmf/stmf.c
5435
stmf_worker_t *w = itask->itask_worker;
usr/src/uts/common/io/comstar/stmf/stmf.c
5475
stmf_worker_t *w = itask->itask_worker;
usr/src/uts/common/io/comstar/stmf/stmf.c
6522
stmf_worker_t *w;
usr/src/uts/common/io/comstar/stmf/stmf.c
6538
stmf_workers = (stmf_worker_t *)kmem_zalloc(
usr/src/uts/common/io/comstar/stmf/stmf.c
6539
sizeof (stmf_worker_t) * stmf_nworkers, KM_SLEEP);
usr/src/uts/common/io/comstar/stmf/stmf.c
6541
stmf_worker_t *w = &stmf_workers[i];
usr/src/uts/common/io/comstar/stmf/stmf.c
6586
stmf_worker_t *w = &stmf_workers[i];
usr/src/uts/common/io/comstar/stmf/stmf.c
6590
kmem_free(stmf_workers, sizeof (stmf_worker_t) * stmf_nworkers);
usr/src/uts/common/io/comstar/stmf/stmf.c
6599
stmf_worker_t *w;
usr/src/uts/common/io/comstar/stmf/stmf.c
6612
w = (stmf_worker_t *)arg;
usr/src/uts/common/io/comstar/stmf/stmf.c
6615
DTRACE_PROBE1(worker__create, stmf_worker_t, w);
usr/src/uts/common/io/comstar/stmf/stmf.c
6627
DTRACE_PROBE1(worker__destroy, stmf_worker_t, w);
usr/src/uts/common/io/comstar/stmf/stmf.c
6659
DTRACE_PROBE2(worker__active, stmf_worker_t, w,
usr/src/uts/common/io/comstar/stmf/stmf.c
6816
DTRACE_PROBE1(worker__timed__sleep, stmf_worker_t, w);
usr/src/uts/common/io/comstar/stmf/stmf.c
6820
DTRACE_PROBE1(worker__sleep, stmf_worker_t, w);
usr/src/uts/common/io/comstar/stmf/stmf.c
6823
DTRACE_PROBE1(worker__wakeup, stmf_worker_t, w);