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

/osnet-11/usr/src/lib/libinetutil/common/
H A Dofmt.h68 * ofmt_handle_t ofmt;
173 * ofmt_open() must be called to create the ofmt_handle_t; Resources allocated
176 typedef struct ofmt_state_s *ofmt_handle_t; typedef in typeref:struct:ofmt_state_s
178 uint_t, ofmt_handle_t *);
187 * with the ofmt_handle_t
189 extern void ofmt_close(ofmt_handle_t);
194 extern void ofmt_print(ofmt_handle_t, void *);
197 * ofmt_update_winsize() updates the window size information for ofmt_handle_t
199 extern void ofmt_update_winsize(ofmt_handle_t);
204 extern char *ofmt_strerror(ofmt_handle_t, ofmt_status_
[all...]
H A Dofmt.c179 uint_t maxcols, ofmt_handle_t *ofmt)
291 * free resources associated with the ofmt_handle_t
294 ofmt_close(ofmt_handle_t ofmt)
419 ofmt_print(ofmt_handle_t ofmt, void *arg)
524 ofmt_update_winsize(ofmt_handle_t ofmt)
537 * Return error diagnostics using the information in the ofmt_handle_t
540 ofmt_strerror(ofmt_handle_t ofmt, ofmt_status_t err, char *buf, uint_t bufsize)

Completed in 23 milliseconds