Searched refs:logprintf (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/ypcmd/ |
H A D | ypxfr.c | 213 void logprintf(char *, ...); 260 logprintf(err_cant_get_kname, 266 logprintf(err_null_kname, 301 logprintf( 317 logprintf("Transferred map %s from %s (%d entries).\n", 351 logprintf(char *fmt, ...) in logprintf() function 379 logprintf(err_usage); 431 logprintf( 438 logprintf(err_usage); 453 logprintf( [all …]
|
H A D | ypserv.c | 90 void logprintf(char *format, ...); 197 logprintf("ypserv: ypinit fork failure.\n"); in ypinit() 220 logprintf("NIS to LDAP mapping inactive.\n"); in ypinit() 222 logprintf("Aborting after NIS to LDAP mapping " in ypinit() 270 logprintf("unable to set maximum RPC record size"); in ypinit() 281 logprintf("getnetconfigent(\"%s\") failed\n", in ypinit() 288 logprintf("t_open failed for %s\n", service[i].netid); in ypinit() 295 logprintf("could not set reserved port for %s\n", in ypinit() 305 logprintf("svc_tli_create failed for %s\n", in ypinit() 315 logprintf("%s %s\n", service[i].netid, register_failed); in ypinit() [all …]
|
H A D | ypxfrd_client.c | 51 extern void logprintf(char *, ...); 227 logprintf("ypxfr: tcp transport not supported\n"); 234 logprintf("ypxfr: TLI problems\n"); 244 logprintf( 258 logprintf("ypxfr: TLI problems\n"); 269 logprintf("ypxfr: couldnot get %s address\n", master); 293 logprintf("dbm_open failed %s\n", tempmap); 300 logprintf("clnt call to ypxfrd getdbm failed.\n"); 306 logprintf("clnt call %s ypxfrd getdbm NOTOK %s %s code=%d\n",
|
H A D | ypserv_proc.c | 88 #define FORK_ERR logprintf(err_fork, fun) 90 #define EXEC_ERR logprintf(err_execl, fun) 92 #define RESPOND_ERR logprintf(err_respond, fun) 94 #define FREE_ERR logprintf(err_free, fun) 96 #define MAP_ERR logprintf(err_map, fun) 98 #define VERS_ERR logprintf(err_vers, fun) 148 logprintf("Protocol incorrect\n"); in ypdomain() 165 logprintf("Domain %s not supported\n", in ypdomain() 184 logprintf("Domain %s not supported (broadcast)\n", in ypdomain()
|
H A D | ypsym.h | 108 extern void logprintf(char *format, ...);
|