Searched refs:nodef (Results 1 – 4 of 4) sorted by relevance
898 nodef_t nodef; in nca_nodef_walk_step() local906 if (mdb_vread(&nodef, sizeof (nodef_t), wsp->walk_addr) == -1) { in nca_nodef_walk_step()911 status = wsp->walk_callback(wsp->walk_addr, &nodef, wsp->walk_cbdata); in nca_nodef_walk_step()916 if (nodef.head != NULL) { in nca_nodef_walk_step()922 (uintptr_t)nodef.head) == -1) { in nca_nodef_walk_step()923 mdb_warn("cannot read node_t at %p", nodef.head); in nca_nodef_walk_step()927 status = wsp->walk_callback((uintptr_t)nodef.head, in nca_nodef_walk_step()
412 uint_t nodef; in dt_as() local432 nodef = knodef; in dt_as()435 nodef = unodef; in dt_as()440 if (!nodef) in dt_as()
507 static struct nlist nodef; in lookup() local520 return (&nodef); in lookup()
1077 goto nodef; in defout()1092 nodef:; in defout()