Home
last modified time | relevance | path

Searched defs:fmd_asru_link (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/fm/fmd/common/
H A Dfmd_asru.h69 typedef struct fmd_asru_link { struct
72 struct fmd_asru_link *al_asru_next; /* next link on hash chain */ argument
73 struct fmd_asru_link *al_case_next; /* next link on hash chain */ argument
74 struct fmd_asru_link *al_fru_next; /* next link on hash chain */ argument
75 struct fmd_asru_link *al_label_next; /* next link on hash chain */ argument
76 struct fmd_asru_link *al_rsrc_next; /* next link on hash chain */ argument
91 } fmd_asru_link_t; argument
H A Dfmd_mdb.c1085 fmd_asru_link(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in fmd_asru_link() function