| /openbsd/src/usr.sbin/amd/amd/ |
| D | info_nis.c | 70 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()
|
| D | rpc_fwd.c | 166 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()
|
| D | xutil.c | 61 { "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()
|
| D | host_ops.c | 139 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()
|
| D | opts.c | 401 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()
|
| D | map.c | 602 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()
|
| D | ufs_ops.c | 113 plog(XLOG_ERROR, "mount_ufs: %m"); in ufs_fmount()
|
| D | mount_fs.c | 92 plog(XLOG_ERROR, "%s: mount: %m", mnt->mnt_dir); in mount_fs()
|
| D | pfs_ops.c | 121 plog(XLOG_ERROR, "exec failed: %m"); in pfs_exec()
|
| D | mtab.c | 125 plog(XLOG_ERROR, "Can't read mount table"); in read_mtab()
|
| D | afs_ops.c | 147 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()
|
| D | nfsx_ops.c | 289 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()
|
| D | sched.c | 203 plog(XLOG_ERROR, "Process %ld exited with signal %d", in sigchld()
|
| D | nfs_ops.c | 638 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()
|
| D | util.c | 578 plog(XLOG_ERROR, "rmdir(%s): %m", xdp); in rmdirs()
|
| D | srvr_nfs.c | 124 plog(XLOG_ERROR, "Couldn't create ping RPC message"); in start_ping()
|
| D | mapc.c | 541 plog(XLOG_ERROR, "Null map request for %s", key); in mapc_meta_search()
|
| /openbsd/src/usr.sbin/amd/include/ |
| D | config.h | 61 #define XLOG_ERROR 0x0002 macro 70 #define XLOG_ALL (XLOG_FATAL|XLOG_ERROR|XLOG_USER|XLOG_WARNING|XLOG_INFO|XLOG_MAP|XLOG_STATS)
|