| /src/external/bsd/am-utils/dist/amd/ |
| ops_lustre.c | 88 plog(XLOG_USER, "lustre: no remote filesystem specified"); 92 plog(XLOG_USER, "lustre: no remote host specified"); 104 plog(XLOG_USER, "lustre: missing protocol in host `%s'", ptr); 115 plog(XLOG_USER, "lustre: unknown host `%s'", ptr); 120 plog(XLOG_USER, "lustre: bad address length %zu != %d for %s", 137 plog(XLOG_USER, "lustre: empty host");
|
| info_ldap.c | 173 plog(XLOG_USER, "Adding ldap server %s:%d", 275 plog(XLOG_USER, "Unable to parse hostport %s for ldap map %s", 367 plog(XLOG_USER, "Unable to (re)bind to any ldap hosts\n"); 404 plog(XLOG_USER, "Timestamp LDAP search attempt %d failed: %s\n", 418 plog(XLOG_USER, "LDAP timestamp search failed: %s\n", 427 plog(XLOG_USER, "No timestamp entry for map %s\n", map); 436 plog(XLOG_USER, "Missing timestamp value for map %s\n", map); 447 plog(XLOG_USER, "Unable to decode ldap timestamp %s for map %s\n", 452 plog(XLOG_USER, "Nonpositive timestamp %ld for map %s\n", 457 plog(XLOG_USER, "Empty timestamp value for map %s\n", map) [all...] |
| amfs_link.c | 89 plog(XLOG_USER, "link: no fs specified");
|
| opts.c | 318 plog(XLOG_USER, "Empty backslash escape"); 370 plog(XLOG_USER, 512 plog(XLOG_USER, "key %s: Can't assign to a selector (%s)", 522 plog(XLOG_USER, "key %s: Unrecognized key/option \"%s\"", mapkey, f); 564 plog(XLOG_USER, "key %s: No value component in \"%s\"", mapkey, f); 572 plog(XLOG_USER, "key %s: Malformed function in \"%s\"", mapkey, f); 602 plog(XLOG_USER, "key %s: unknown function \"%s\"", mapkey, f); 609 plog(XLOG_USER, "key %s: Bad selector \"%s\"", mapkey, f); 694 plog(XLOG_USER, "key %s: Unrecognized key/option \"%s\"", mapkey, f); 781 plog(XLOG_USER, "key %s: No option or assignment in \"%s\"", mapkey, f) [all...] |
| ops_efs.c | 90 plog(XLOG_USER, "efs: no device specified");
|
| ops_lofs.c | 89 plog(XLOG_USER, "lofs: no source filesystem specified");
|
| ops_ufs.c | 94 plog(XLOG_USER, "ufs: no device specified");
|
| ops_xfs.c | 90 plog(XLOG_USER, "xfs: no device specified");
|
| amfs_nfsx.c | 109 plog(XLOG_USER, "amfs_nfsx: no remote filesystem specified"); 114 plog(XLOG_USER, "amfs_nfsx: no remote host specified"); 483 plog(XLOG_USER, "amfs_nfsx: remount of %s failed: %m", mf->mf_mount);
|
| info_union.c | 112 plog(XLOG_USER, "Cannot read directory %s: %m", *dir);
|
| ops_ext.c | 133 plog(XLOG_USER, "ext: no device specified");
|
| ops_tmpfs.c | 90 plog(XLOG_USER, "tmpfs: no device specified");
|
| get_args.c | 270 plog(XLOG_USER, "-y: option ignored. No NIS support available."); 431 plog(XLOG_USER, "Cannot switch logfile");
|
| amfs_nfsl.c | 108 plog(XLOG_USER, "amfs_nfsl: host $fs and $rhost must be specified");
|
| info_file.c | 175 plog(XLOG_USER, "%s: line %d has no value field", map, line_no);
|
| ops_cachefs.c | 93 plog(XLOG_USER, "cachefs: must specify cachedir, rfs, and fs");
|
| ops_cdfs.c | 89 plog(XLOG_USER, "cdfs: no source device specified");
|
| ops_pcfs.c | 90 plog(XLOG_USER, "pcfs: no source device specified");
|
| ops_udf.c | 129 plog(XLOG_USER, "udf: no source device specified");
|
| am_ops.c | 397 plog(XLOG_USER, "No fs type specified (key = \"%s\", map = \"%s\")", keym, map); 405 plog(XLOG_USER, "fs type \"%s\" not recognized", fo->opt_type);
|
| mapc.c | 486 plog(XLOG_USER, "error compiling RE \"%s\": %s", pattern, errstr); 701 plog(XLOG_USER, "Ambiguous map cache type \"%s\"; using \"inc\"", opt); 918 plog(XLOG_USER, "error matching RE \"%s\" against \"%s\": %s", 1187 plog(XLOG_USER, "No source data for map %s", map);
|
| ops_nfs.c | 227 plog(XLOG_USER, "filehandle denied for %s:%s", fp->fh_fs->fs_host, fp->fh_path); 291 plog(XLOG_USER, "filehandle denied for %s:%s", fp->fh_fs->fs_host, fp->fh_path); 706 plog(XLOG_USER, "nfs: no remote filesystem specified"); 710 plog(XLOG_USER, "nfs: no remote host specified");
|
| amfs_generic.c | 1060 plog(XLOG_USER, "More than a single value for /defaults in %s", mf->mf_info); 1233 plog(XLOG_USER, "amfs_generic_match: no mount point named (rfs:=)"); 1237 plog(XLOG_USER, "amfs_generic_match: no map named (fs:=)");
|
| /src/external/bsd/am-utils/dist/libamu/ |
| xutil.c | 127 {"user", XLOG_USER}, /* Non-fatal user errors */ 360 case XLOG_USER: 529 case XLOG_USER: 879 plog(XLOG_USER, "%s: Can't open logfile: %m", logfile);
|
| /src/external/bsd/am-utils/dist/include/ |
| am_utils.h | 108 #define XLOG_USER 0x0004 117 #define XLOG_ALL (XLOG_FATAL|XLOG_ERROR|XLOG_USER|XLOG_WARNING|XLOG_INFO|XLOG_MAP|XLOG_STATS)
|