/titanic_44/usr/src/cmd/eeprom/common/ |
H A D | error.c | 51 _error(int do_perror, char *fmt, ...) in _error() argument 69 if (do_perror == NO_PERROR) in _error()
|
/titanic_44/usr/src/cmd/stat/common/ |
H A D | common.c | 39 fail(int do_perror, char *message, ...) in fail() argument 48 if (do_perror) in fail()
|
H A D | statcommon.h | 231 void fail(int do_perror, char *message, ...);
|
/titanic_44/usr/src/cmd/eeprom/i386/ |
H A D | benv.h | 56 extern int _error(int do_perror, char *fmt, ...);
|
/titanic_44/usr/src/cmd/eeprom/sparc/ |
H A D | loadlogo.c | 32 extern int _error(int do_perror, char *fmt, ...);
|
H A D | openprom.c | 46 extern int _error(int do_perror, char *fmt, ...);
|
/titanic_44/usr/src/cmd/tnf/tnfdump/ |
H A D | main.c | 385 fail(int do_perror, char *message, ...) in fail() argument 393 if (do_perror) in fail()
|
/titanic_44/usr/src/cmd/sa/ |
H A D | sadc.c | 515 fail(int do_perror, char *message, ...) in fail() argument 523 if (do_perror) in fail()
|
H A D | sar.c | 1215 fail(int do_perror, char *message, ...) in fail() argument 1224 switch (do_perror) { in fail()
|
/titanic_44/usr/src/cmd/smbsrv/smbstat/ |
H A D | smbstat.c | 1094 smbstat_fail(int do_perror, char *message, ...) in smbstat_fail() argument 1103 if (do_perror) in smbstat_fail()
|
/titanic_44/usr/src/cmd/rpcsvc/ |
H A D | rstat_proc.c | 644 fail(int do_perror, char *message, ...) in fail() argument 652 if (do_perror) in fail()
|
/titanic_44/usr/src/cmd/fs.d/nfs/nfsstat/ |
H A D | nfsstat.c | 1332 fail(int do_perror, char *message, ...) in fail() argument 1340 if (do_perror) in fail()
|
/titanic_44/usr/src/cmd/lockstat/ |
H A D | lockstat.c | 217 fail(int do_perror, const char *message, ...) in fail() argument 226 if (do_perror) in fail()
|
/titanic_44/usr/src/cmd/ztest/ |
H A D | ztest.c | 470 fatal(int do_perror, char *message, ...) in fatal() argument 483 if (do_perror) { in fatal()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/netstat/ |
H A D | netstat.c | 6149 fail(int do_perror, char *message, ...) in fail() argument 6157 if (do_perror) in fail()
|