Home
last modified time | relevance | path

Searched refs:SEEK_DATA (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/test/zfs-tests/cmd/getholes/
H A Dgetholes.c61 return (SEEK_DATA); in starts_with_hole()
66 return (off == 0 ? SEEK_HOLE : SEEK_DATA); in starts_with_hole()
119 int c, fd, options = 0, whence = SEEK_DATA; in main()
172 whence = whence == SEEK_HOLE ? SEEK_DATA : SEEK_HOLE; in main()
/illumos-gate/usr/src/head/
H A Dfcntl.h64 #ifndef SEEK_DATA
65 #define SEEK_DATA 3 /* Set file pointer to next data past offset */ macro
H A Dunistd.h76 #ifndef SEEK_DATA
77 #define SEEK_DATA 3 /* Set file pointer to next data past offset */ macro
/illumos-gate/usr/src/uts/common/syscall/
H A Dlseek.c53 #define SEEK_DATA 3 /* Set file pointer to next data past offset */ macro
127 case SEEK_DATA: in lseek32_common()
302 case SEEK_DATA: in lseek64()
/illumos-gate/usr/src/boot/sys/sys/
H A Dunistd.h112 #define SEEK_DATA 3 /* set file offset to next data past offset */ macro
/illumos-gate/usr/src/cmd/cpio/
H A Dutils.c169 if ((data = lseek(fd, hole, SEEK_DATA)) == -1) { in get_holes_list()
H A Dcpio.c2914 npos = lseek(Ifile, curpos, SEEK_DATA); in read_compress_holes()
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_vop.c279 whence = (cmd == _FIO_SEEK_DATA) ? SEEK_DATA : SEEK_HOLE; in fop_ioctl()
/illumos-gate/usr/src/cmd/truss/
H A Dcodes.c2042 case SEEK_DATA: str = "SEEK_DATA"; break; in whencearg()