Searched refs:declnm (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/fm/fminject/common/
H A Dinj_decl.c97 inj_decl_mem_create_defined(const char *name, const char *declnm, argument
105 if ((dlm->dlm_decl = inj_decl_lookup(declnm, type)) == NULL) {
106 yyerror("unknown %s %s", inj_item2str(type), declnm);
H A Dinj_defn.c795 inj_defn_finish(inj_defn_t *defn, const char *declnm, const char *name, argument
798 inj_decl_t *decl = inj_decl_lookup(declnm, type);
808 yyerror("unknown %s type %s\n", inj_item2str(type), declnm);

Completed in 49 milliseconds