OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:f_file
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.sbin/syslogd/
syslogd.c
132
#define
F_FILE
1 /* regular file */
1932
f->
f_file
= open(ctty, O_WRONLY | O_NDELAY, 0);
1934
if (f->
f_file
>= 0) {
1939
(void)close(f->
f_file
);
2293
&& (f->f_type !=
F_FILE
)
2352
case
F_FILE
: /* fallthrough */
2434
if ((f->
f_file
= p_open(f->f_un.f_pipe.f_pname,
2443
if (writev(f->
f_file
, iov, v - iov) < 0) {
2446
(void) close(f->
f_file
);
2464
if ((f->
f_file
= p_open(f->f_un.f_pipe.f_pname
[
all
...]
syslogd.h
328
* We require
f_file
to be valid if f_type is
F_FILE
, F_CONSOLE, F_TTY,
335
short
f_file
; /* file descriptor */
member in struct:filed
374
#define FFLAG_SYNC 0x01 /* for
F_FILE
: fsync after every msg */
375
#define FFLAG_FULL 0x02 /* for
F_FILE
| F_PIPE: write PRI header */
sign.c
436
newsg->spri = f->
f_file
; /* not needed but shows SGs */
Completed in 15 milliseconds
Indexes created Wed Oct 29 20:09:47 GMT 2025