OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:filed
(Results
1 - 8
of
8
) sorted by relevancy
/src/usr.sbin/syslogd/
extern.h
78
extern struct
filed
*get_f_by_conninfo(struct tls_conn_settings *conn_info);
80
extern bool message_queue_remove(struct
filed
*, struct buf_queue *);
82
extern void message_queue_freeall(struct
filed
*);
88
extern void fprintlog(struct
filed
*, struct buf_msg *, struct buf_queue *);
sign.h
59
* We use '3' and assign one SG to every destination (=struct
filed
)
144
struct
filed
*f;
190
bool sign_global_init(struct
filed
*);
191
bool sign_sg_init(struct
filed
*);
194
struct signature_group_t* sign_get_sg(int, struct
filed
*);
tls.h
144
struct
filed
*f;
177
bool parse_tls_destination(const char *, struct
filed
*, size_t);
190
bool tls_send(struct
filed
*, char *, size_t, struct buf_queue*);
syslogd.c
168
struct
filed
*Files = NULL;
169
struct
filed
consfile;
253
void udp_send(struct
filed
*, char *, size_t);
254
void wallmsg(struct
filed
*, struct iovec *, size_t);
256
size_t message_queue_purge(struct
filed
*f, size_t, int);
261
message_queue_add(struct
filed
*, struct buf_msg *);
264
void cfline(size_t, const char *, struct
filed
*, const char *,
266
void read_config_file(FILE*, struct
filed
**);
1903
struct
filed
*f;
2216
fprintlog(struct
filed
*f, struct buf_msg *passedbuffer, struct buf_queue *qentry
[
all
...]
syslogd.h
332
struct
filed
{
struct
333
struct
filed
*f_next; /* next in linked list */
409
* - outgoing connections: managed as part of struct
filed
.
sign.c
83
sign_global_init(struct
filed
*Files)
290
sign_sg_init(struct
filed
*Files)
295
struct
filed
*f;
583
sign_get_sg(int pri, struct
filed
*f)
tls.c
1129
parse_tls_destination(const char *p, struct
filed
*f, size_t linenum)
1716
tls_send(struct
filed
*f, char *line, size_t len, struct buf_queue *qentry)
1755
struct
filed
*f = smsg->f;
/src/usr.bin/fstat/
fstat.c
444
struct filedesc
filed
;
local in function:dofiles
454
if (!KVM_READ(p->p_fd, &
filed
, sizeof (
filed
))) {
459
if (
filed
.fd_lastfile == -1)
466
if (!KVM_READ(
filed
.fd_dt, &dt, sizeof(dt))) {
467
warnx("can't read dtab at %p for pid %d",
filed
.fd_dt, Pid);
470
if ((unsigned)
filed
.fd_lastfile >= dt.dt_nfiles ||
471
filed
.fd_freefile >
filed
.fd_lastfile + 1) {
497
ALLOC_OFILES(
filed
.fd_lastfile+1)
[
all
...]
Completed in 18 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025