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

/osnet-11/usr/src/lib/libinstzones/common/
H A Dzones_utils.c36 * _z_echo - Output an interactive message if interaction is enabled
188 * Name: _z_echo
202 _z_echo(char *a_format, ...) function
213 if (_z_global_data._z_echo == NULL) {
225 (_z_global_data._z_echo)("%s", message);
H A Dinstzones_lib.h203 _z_printf_fcn_t _z_echo; /* operational message fcn */ member in struct:_z_global_data_t
229 NULL, /* _z_echo */
259 void _z_echo(char *fmt, ...);

Completed in 29 milliseconds