OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:O_ASYNC
(Results
1 - 14
of
14
) sorted by relevancy
/src/external/bsd/ntp/dist/include/
ntp_io.h
48
* Define FNDELAY and FASYNC using O_NONBLOCK and
O_ASYNC
if we need
59
# ifdef
O_ASYNC
60
# define FASYNC
O_ASYNC
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
fcntl.d
177
enum
O_ASYNC
= 0x2000; // octal 020000
201
enum
O_ASYNC
= 0x2000; // octal 020000
228
enum
O_ASYNC
= 0x1000;
255
enum
O_ASYNC
= 0x2000; // octal 020000
282
enum
O_ASYNC
= 0x2000; // octal 020000
309
enum
O_ASYNC
= 0x2000;
336
enum
O_ASYNC
= 0x0040;
363
enum
O_ASYNC
= 0x2000; // octal 020000
537
enum
O_ASYNC
= 0x0040;
633
enum
O_ASYNC
= 0x0000040
[
all
...]
/src/sys/sys/
fcntl.h
86
#define
O_ASYNC
0x00000040 /* signal pgrp when data ready */
138
O_ASYNC
|O_SYNC|O_CREAT|O_TRUNC|O_EXCL|O_DSYNC|\
164
#define FASYNC
O_ASYNC
/* kernel/compat */
/src/tests/lib/librumpclient/
t_fd.c
121
RL(rump_sys_fcntl(ls, F_SETFL, fl |
O_ASYNC
));
/src/libexec/lfs_cleanerd/
cleansrv.c
215
flags |=
O_ASYNC
;
/src/tests/lib/libc/sys/
t_pipe2.c
209
ATF_REQUIRE_ERRNO(EINVAL, pipe2(fd,
O_ASYNC
) == -1);
/src/bin/sh/
redir.c
873
#ifdef
O_ASYNC
874
{ "async", 2,
O_ASYNC
},
876
# define
O_ASYNC
0
919
#define ALLFLAGS (O_APPEND|
O_ASYNC
|O_SYNC|O_NONBLOCK|O_DSYNC|O_RSYNC|\
/src/sys/rump/kern/lib/libsys_cygwin/
rump_cygwin_compat.c
154
flags = sflags & (3 | O_APPEND |
O_ASYNC
| O_CREAT | O_TRUNC | O_EXCL);
/src/bin/dd/
args.c
446
{ "async",
O_ASYNC
, C_IFLAG|C_OFLAG },
/src/sys/compat/linux/common/
linux_file.c
114
res |= cvtto_bsd_mask(lflags, LINUX_FASYNC,
O_ASYNC
);
140
res |= cvtto_linux_mask(bflags,
O_ASYNC
, LINUX_FASYNC);
348
* the underlying flags (we don't pass
O_ASYNC
flag down
352
if (val &
O_ASYNC
) {
358
val &= ~
O_ASYNC
;
/src/sys/arch/usermode/usermode/
thunk.c
454
flags |=
O_ASYNC
;
456
flags &= ~
O_ASYNC
;
1374
fcntl(rfb->clientfd, F_SETFL, flags |
O_ASYNC
);
/src/usr.bin/bthset/
bthset.c
478
if (fcntl(mx, F_SETFL,
O_ASYNC
) < 0)
/src/external/gpl3/binutils/dist/gprofng/common/
hwcdrv.c
687
long flags = fcntl (hwc_fd, F_GETFL, 0) |
O_ASYNC
;
691
TprintfT (0, "%s idx=%d
O_ASYNC
failed\n", error_string, ii);
/src/external/gpl3/binutils.old/dist/gprofng/common/
hwcdrv.c
687
long flags = fcntl (hwc_fd, F_GETFL, 0) |
O_ASYNC
;
691
TprintfT (0, "%s idx=%d
O_ASYNC
failed\n", error_string, ii);
Completed in 38 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026