Home
last modified time | relevance | path

Searched refs:_POSIX_SYNCHRONIZED_IO (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/sys/
H A Dunistd.h76 #define _POSIX_SYNCHRONIZED_IO -1 /* [SIO] */ macro
/dragonfly/lib/libc/gen/
H A Dsysconf.c249 #if _POSIX_SYNCHRONIZED_IO == 0 in sysconf()
254 return (_POSIX_SYNCHRONIZED_IO); in sysconf()
/dragonfly/usr.bin/getconf/
H A Dsysconf.gperf123 _POSIX_SYNCHRONIZED_IO, _SC_SYNCHRONIZED_IO
/dragonfly/sys/kern/
H A Dkern_p1003_1b.c389 p31b_setcfg(CTL_P1003_1B_SYNCHRONIZED_IO, _POSIX_SYNCHRONIZED_IO);