Home
last modified time | relevance | path

Searched refs:logerror (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/cmd/power/
H A Dpowerd.c161 logerror(const char *fmt, ...) in logerror() function
179 logerror("%s: string too long \"%s ...\"\n" in estrcpy()
274 logerror("Unable to connect to the console."); in main()
305 logerror("powerd starting power button monitor."); in main()
309 logerror("Unable to monitor system's power button."); in main()
320 logerror("powerd starting system activity monitor."); in main()
324 logerror("Unable to create thread to monitor system activity."); in main()
331 logerror("powerd starting autos3 monitor."); in main()
334 logerror("Unable to create thread to monitor autos3 activity."); in main()
399 logerror("Unable to open %s: %s", SRN, strerror(errno)); in autos3_monitor()
[all …]
/titanic_44/usr/src/cmd/syslogd/
H A Dconf.c53 logerror("failed to create pipe"); in open_conf_pipe()
58 logerror("failed to fork1"); in open_conf_pipe()
80 logerror("failed to dup to stdout"); in open_conf_pipe()
86 logerror("failed to parse configuration file"); in open_conf_pipe()
126 logerror("failed to allocate config file table"); in grow_conf_file()
138 logerror("failed to allocate config file buffer"); in grow_conf_file()
H A Dsyslogd.c271 logerror("malloc failed: " x)
273 logerror("malloc failed - fatal"); \
417 logerror("Unable to increase file descriptor limit."); in main()
507 logerror("going down on signal %d", sig); in main()
553 logerror("cannot open %s", name); in openklog()
563 logerror("cannot register to log console messages"); in openklog()
581 logerror("can't open kernel log device - fatal"); in prepare_sys_poll()
599 logerror("kernel log driver poll error"); in prepare_sys_poll()
645 logerror("poll"); in sys_poll()
655 logerror("kernel log driver poll error"); in sys_poll()
[all …]
H A Dconf.h47 extern void logerror(const char *, ...);
H A Dsyslogd.h250 void logerror(const char *type, ...);
/titanic_44/usr/src/lib/libdevinfo/
H A Ddevinfo_devperm.c68 static void logerror(char *);
583 errmsg = logerror; in di_devperm_login()
642 logerror(char *errstring) in logerror() function