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

/opensolaris-onvv-gate/usr/src/lib/libinstzones/hdrs/
H A Dinstzones_api.h65 typedef void (*_z_printf_fcn_t)(char *a_format, ...); typedef
123 extern void z_set_output_functions(_z_printf_fcn_t a_echo_fcn,
124 _z_printf_fcn_t a_echo_debug_fcn,
125 _z_printf_fcn_t a_progerr_fcn);
/opensolaris-onvv-gate/usr/src/lib/libinstzones/common/
H A Dinstzones_lib.h242 _z_printf_fcn_t _z_echo; /* operational message fcn */
243 _z_printf_fcn_t _z_echo_debug; /* debug message fcn */
244 _z_printf_fcn_t _z_progerr; /* program error fcn */
H A Dzones.c1154 * Arguments: a_echo_fcn - (_z_printf_fcn_t)
1157 * a_echo_debug_fcn - (_z_printf_fcn_t)
1160 * a_progerr_fcn - (_z_printf_fcn_t)
1174 z_set_output_functions(_z_printf_fcn_t a_echo_fcn,
1175 _z_printf_fcn_t a_echo_debug_fcn,
1176 _z_printf_fcn_t a_progerr_fcn)

Completed in 340 milliseconds