Home
last modified time | relevance | path

Searched refs:mbind_local (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/mdb_ks/
H A Dmdb_ks.c1018 struct bind mbind_local; in mdb_name_to_major() local
1027 if (mdb_vread(&mbind_local, sizeof (mbind_local), mbind) == in mdb_name_to_major()
1033 *major = (major_t)mbind_local.b_num; in mdb_name_to_major()