Searched refs:plog (Results 51 - 69 of 69) sorted by relevance

123

/freebsd-11-stable/contrib/amd/amd/
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);
434 plog(XLOG_INFO, "merge rem/opts \"%s\" add \"%s\" => \"%s\"",
443 plog(XLOG_INFO, "merge opts \"%s\" add \"%s\" => \"%s\"",
448 plog(XLOG_INFO, "merge remopts \"%s\" add \"%s\" => \"%s\"",
H A Damfs_nfsx.c107 plog(XLOG_USER, "amfs_nfsx: no remote filesystem specified");
112 plog(XLOG_USER, "amfs_nfsx: no remote host specified");
319 plog(XLOG_ERROR, "mount for %s got signal %d", n->n_mnt->mf_mount, term);
326 plog(XLOG_ERROR, "%s: mount (amfs_nfsx_cont): %m", n->n_mnt->mf_mount);
481 plog(XLOG_USER, "amfs_nfsx: remount of %s failed: %m", mf->mf_mount);
H A Damfs_generic.c145 plog(XLOG_WARNING, "Key \"%s\" contains a disallowed character", fname);
314 plog(XLOG_MAP, "Map entry %s for %s did not match", ivec, new_mp->am_path);
399 plog(XLOG_MAP, "No map entry for %s", pfname);
401 plog(XLOG_MAP, "Waiting on map entry for %s", pfname);
542 plog(XLOG_ERROR, "mount for %s got signal %d", mp->am_path, term);
573 plog(XLOG_ERROR, "%s: mount (amfs_cont): %m", mp->am_path);
622 plog(XLOG_INFO, "mount of \"%s\" has timed out", mp->am_path);
795 plog(XLOG_MAP, "Trying mount of %s on %s fstype %s mount_type %s",
826 plog(XLOG_INFO, "creating mountpoint directory '%s'", mf->mf_mount);
829 plog(XLOG_ERRO
[all...]
H A Dops_cdfs.c87 plog(XLOG_USER, "cdfs: no source device specified");
228 plog(XLOG_ERROR, "mount_cdfs: %m");
H A Dinfo_file.c116 plog(XLOG_WARNING, "line %d in \"%s\" is too long", line_no, map);
173 plog(XLOG_USER, "%s: line %d has no value field", map, line_no);
H A Dmntfs.c308 plog(XLOG_ERROR, "IGNORING free_loc for 0x%p", loc);
333 plog(XLOG_ERROR, "IGNORING free_mntfs for <%s>: refc %d, flags %x (bug?)",
340 plog(XLOG_ERROR, "IGNORING free_mntfs for <%s>: refc %d, flags %x (restarted)",
354 plog(XLOG_INFO, "%s%s%s %sed fstype %s from %s",
H A Dsrvr_amfs_auto.c204 plog(XLOG_INFO, "file server %s, type %s, state %s", fs->fs_host, fs->fs_type, state);
H A Dget_args.c276 plog(XLOG_USER, "-y: option ignored. No NIS support available.");
354 plog(XLOG_INFO, "using configuration file %s", amu_conf_file);
437 plog(XLOG_USER, "Cannot switch logfile");
H A Dclock.c185 plog(XLOG_WARNING, "job %d rescheduled to run immediately", cp->c_id);
H A Dinfo_union.c110 plog(XLOG_USER, "Cannot read directory %s: %m", *dir);
H A Damq_svc.c169 plog(XLOG_WARNING, "Amd denied remote amq service to %s", remote_hostname);
304 plog(XLOG_FATAL, "unable to free rpc arguments in amqprog_1");
H A Dsched.c266 plog(XLOG_ERROR, "Process %d exited with signal %d",
H A Damq_subr.c203 plog(XLOG_INFO, "amq says flush cache");
299 plog(XLOG_WARNING, "path \"%s\" did not resolve after %d tries",
H A Dsun_map_parse.y438 plog(XLOG_ERROR, "Sun map parser did not produce data structs.");
/freebsd-11-stable/contrib/amd/libamu/
H A Dwire.c203 plog(XLOG_WARNING, "getnetbyaddr failed on 0x%x, succeeded on 0x%x",
245 plog(XLOG_WARNING, "Long hostname %s truncated to %d characters",
287 plog(XLOG_INFO, "%s is on a remote network",
321 plog(XLOG_ERROR, "%s: netstr %s does not have a `/'", __func__, netstr);
467 plog(XLOG_ERROR, "getwire unable to get interface flags");
/freebsd-11-stable/contrib/amd/hlfsd/
H A Dnfs_prot_svc.c224 plog(XLOG_ERROR,
242 plog(XLOG_FATAL, "unable to free rpc arguments in nfs_program_2");
H A Dstubs.c347 plog(XLOG_USER, "mailbox for uid=%ld, gid=%ld is %s",
/freebsd-11-stable/sys/netpfil/ipfw/nat64/
H A Dnat64lsn.c214 nat64lsn_log(struct pfloghdr *plog, struct mbuf *m, sa_family_t family, argument
218 memset(plog, 0, sizeof(*plog));
219 plog->length = PFLOG_REAL_HDRLEN;
220 plog->af = family;
221 plog->action = PF_NAT;
222 plog->dir = PF_IN;
223 plog->rulenr = htonl(n);
224 plog->subrulenr = htonl(sn);
225 plog
[all...]
/freebsd-11-stable/contrib/amd/include/
H A Dam_utils.h324 extern void plog(int, const char *,...)
468 #define EZKDBG plog(XLOG_INFO,"EZK:%s:%s:%d\n",__FILE__,__FUNCTION__,__LINE__)

Completed in 385 milliseconds

123