Searched refs:cvcd_err (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/cmd/cvcd/sparc/sun4u/starfire/ |
H A D | cvcd.c | 100 static void cvcd_err(int code, char *format, ...); 158 cvcd_err(LOG_ERR, "failed to read ssphostname"); 212 cvcd_err(LOG_WARNING, 245 cvcd_err(LOG_ERR, "open(SSPHOSTNAMEFILE):%s", 251 cvcd_err(LOG_ERR, "malloc:", strerror(errno)); 272 cvcd_err(LOG_ERR, 278 cvcd_err(LOG_ERR, "cvcd: Warning, can't get ", 283 cvcd_err(LOG_DEBUG, "%s%d%s%d%s%d\n", 298 cvcd_err(LOG_ERR, "cvcd: Warning, ", 305 cvcd_err(LOG_DEBUG, "GETPARMS failed"); [all …]
|
/titanic_41/usr/src/cmd/cvcd/sparc/sun4u/starcat/ |
H A D | cvcd.c | 128 static void cvcd_err(int code, char *format, ...); 226 cvcd_err(LOG_WARNING, 290 cvcd_err(LOG_ERR, "getservbyname(%s) not found", 298 cvcd_err(LOG_DEBUG, "tport = %d, debug = %d", tport, debug); 321 cvcd_err(LOG_ERR, "poll: %s", strerror(errno)); 328 cvcd_err(LOG_ERR, "accept: %s", 345 cvcd_err(LOG_ERR, "ioctl: %s", strerror(errno)); 359 cvcd_err(LOG_ERR, "open(redir): %s", strerror(errno)); 434 cvcd_err(LOG_ERR, "Warning: can't set priority."); 435 cvcd_err(LOG_ERR, "priocntl(GETPARMS): %s", strerror(errno)); [all …]
|