Symbol: filed
usr.bin/fstat/fstat.c
306
struct filedesc filed;
usr.bin/fstat/fstat.c
316
if (!kread(p->p_fd, &filed, sizeof (filed))) {
usr.bin/fstat/fstat.c
327
if (filed.fd_rdir)
usr.bin/fstat/fstat.c
328
vtrans(filed.fd_rdir, &filed.fd_nrdir, RDIR, FREAD, 0);
usr.bin/fstat/fstat.c
332
vtrans(filed.fd_cdir, &filed.fd_ncdir, CDIR, FREAD, 0);
usr.bin/fstat/fstat.c
348
ALLOC_OFILES(filed.fd_lastfile+1);
usr.bin/fstat/fstat.c
349
if (!kread(filed.fd_files, ofiles,
usr.bin/fstat/fstat.c
350
(filed.fd_lastfile+1) * sizeof(struct fdnode))) {
usr.bin/fstat/fstat.c
353
(void *)filed.fd_files, Pid);
usr.bin/fstat/fstat.c
356
for (i = 0; i <= filed.fd_lastfile; i++) {
usr.sbin/syslogd/syslogd.c
1055
struct filed *f;
usr.sbin/syslogd/syslogd.c
1068
fprintlog(struct filed *f, int flags, const char *msg)
usr.sbin/syslogd/syslogd.c
1339
wallmsg(struct filed *f, struct iovec *iov, const int iovlen)
usr.sbin/syslogd/syslogd.c
1384
struct filed *f;
usr.sbin/syslogd/syslogd.c
1490
struct filed *f;
usr.sbin/syslogd/syslogd.c
151
struct filed *f_next; /* next in linked list */
usr.sbin/syslogd/syslogd.c
1528
struct filed *f, *next, **nextp;
usr.sbin/syslogd/syslogd.c
1590
*nextp = (struct filed *)calloc(1, sizeof(*f));
usr.sbin/syslogd/syslogd.c
1596
(*nextp)->f_next = (struct filed *)calloc(1, sizeof(*f));
usr.sbin/syslogd/syslogd.c
1674
f = (struct filed *)calloc(1, sizeof(*f));
usr.sbin/syslogd/syslogd.c
1762
cfline(const char *line, struct filed *f, const char *prog, const char *host)
usr.sbin/syslogd/syslogd.c
2048
struct filed *f;
usr.sbin/syslogd/syslogd.c
258
static struct filed *Files; /* Log files that we write to */
usr.sbin/syslogd/syslogd.c
259
static struct filed consfile; /* Console */
usr.sbin/syslogd/syslogd.c
299
static void cfline(const char *, struct filed *,
usr.sbin/syslogd/syslogd.c
309
static void fprintlog(struct filed *, int, const char *);
usr.sbin/syslogd/syslogd.c
325
static void wallmsg(struct filed *, struct iovec *, const int iovlen);
usr.sbin/syslogd/syslogd.c
897
struct filed *f;