Symbol: filed
usr.bin/fstat/fstat.c
444
struct filedesc filed;
usr.bin/fstat/fstat.c
454
if (!KVM_READ(p->p_fd, &filed, sizeof (filed))) {
usr.bin/fstat/fstat.c
459
if (filed.fd_lastfile == -1)
usr.bin/fstat/fstat.c
466
if (!KVM_READ(filed.fd_dt, &dt, sizeof(dt))) {
usr.bin/fstat/fstat.c
467
warnx("can't read dtab at %p for pid %d", filed.fd_dt, Pid);
usr.bin/fstat/fstat.c
470
if ((unsigned)filed.fd_lastfile >= dt.dt_nfiles ||
usr.bin/fstat/fstat.c
471
filed.fd_freefile > filed.fd_lastfile + 1) {
usr.bin/fstat/fstat.c
497
ALLOC_OFILES(filed.fd_lastfile+1);
usr.bin/fstat/fstat.c
498
if (!KVM_READ(&filed.fd_dt->dt_ff, ofiles,
usr.bin/fstat/fstat.c
499
(filed.fd_lastfile+1) * FPSIZE)) {
usr.bin/fstat/fstat.c
501
&filed.fd_dt->dt_ff, Pid);
usr.bin/fstat/fstat.c
504
for (i = 0; i <= filed.fd_lastfile; i++) {
usr.sbin/syslogd/extern.h
76
extern struct filed *get_f_by_conninfo(struct tls_conn_settings *conn_info);
usr.sbin/syslogd/extern.h
78
extern bool message_queue_remove(struct filed *, struct buf_queue *);
usr.sbin/syslogd/extern.h
80
extern void message_queue_freeall(struct filed *);
usr.sbin/syslogd/extern.h
86
extern void fprintlog(struct filed *, struct buf_msg *, struct buf_queue *);
usr.sbin/syslogd/sign.c
290
sign_sg_init(struct filed *Files)
usr.sbin/syslogd/sign.c
295
struct filed *f;
usr.sbin/syslogd/sign.c
583
sign_get_sg(int pri, struct filed *f)
usr.sbin/syslogd/sign.c
83
sign_global_init(struct filed *Files)
usr.sbin/syslogd/sign.h
144
struct filed *f;
usr.sbin/syslogd/sign.h
190
bool sign_global_init(struct filed*);
usr.sbin/syslogd/sign.h
191
bool sign_sg_init(struct filed*);
usr.sbin/syslogd/sign.h
194
struct signature_group_t* sign_get_sg(int, struct filed*);
usr.sbin/syslogd/syslogd.c
168
struct filed *Files = NULL;
usr.sbin/syslogd/syslogd.c
169
struct filed consfile;
usr.sbin/syslogd/syslogd.c
1906
struct filed *f;
usr.sbin/syslogd/syslogd.c
2220
fprintlog(struct filed *f, struct buf_msg *passedbuffer,
usr.sbin/syslogd/syslogd.c
253
void udp_send(struct filed *, char *, size_t);
usr.sbin/syslogd/syslogd.c
254
void wallmsg(struct filed *, struct iovec *, size_t);
usr.sbin/syslogd/syslogd.c
256
size_t message_queue_purge(struct filed *f, size_t, int);
usr.sbin/syslogd/syslogd.c
261
message_queue_add(struct filed *, struct buf_msg *);
usr.sbin/syslogd/syslogd.c
2638
udp_send(struct filed *f, char *line, size_t len)
usr.sbin/syslogd/syslogd.c
264
void cfline(size_t, const char *, struct filed *, const char *,
usr.sbin/syslogd/syslogd.c
266
void read_config_file(FILE*, struct filed**);
usr.sbin/syslogd/syslogd.c
2697
wallmsg(struct filed *f, struct iovec *iov, size_t iovcnt)
usr.sbin/syslogd/syslogd.c
2751
struct filed *f;
usr.sbin/syslogd/syslogd.c
2838
struct filed *f;
usr.sbin/syslogd/syslogd.c
2997
struct filed *f, *next;
usr.sbin/syslogd/syslogd.c
3165
read_config_file(FILE *cf, struct filed **f_ptr)
usr.sbin/syslogd/syslogd.c
3169
struct filed *f, **nextp;
usr.sbin/syslogd/syslogd.c
3438
struct filed *f, *newf, **nextp, *f2;
usr.sbin/syslogd/syslogd.c
3545
*nextp = (struct filed *)calloc(1, sizeof(*f));
usr.sbin/syslogd/syslogd.c
3547
(*nextp)->f_next = (struct filed *)calloc(1, sizeof(*f));
usr.sbin/syslogd/syslogd.c
3585
struct filed *ftmp;
usr.sbin/syslogd/syslogd.c
3781
cfline(size_t linenum, const char *line, struct filed *f, const char *prog,
usr.sbin/syslogd/syslogd.c
4400
struct filed *f = (struct filed *) arg;
usr.sbin/syslogd/syslogd.c
4525
message_queue_purge(struct filed *f, size_t del_entries, int strategy)
usr.sbin/syslogd/syslogd.c
4557
struct filed *f;
usr.sbin/syslogd/syslogd.c
4573
struct filed *f;
usr.sbin/syslogd/syslogd.c
4663
message_queue_remove(struct filed *f, struct buf_queue *qentry)
usr.sbin/syslogd/syslogd.c
4684
message_queue_add(struct filed *f, struct buf_msg *buffer)
usr.sbin/syslogd/syslogd.c
4711
message_queue_freeall(struct filed *f)
usr.sbin/syslogd/syslogd.c
4732
struct filed *
usr.sbin/syslogd/syslogd.c
4735
struct filed *f;
usr.sbin/syslogd/syslogd.c
4753
struct filed *f;
usr.sbin/syslogd/syslogd.h
333
struct filed *f_next; /* next in linked list */
usr.sbin/syslogd/tls.c
1143
parse_tls_destination(const char *p, struct filed *f, size_t linenum)
usr.sbin/syslogd/tls.c
1730
tls_send(struct filed *f, char *line, size_t len, struct buf_queue *qentry)
usr.sbin/syslogd/tls.c
1771
struct filed *f = smsg->f;
usr.sbin/syslogd/tls.h
144
struct filed *f;
usr.sbin/syslogd/tls.h
177
bool parse_tls_destination(const char *, struct filed *, size_t);
usr.sbin/syslogd/tls.h
190
bool tls_send(struct filed *, char *, size_t, struct buf_queue*);