Searched refs:plog (Results 1 - 25 of 69) sorted by last modified time

123

/freebsd-11-stable/sys/netpfil/ipfw/nat64/
H A Dnat64stl.c67 nat64stl_log(struct pfloghdr *plog, struct mbuf *m, sa_family_t family, argument
72 memset(plog, 0, sizeof(*plog));
73 plog->length = PFLOG_REAL_HDRLEN;
74 plog->af = family;
75 plog->action = PF_NAT;
76 plog->dir = PF_IN;
77 plog->rulenr = htonl(kidx);
79 plog->subrulenr = htonl(pktid);
80 plog
[all...]
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...]
H A Dnat64clat.c68 nat64clat_log(struct pfloghdr *plog, struct mbuf *m, sa_family_t family, argument
73 memset(plog, 0, sizeof(*plog));
74 plog->length = PFLOG_REAL_HDRLEN;
75 plog->af = family;
76 plog->action = PF_NAT;
77 plog->dir = PF_IN;
78 plog->rulenr = htonl(kidx);
80 plog->subrulenr = htonl(pktid);
81 plog
[all...]
/freebsd-11-stable/contrib/amd/libamu/
H A Dxdr_func.c79 plog(XLOG_DEBUG, "xdr_attrstat:");
103 plog(XLOG_DEBUG, "xdr_createargs:");
121 plog(XLOG_DEBUG, "xdr_dirlist:");
139 plog(XLOG_DEBUG, "xdr_diropargs:");
157 plog(XLOG_DEBUG, "xdr_diropokres:");
175 plog(XLOG_DEBUG, "xdr_diropres:");
199 plog(XLOG_DEBUG, "xdr_dirpath:");
214 plog(XLOG_DEBUG, "xdr_entry:");
238 plog(XLOG_DEBUG, "xdr_exportnode:");
259 plog(XLOG_DEBU
[all...]
H A Dxutil.c52 * default in dplog/plog below, and in
191 plog(XLOG_DEBUG, "Allocated size %d; block %p", len, p);
195 plog(XLOG_ERROR, "Retrying memory allocation");
200 plog(XLOG_FATAL, "Out of memory");
225 plog(XLOG_DEBUG, "Reallocated size %d; block %p", len, ptr);
236 plog(XLOG_FATAL, "Out of memory in realloc");
249 plog(XLOG_DEBUG, "Free in %s:%d: block %p", file, line, ptr);
411 plog(XLOG_ERROR, "cannot change immutable debug flags");
457 plog(int lvl, const char *fmt, ...) function
508 * Note: xvsnprintf() may call plog() i
[all...]
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");
H A Dmtab.c182 plog(XLOG_MAP, "numeric option to \"%s\" missing", opt);
204 plog(XLOG_MAP, "invalid numeric option in \"%s\": \"%s\"", opt, str);
H A Dstrutil.c139 plog(XLOG_DEBUG, "strsplit saved \"%s\"", v);
143 plog(XLOG_DEBUG, "strsplit saved a total of %d strings", ic);
170 plog(XLOG_ERROR, "xstrlcpy(%s:%d): string \"%s\" truncated to \"%s\"",
173 plog(XLOG_ERROR, "xstrlcpy: string \"%s\" truncated to \"%s\"", src, dst);
199 plog(XLOG_ERROR, "xstrlcat(%s:%d): string \"%s\" truncated to \"%s\"",
202 plog(XLOG_ERROR, "xstrlcat: string \"%s\" truncated to \"%s\"", src, dst);
247 * If error or truncation, plog error.
250 * possible infinite recursion between plog() and xvsnprintf(). If it
257 plog(XLOG_ERROR, "xvsnprintf(%s:%d): string %p truncated (ret=%d, format=\"%s\")",
260 plog(XLOG_ERRO
[all...]
H A Dmount_fs.c228 plog(XLOG_ERROR, "'%s': mount: %m", mnt_dir);
245 plog(XLOG_ERROR, "'%s': umount: %m", mnt_dir);
247 plog(XLOG_WARNING, "extra umount required for '%s'", mnt_dir);
518 plog(XLOG_WARNING, "noconn option not specified, and was just turned ON (OS override)! (May cause NFS hangs on some systems...)");
524 plog(XLOG_WARNING, "noconn option specified, and was just turned OFF (OS override)! (May cause NFS hangs on some systems...)");
576 plog(XLOG_USER, "Mount opts soft and spongy are incompatible - soft ignored");
653 plog(XLOG_DEBUG, "NA->flags = 0x%lx", a->flags);
655 plog(XLOG_DEBUG, "NA->rsize = %lu", a->rsize);
656 plog(XLOG_DEBUG, "NA->wsize = %lu", a->wsize);
657 plog(XLOG_DEBU
[all...]
/freebsd-11-stable/contrib/amd/hlfsd/
H A Dstubs.c347 plog(XLOG_USER, "mailbox for uid=%ld, gid=%ld is %s",
H A Dhlfsd.c260 /* need my pid before any dlog/plog */
358 plog(XLOG_WARNING, "directory %s not read/executable",
376 plog(XLOG_WARNING, "%s/%s will be hidden by mount\n",
386 plog(XLOG_ERROR, "cannot create alternate dir %s: %m",
397 plog(XLOG_WARNING, "failsafe %s not a symlink\n",
407 plog(XLOG_WARNING,
434 plog(XLOG_INFO, "Initializing hlfsd...");
454 plog(XLOG_INFO, "parent waits for child to setup (stoplight=%d)", stoplight);
592 plog(XLOG_INFO, "normal NFS mounting hlfsd service points");
599 plog(XLOG_INF
[all...]
H A Dnfs_prot_svc.c224 plog(XLOG_ERROR,
242 plog(XLOG_FATAL, "unable to free rpc arguments in nfs_program_2");
H A Dhomedir.c174 plog(XLOG_WARNING, "could not setgid to %d: %m", groupid);
178 plog(XLOG_WARNING, "could not seteuid to %d: %m", userid);
188 plog(XLOG_WARNING, "can't make directory %s: %m", linkval);
195 plog(XLOG_WARNING, "bad link to %s: %m", linkval);
211 plog(XLOG_WARNING, "no more space in %s: %m", linkval);
229 plog(XLOG_ERROR, "cannot open %s: %m", buf);
234 plog(XLOG_ERROR, "cannot write \"%s\" (%d bytes) to %s : %m", buf, len, buf);
240 plog(XLOG_ERROR, "cannot unlink %s : %m", buf);
437 plog(XLOG_ERROR, "unable to read passwd file %s: %m", passwdfile);
440 plog(XLOG_INF
[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__)
/freebsd-11-stable/contrib/amd/conf/transp/
H A Dtransp_sockets.c87 plog(XLOG_ERROR, "Unable to resolve localhost_address \"%s\" (%s): using default",
92 plog(XLOG_ERROR, "localhost_address \"%s\" has no IP addresses: using default",
97 plog(XLOG_ERROR, "localhost_address \"%s\" has more than one IP addresses: using first",
102 plog(XLOG_INFO, "localhost_address \"%s\" requested, using %s",
171 plog(XLOG_ERROR, "can't bind privileged port (socket)");
190 plog(XLOG_ERROR, "Can't create socket to connect to mountd: %m");
198 plog(XLOG_ERROR, "can't bind privileged port");
252 plog(XLOG_FATAL, "Can't create privileged nfs port (socket)");
258 plog(XLOG_FATAL, "cannot create rpc/udp service");
263 plog(XLOG_FATA
[all...]
/freebsd-11-stable/contrib/amd/conf/umount/
H A Dumount_bsd44.c65 plog(XLOG_WARNING, "unmount: %s is not mounted", mntdir);
106 plog(XLOG_INFO, "umount2_fs: trying unmount/forced on %s", mntdir);
111 plog(XLOG_WARNING, "%s: unmount/force: %m", mntdir);
/freebsd-11-stable/contrib/amd/conf/mtab/
H A Dmtab_bsd.c116 plog(XLOG_ERROR, "Can't read mount table");
/freebsd-11-stable/contrib/amd/amd/
H A Dsun_map_parse.y438 plog(XLOG_ERROR, "Sun map parser did not produce data structs.");
H A Dsun_map.c514 plog(XLOG_ERROR,"Sun key value was null");
519 plog(XLOG_ERROR,"Sun entry value was null");
533 plog(XLOG_ERROR,"could not parse Sun style map");
568 plog(XLOG_ERROR, "Sun fstype %s is currently not supported by Amd.",
575 plog(XLOG_ERROR, "Sun fstype %s is currently not supported by Amd.",
580 plog(XLOG_ERROR, "Sun fstype %s is currently not supported by Amd.",
586 plog(XLOG_INFO, "No SUN fstype specified defaulting to NFS.");
H A Dsrvr_nfs.c149 plog(XLOG_WARNING, "%s: nfs_version = 0, changed to 2", __func__);
151 plog(XLOG_INFO, "%s: nfs_version: %d", __func__, (int) nfs_version);
164 plog(XLOG_ERROR, "Couldn't create ping RPC message");
294 plog(XLOG_WARNING, "%s: nfs_version = 0 fixed", __func__);
296 plog(XLOG_INFO, "%s: NFS version %d on %s", __func__,
305 plog(XLOG_INFO, "Using MOUNT version: %d", (int) mnt_version);
469 plog(XLOG_WARNING, "EZK: down fileserver %s changed ip: %s -> %s",
651 plog(XLOG_INFO, "initializing %s's pinger to %d sec", fs->fs_host, pingval);
661 plog(XLOG_INFO, "changing %s's ping value from %d%s to %d%s",
702 plog(XLOG_ERRO
[all...]
H A Drestart.c70 plog(XLOG_WARNING, "NFS server entry assumed to be %s:/", me->mnt_fsname);
99 plog(XLOG_INFO, "%s restarted fstype %s on %s, flags 0x%x",
220 plog(XLOG_WARNING, "%s is an existing automount point", me->mnt_dir);
224 plog(XLOG_WARNING, "Can't parse pid in %s", me->mnt_fsname);
228 plog(XLOG_WARNING, "Automounter (pid: %ld) still alive", pid);
239 plog(XLOG_WARNING, "No port specified for %s", me->mnt_fsname);
252 plog(XLOG_WARNING, "Too many open ports (256)");
261 plog(XLOG_WARNING, "Can't bind to port %u", port);
271 plog(XLOG_WARNING, "Can't restart %s, leaving it alone", me->mnt_dir);
H A Drpc_fwd.c164 plog(XLOG_ERROR, "unable to create RPC forwarding TLI socket: %s",
174 plog(XLOG_ERROR, "unable to create RPC forwarding socket: %m");
183 plog(XLOG_ERROR, "can't bind privileged port (rpc_fwd)");
190 plog(XLOG_ERROR, "Can't set non-block on forwarding socket: %m");
325 plog(XLOG_ERROR,"fwd_packet failed: t_errno=%d, errno=%d",t_errno,errno);
390 plog(XLOG_ERROR,"fwd_reply failed: t_errno=%d, errno=%d, flags=%d",t_errno,errno, flags);
415 plog(XLOG_ERROR, "Error reading RPC reply: %m");
H A Dops_xfs.c88 plog(XLOG_USER, "xfs: no device specified");
153 plog(XLOG_ERROR, "mount_xfs: %m");
H A Dops_udf.c88 plog(XLOG_ERROR, "mount_udf: unknown %s: %s", id_type, s);
127 plog(XLOG_USER, "udf: no source device specified");
157 plog(XLOG_ERROR, "mount_udf: invalid uid for nobody");
165 plog(XLOG_ERROR, "mount_udf: invalid gid for nobody");
258 plog(XLOG_ERROR, "mount_udf: %m");
H A Dsun2amd.c107 plog(XLOG_ERROR, "map line %d has no entry", line);
112 plog(XLOG_ERROR, "map line %d has no entry", line);
119 plog(XLOG_ERROR, "parse error on line %d", line);
124 plog(XLOG_ERROR, "can't write to output stream: %s", strerror(errno));
149 plog(XLOG_ERROR,"could not open file %s",path);

Completed in 136 milliseconds

123