Lines Matching full:syslog

26 #include <syslog.h>
33 /* Don't use syslog() in the function since that can cause write to disk */
73 syslog(LOG_ERR, "Can't allocate memory!"); in is_dev_loop()
82 syslog(LOG_ERR, "Can't access: %s; error:%d %s!", in is_dev_loop()
90 syslog(LOG_ERR, "Can't opendir: %s; error:%d %s!", in is_dev_loop()
143 syslog(LOG_ERR, "Can't stat: %s; error:%d %s!", in vss_operate()
190 /* Call syslog after we thaw all filesystems */ in vss_operate()
192 syslog(LOG_ERR, "FREEZE of %s failed; error:%d %s", in vss_operate()
195 syslog(LOG_ERR, "FREEZE of / failed; error:%d %s", save_errno, in vss_operate()
245 syslog(LOG_INFO, "VSS starting; pid is:%d", getpid()); in main()
252 syslog(LOG_ERR, "failed to thaw file system: err=%d", in main()
261 syslog(LOG_ERR, "open /dev/vmbus/hv_vss failed; error: %d %s", in main()
272 syslog(LOG_ERR, "registration to kernel failed; error: %d %s", in main()
285 syslog(LOG_ERR, "poll failed; error:%d %s", errno, strerror(errno)); in main()
298 syslog(LOG_ERR, "invalid version negotiation"); in main()
303 syslog(LOG_INFO, "VSS: kernel module version: %d", in main()
309 syslog(LOG_ERR, "read failed; error:%d %s", in main()
321 syslog(LOG_INFO, "VSS: op=%s: %s\n", in main()
327 syslog(LOG_ERR, "op=%d failed!", op); in main()
328 syslog(LOG_ERR, "report it with these files:"); in main()
329 syslog(LOG_ERR, "/etc/fstab and /proc/mounts"); in main()
333 syslog(LOG_INFO, "VSS: op=CHECK HOT BACKUP\n"); in main()
336 syslog(LOG_ERR, "Illegal op:%d\n", op); in main()
347 syslog(LOG_ERR, "write failed; error: %d %s", errno, in main()