Searched defs:spec_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/tnf/prex/
H A Dspec.h63 } spec_t; typedef in typeref:struct:spec
66 (*spec_attr_fun_t) (spec_t * spec, char *attr, char *value, void *calldatap);
68 (*spec_val_fun_t) (spec_t * spec, char *value, void *calldatap);
80 spec_t * spec(char *str_p, spec_type_t type);
81 void spec_destroy(spec_t * list_p);
82 void spec_print(FILE * stream, spec_t * list_p);
83 spec_t * spec_list(spec_t * list_p, spec_t * item_p);
84 void spec_attrtrav(spec_t * spec_
[all...]

Completed in 1443 milliseconds