Searched defs:fmd_asru_link (Results 1 – 2 of 2) sorted by relevance
69 typedef struct fmd_asru_link { struct72 struct fmd_asru_link *al_asru_next; /* next link on hash chain */ argument73 struct fmd_asru_link *al_case_next; /* next link on hash chain */ argument74 struct fmd_asru_link *al_fru_next; /* next link on hash chain */ argument75 struct fmd_asru_link *al_label_next; /* next link on hash chain */ argument76 struct fmd_asru_link *al_rsrc_next; /* next link on hash chain */ argument91 } fmd_asru_link_t; argument
1085 fmd_asru_link(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in fmd_asru_link() function