Home
last modified time | relevance | path

Searched refs:case_list (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/rpcgen/
H A Drpc_parse.h112 struct case_list { struct
116 struct case_list *next; argument
118 typedef struct case_list case_list; typedef
122 case_list *cases;
H A Drpc_parse.c435 case_list *cases; in def_union()
436 case_list **tailp; in def_union()
452 cases = calloc(1, sizeof (case_list)); in def_union()
464 cases = calloc(1, sizeof (case_list)); in def_union()
471 cases = calloc(1, sizeof (case_list)); in def_union()
H A Drpc_hout.c203 case_list *l; in puniondef()
H A Drpc_cout.c318 case_list *cl; in emit_union()
/titanic_41/usr/src/cmd/fm/modules/common/eversholt/
H A Dfme.c133 static struct case_list { struct
135 struct case_list *next; argument
452 struct case_list *ucasep, *nextcasep; in fme_fini()
691 struct case_list *bad; in fme_restart()
870 bad = MALLOC(sizeof (struct case_list)); in fme_restart()
3058 struct case_list *newcase; in publish_undiagnosable()
3067 newcase = MALLOC(sizeof (struct case_list)); in publish_undiagnosable()
3167 struct case_list *ucasep, *prevcasep = NULL; in fme_close_case()