Home
last modified time | relevance | path

Searched refs:SEEK_CUR (Results 1 – 6 of 6) sorted by relevance

/xnu-8019.80.24/bsd/sys/_types/
H A D_seek_set.h34 #define SEEK_CUR 1 /* set file offset to current plus offset */ macro
/xnu-8019.80.24/bsd/sys/
H A Dunistd.h127 #define L_INCR SEEK_CUR
/xnu-8019.80.24/libkern/libkern/
H A Dzconf.h324 # define SEEK_CUR 1 /* Seek from current position. */ macro
/xnu-8019.80.24/bsd/kern/
H A Dkern_descrip.c2319 if (fl->l_whence == SEEK_CUR) { in check_file_seek_range()
3029 if (fl.l_whence == SEEK_CUR) { in sys_fcntl_nocancel()
3165 case SEEK_CUR: in sys_fcntl_nocancel()
3175 if (fl.l_whence == SEEK_CUR) { in sys_fcntl_nocancel()
H A Dkern_lockf.c233 case SEEK_CUR: in lf_advlock()
/xnu-8019.80.24/bsd/nfs/
H A Dnfs4_vnops.c4813 case SEEK_CUR: in nfs_vnop_advlock()