Searched defs:ofmt_field_s (Results 1 – 1 of 1) sorted by relevance
165 typedef struct ofmt_field_s { struct166 char *of_name; /* column name */167 uint_t of_width; /* output column width */168 uint_t of_id; /* implementation specific cookie */169 ofmt_cb_t *of_cb; /* callback function defined by caller */