Searched defs:SEEK_HOLE (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/head/
H A Dfcntl.h68 #ifndef SEEK_HOLE
69 #define SEEK_HOLE 4 /* Set file pointer to next hole past offset */ macro
H A Dunistd.h80 #ifndef SEEK_HOLE
81 #define SEEK_HOLE 4 /* Set file pointer to next hole past offset */ macro
/illumos-gate/usr/src/uts/common/syscall/
H A Dlseek.c56 #define SEEK_HOLE 4 /* Set file pointer to next hole past offset */ macro
158 case SEEK_HOLE:
333 case SEEK_HOLE:
/illumos-gate/usr/src/boot/sys/sys/
H A Dunistd.h113 #define SEEK_HOLE 4 /* set file offset to next hole past offset */ macro
159 /* From OpenSolaris, used by SEEK_DATA/SEEK_HOLE. */

Completed in 61 milliseconds