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

/illumos-gate/usr/src/uts/common/avs/ns/sv/
H A Dsv_impl.h116 } sv_maj_t; typedef in typeref:struct:sv_maj_s
H A Dsv.c144 static sv_maj_t *sv_majors[SV_MAJOR_HASH_CNT] = {0};
321 * sv_mutex protects config information - sv_maj_t and sv_dev_t lists;
504 static sv_maj_t *
507 sv_maj_t **insert, *maj;
527 cmn_err(CE_WARN, "!sv: could not allocate sv_maj_t");
554 cmn_err(CE_WARN, "!sv: could not allocate sv_maj_t");
612 sv_dev_to_sv(const dev_t dev, sv_maj_t **majpp)
616 sv_maj_t *maj;
672 sv_maj_t *maj;
750 sv_maj_t *ma
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/sv/
H A Dsv.c158 * Walker for an array of sv_maj_t structures.
162 sv_maj_t *sv_majors[SV_MAJOR_HASH_CNT + 1] = {0};
173 sv_majors[0] = (sv_maj_t *)wsp->walk_addr;
177 wsp->walk_data = mdb_zalloc(sizeof (sv_maj_t), UM_SLEEP);
196 addr = (uintptr_t)(((sv_maj_t *)wsp->walk_data)->sm_next)) {
198 if (mdb_vread(wsp->walk_data, sizeof (sv_maj_t), addr)
199 != sizeof (sv_maj_t)) {
211 wsp->walk_addr += sizeof (sv_maj_t *);
219 mdb_free(wsp->walk_data, sizeof (sv_maj_t));
321 * Display a single sv_maj_t structur
[all...]

Completed in 60 milliseconds