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

/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_subr.c72 struct hsfs_error { struct
78 } hsfs_error[] = { variable in typeref:struct:hsfs_error
318 cmn_err(CE_NOTE, hsfs_error[errtype].hdr_text,
321 switch (hsfs_error[errtype].n_printf_args) {
323 cmn_err(CE_CONT, hsfs_error[errtype].err_text);
326 cmn_err(CE_CONT, hsfs_error[errtype].err_text, data);
334 if (hsfs_error[errtype].multiple)

Completed in 45 milliseconds