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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dmmd.c72 void *qw_data; /* opaque data structure */ member in struct:q_walk_s
512 qwp->qw_data = sz > 0 ? mdb_alloc(sz, UM_SLEEP) : NULL;
520 if (mdb_vread(qwp->qw_data, qwp->qw_sz, wsp->walk_addr) == -1) {
527 bcopy((uchar_t *)qwp->qw_data + qwp->qw_off, &ql, sizeof (ql));
555 if (mdb_vread(qwp->qw_data, qwp->qw_sz, wsp->walk_addr) == -1) {
562 bcopy((uchar_t *)qwp->qw_data + qwp->qw_off, &ql, sizeof (ql));
579 if (qwp->qw_data != NULL)
580 mdb_free(qwp->qw_data, qwp->qw_sz);

Completed in 73 milliseconds