Searched defs:err_print (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/devfsadm/ |
H A D | devpolicy.c | 44 #define err_print devfsadm_errprint macro 45 extern void err_print(char *, ...); 141 (void) err_print("modctl(MODALLOCPRIV, %s): %s\n", 167 err_print(OPEN_FAILED, infile, strerror(errno)); 177 err_print(MALLOC_FAILED, 197 err_print(DPLCY_ONE_DFLT, infile); 205 err_print(DPLCY_FIRST, infile); 234 err_print(INVALID_MINOR, min); 240 err_print(MINOR_TOO_LONG, maj, min); 249 err_print(BAD_ENTR [all...] |
H A D | devfsadm_impl.h | 513 #define err_print devfsadm_errprint macro
|
/illumos-gate/usr/src/cmd/format/ |
H A D | io.c | 294 err_print("`%s' is not an integer.\n", str); 329 err_print("`%s' is not an integer.\n", str); 405 err_print("`%d' is out of range.\n", cyl); 416 err_print("`%d' is out of range.\n", head); 427 err_print("`%d' is out of range.\n", sect); 622 err_print("Error: unknown input type.\n"); 664 err_print("Error: Command line too long.\n"); 776 err_print("No default for this entry.\n"); 826 err_print("`"); 827 pr_dblock(err_print, bn6 2010 err_print(char *format, ...) function [all...] |
Completed in 47 milliseconds