Home
last modified time | relevance | path

Searched refs:XLOG_ERROR (Results 1 – 18 of 18) sorted by relevance

/openbsd/src/usr.sbin/amd/amd/
Dinfo_nis.c70 plog(XLOG_ERROR, "getdomainname: %m"); in determine_nis_domain()
124 plog(XLOG_ERROR, "yp enumeration of %s: %s, status=%d, e=%d", in callback()
127 plog(XLOG_ERROR, "yp enumeration of %s: %s", in callback()
157 plog(XLOG_ERROR, "error grabbing nis map of %s: %s", in nis_reload()
235 plog(XLOG_ERROR, "%s: %s", map, yperr_string(res)); in nis_search()
268 plog(XLOG_ERROR, "%s: %s", map, "NIS+ server"); in nis_init()
Drpc_fwd.c166 plog(XLOG_ERROR, "Unable to create RPC forwarding socket: %m"); in fwd_init()
174 plog(XLOG_ERROR, "can't bind privileged port"); in fwd_init()
320 plog(XLOG_ERROR, "Error reading packet size: %m"); in fwd_reply()
329 plog(XLOG_ERROR, "Out of buffers in fwd_reply"); in fwd_reply()
347 plog(XLOG_ERROR, "Error reading RPC reply: %m"); in fwd_reply()
353 plog(XLOG_ERROR, "Short read in fwd_reply"); in fwd_reply()
Dxutil.c61 { "error", XLOG_ERROR }, /* Non-fatal system errors */
91 plog(XLOG_ERROR, "Retrying memory allocation"); in xmalloc()
162 case XLOG_ERROR: sev = "error:"; break; in show_time_host_and_name()
195 case XLOG_ERROR: lvl = LOG_ERR; break; in plog()
Dhost_ops.c139 plog(XLOG_ERROR, "No mount point for %s - skipping", dir); in do_mount()
179 plog(XLOG_ERROR, "mountd rpc failed: %s", msg); in fetch_fhandle()
254 plog(XLOG_ERROR, "Failed to make rpc connection to mountd on %s", host); in host_fmount()
443 plog(XLOG_ERROR, "Tree unmount of %s failed: %m", ml->mnt->mnt_dir); in host_fumount()
536 plog(XLOG_ERROR, "exec %s failed: %m", argv[0]); in host_exec()
Dopts.c401 plog(XLOG_ERROR, expand_error, *p->opt); in expand_op()
411 plog(XLOG_ERROR, expand_error, *p->opt); in expand_op()
572 plog(XLOG_ERROR, expand_error, *p->opt); in expand_op()
599 plog(XLOG_ERROR, expand_error, *p->opt); in expand_op()
631 plog(XLOG_ERROR, expand_error, *p->opt); in expand_op()
Dmap.c602 plog(XLOG_ERROR, "Can't find root filehandle for %s", dir); in root_fh()
652 plog(XLOG_ERROR, "Could not mount %s: %m", dir); in mount_auto_node()
889 plog(XLOG_ERROR, "unmount for %s got signal %d", mp->am_path, term); in free_map_if_success()
905 plog(XLOG_ERROR, "%s: unmount: %m", mp->am_path); in free_map_if_success()
1077 plog(XLOG_ERROR, "Got a zero interval in timeout_mp()!"); in timeout_mp()
Dufs_ops.c113 plog(XLOG_ERROR, "mount_ufs: %m"); in ufs_fmount()
Dmount_fs.c92 plog(XLOG_ERROR, "%s: mount: %m", mnt->mnt_dir); in mount_fs()
Dpfs_ops.c121 plog(XLOG_ERROR, "exec failed: %m"); in pfs_exec()
Dmtab.c125 plog(XLOG_ERROR, "Can't read mount table"); in read_mtab()
Dafs_ops.c147 plog(XLOG_ERROR, "no port number specified for %s", dir); in mount_toplvl()
379 plog(XLOG_ERROR, "Could not mount %s: %m", dir); in create_union_node()
603 plog(XLOG_ERROR, "mount for %s got signal %d", cp->mp->am_path, term); in afs_cont()
611 plog(XLOG_ERROR, "%s: mount (afs_cont): %m", cp->mp->am_path); in afs_cont()
1069 plog(XLOG_ERROR, "discarding a retry mntfs for %s", mf_retry->mf_mount); in afs_bgmount()
Dnfsx_ops.c289 plog(XLOG_ERROR, "mount for %s got signal %d", n->n_mnt->mf_mount, term); in nfsx_cont()
296 plog(XLOG_ERROR, "%s: mount (nfsx_cont): %m", n->n_mnt->mf_mount); in nfsx_cont()
Dsched.c203 plog(XLOG_ERROR, "Process %ld exited with signal %d", in sigchld()
Dnfs_ops.c638 plog(XLOG_ERROR, "Missing filehandle for %s", fs_name); in mount_nfs()
685 plog(XLOG_ERROR, "lstat(%s) after unmount: %m", mp->am_parent->am_path); in nfs_umounted()
Dutil.c578 plog(XLOG_ERROR, "rmdir(%s): %m", xdp); in rmdirs()
Dsrvr_nfs.c124 plog(XLOG_ERROR, "Couldn't create ping RPC message"); in start_ping()
Dmapc.c541 plog(XLOG_ERROR, "Null map request for %s", key); in mapc_meta_search()
/openbsd/src/usr.sbin/amd/include/
Dconfig.h61 #define XLOG_ERROR 0x0002 macro
70 #define XLOG_ALL (XLOG_FATAL|XLOG_ERROR|XLOG_USER|XLOG_WARNING|XLOG_INFO|XLOG_MAP|XLOG_STATS)