Searched refs:XLOG_USER (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-11-stable/contrib/amd/amd/
H A Dops_lustre.c86 plog(XLOG_USER, "lustre: no remote filesystem specified");
90 plog(XLOG_USER, "lustre: no remote host specified");
102 plog(XLOG_USER, "lustre: missing protocol in host `%s'", ptr);
113 plog(XLOG_USER, "lustre: unknown host `%s'", ptr);
118 plog(XLOG_USER, "lustre: bad address length %zu != %d for %s",
135 plog(XLOG_USER, "lustre: empty host");
H A Dinfo_ldap.c171 plog(XLOG_USER, "Adding ldap server %s:%d",
273 plog(XLOG_USER, "Unable to parse hostport %s for ldap map %s",
365 plog(XLOG_USER, "Unable to (re)bind to any ldap hosts\n");
402 plog(XLOG_USER, "Timestamp LDAP search attempt %d failed: %s\n",
416 plog(XLOG_USER, "LDAP timestamp search failed: %s\n",
425 plog(XLOG_USER, "No timestamp entry for map %s\n", map);
434 plog(XLOG_USER, "Missing timestamp value for map %s\n", map);
445 plog(XLOG_USER, "Unable to decode ldap timestamp %s for map %s\n",
450 plog(XLOG_USER, "Nonpositive timestamp %ld for map %s\n",
455 plog(XLOG_USER, "Empt
[all...]
H A Damfs_link.c87 plog(XLOG_USER, "link: no fs specified");
H A Dopts.c316 plog(XLOG_USER, "Empty backslash escape");
368 plog(XLOG_USER,
510 plog(XLOG_USER, "key %s: Can't assign to a selector (%s)",
520 plog(XLOG_USER, "key %s: Unrecognized key/option \"%s\"", mapkey, f);
562 plog(XLOG_USER, "key %s: No value component in \"%s\"", mapkey, f);
570 plog(XLOG_USER, "key %s: Malformed function in \"%s\"", mapkey, f);
600 plog(XLOG_USER, "key %s: unknown function \"%s\"", mapkey, f);
607 plog(XLOG_USER, "key %s: Bad selector \"%s\"", mapkey, f);
692 plog(XLOG_USER, "key %s: Unrecognized key/option \"%s\"", mapkey, f);
779 plog(XLOG_USER, "ke
[all...]
H A Dops_ufs.c92 plog(XLOG_USER, "ufs: no device specified");
H A Dops_xfs.c88 plog(XLOG_USER, "xfs: no device specified");
H A Dops_efs.c88 plog(XLOG_USER, "efs: no device specified");
H A Dops_lofs.c87 plog(XLOG_USER, "lofs: no source filesystem specified");
H A Damfs_nfsx.c107 plog(XLOG_USER, "amfs_nfsx: no remote filesystem specified");
112 plog(XLOG_USER, "amfs_nfsx: no remote host specified");
481 plog(XLOG_USER, "amfs_nfsx: remount of %s failed: %m", mf->mf_mount);
H A Dops_tmpfs.c88 plog(XLOG_USER, "tmpfs: no device specified");
H A Dops_ext.c131 plog(XLOG_USER, "ext: no device specified");
H A Dinfo_union.c110 plog(XLOG_USER, "Cannot read directory %s: %m", *dir);
H A Dget_args.c276 plog(XLOG_USER, "-y: option ignored. No NIS support available.");
437 plog(XLOG_USER, "Cannot switch logfile");
H A Dops_pcfs.c88 plog(XLOG_USER, "pcfs: no source device specified");
H A Dops_udf.c127 plog(XLOG_USER, "udf: no source device specified");
H A Dops_cachefs.c91 plog(XLOG_USER, "cachefs: must specify cachedir, rfs, and fs");
H A Dops_cdfs.c87 plog(XLOG_USER, "cdfs: no source device specified");
H A Damfs_nfsl.c106 plog(XLOG_USER, "amfs_nfsl: host $fs and $rhost must be specified");
H A Dinfo_file.c173 plog(XLOG_USER, "%s: line %d has no value field", map, line_no);
H A Dam_ops.c395 plog(XLOG_USER, "No fs type specified (key = \"%s\", map = \"%s\")", keym, map);
403 plog(XLOG_USER, "fs type \"%s\" not recognized", fo->opt_type);
H A Dmapc.c484 plog(XLOG_USER, "error compiling RE \"%s\": %s", pattern, errstr);
699 plog(XLOG_USER, "Ambiguous map cache type \"%s\"; using \"inc\"", opt);
916 plog(XLOG_USER, "error matching RE \"%s\" against \"%s\": %s",
1185 plog(XLOG_USER, "No source data for map %s", map);
H A Dops_nfs.c225 plog(XLOG_USER, "filehandle denied for %s:%s", fp->fh_fs->fs_host, fp->fh_path);
289 plog(XLOG_USER, "filehandle denied for %s:%s", fp->fh_fs->fs_host, fp->fh_path);
704 plog(XLOG_USER, "nfs: no remote filesystem specified");
708 plog(XLOG_USER, "nfs: no remote host specified");
H A Damfs_generic.c1058 plog(XLOG_USER, "More than a single value for /defaults in %s", mf->mf_info);
1235 plog(XLOG_USER, "amfs_generic_match: no mount point named (rfs:=)");
1239 plog(XLOG_USER, "amfs_generic_match: no map named (fs:=)");
/freebsd-11-stable/contrib/amd/libamu/
H A Dxutil.c125 {"user", XLOG_USER}, /* Non-fatal user errors */
358 case XLOG_USER:
527 case XLOG_USER:
877 plog(XLOG_USER, "%s: Can't open logfile: %m", logfile);
/freebsd-11-stable/contrib/amd/include/
H A Dam_utils.h102 #define XLOG_USER 0x0004 macro
111 #define XLOG_ALL (XLOG_FATAL|XLOG_ERROR|XLOG_USER|XLOG_WARNING|XLOG_INFO|XLOG_MAP|XLOG_STATS)

Completed in 219 milliseconds

12