Home
last modified time | relevance | path

Searched refs:_z_printf_fcn_t (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libinstzones/hdrs/
H A Dinstzones_api.h65 typedef void (*_z_printf_fcn_t)(char *a_format, ...); typedef
122 extern void z_set_output_functions(_z_printf_fcn_t a_echo_fcn,
123 _z_printf_fcn_t a_echo_debug_fcn,
124 _z_printf_fcn_t a_progerr_fcn);
/illumos-gate/usr/src/lib/libinstzones/common/
H A Dinstzones_lib.h239 _z_printf_fcn_t _z_echo; /* operational message fcn */
240 _z_printf_fcn_t _z_echo_debug; /* debug message fcn */
241 _z_printf_fcn_t _z_progerr; /* program error fcn */
H A Dzones.c1157 z_set_output_functions(_z_printf_fcn_t a_echo_fcn, in z_set_output_functions()
1158 _z_printf_fcn_t a_echo_debug_fcn, in z_set_output_functions()
1159 _z_printf_fcn_t a_progerr_fcn) in z_set_output_functions()