Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/common/modules/nca/
H A Dnca.c898 nodef_t nodef; in nca_nodef_walk_step() local
906 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()
/titanic_41/usr/src/lib/libdtrace/common/
H A Ddt_as.c412 uint_t nodef; in dt_as() local
432 nodef = knodef; in dt_as()
435 nodef = unodef; in dt_as()
440 if (!nodef) in dt_as()
/titanic_41/usr/src/cmd/sgs/m4/common/
H A Dm4.c507 static struct nlist nodef; in lookup() local
520 return (&nodef); in lookup()
/titanic_41/usr/src/cmd/sgs/yacc/common/
H A Dy2.c1077 goto nodef; in defout()
1092 nodef:; in defout()