l_whence          274 compat/hpux/hpux_file.c 		fl.l_whence = hfl.hl_whence;
l_whence          275 compat/hpux/hpux_file.c 		if (fl.l_whence == SEEK_CUR)
l_whence          327 compat/hpux/hpux_file.c 		fl.l_whence = hfl.hl_whence;
l_whence          328 compat/hpux/hpux_file.c 		if (fl.l_whence == SEEK_CUR)
l_whence          339 compat/hpux/hpux_file.c 		hfl.hl_whence = fl.l_whence;
l_whence           93 compat/ibcs2/ibcs2_fcntl.c 	iflp->l_whence = (short)flp->l_whence;
l_whence          119 compat/ibcs2/ibcs2_fcntl.c 	flp->l_whence = iflp->l_whence;
l_whence          409 compat/ibcs2/ibcs2_fcntl.c 		switch (ifl.l_whence) {
l_whence           63 compat/ibcs2/ibcs2_fcntl.h         short   	l_whence;
l_whence           89 compat/linux/linux_fcntl.h 	short       l_whence;
l_whence           97 compat/linux/linux_fcntl.h         short  l_whence;
l_whence          258 compat/linux/linux_file.c 	lfp->l_whence = bfp->l_whence;
l_whence          281 compat/linux/linux_file.c 	bfp->l_whence = lfp->l_whence;
l_whence          268 compat/linux/linux_file64.c 	lfp->l_whence = bfp->l_whence;
l_whence          288 compat/linux/linux_file64.c 	bfp->l_whence = lfp->l_whence;
l_whence          164 compat/osf1/osf1.h 	osf1_short	l_whence;
l_whence          336 compat/osf1/osf1_cvt.c 	switch (nf->l_whence) {
l_whence          338 compat/osf1/osf1_cvt.c 		of->l_whence = OSF1_SEEK_SET;
l_whence          342 compat/osf1/osf1_cvt.c 		of->l_whence = OSF1_SEEK_CUR;
l_whence          346 compat/osf1/osf1_cvt.c 		of->l_whence = OSF1_SEEK_END;
l_whence          380 compat/osf1/osf1_cvt.c 	switch (of->l_whence) {
l_whence          382 compat/osf1/osf1_cvt.c 		nf->l_whence = SEEK_SET;
l_whence          386 compat/osf1/osf1_cvt.c 		nf->l_whence = SEEK_CUR;
l_whence          390 compat/osf1/osf1_cvt.c 		nf->l_whence = SEEK_END;
l_whence          872 compat/sunos/sunos_ioctl.c 	short	l_whence;
l_whence          906 compat/sunos/sunos_ioctl.c 	oflp->l_whence = (short) iflp->l_whence;
l_whence          934 compat/sunos/sunos_ioctl.c 	oflp->l_whence = iflp->l_whence;
l_whence          163 compat/svr4/svr4_fcntl.c 	oflp->l_whence = (short) iflp->l_whence;
l_whence          190 compat/svr4/svr4_fcntl.c 	oflp->l_whence = iflp->l_whence;
l_whence          216 compat/svr4/svr4_fcntl.c 	oflp->l_whence = (short) iflp->l_whence;
l_whence          244 compat/svr4/svr4_fcntl.c 	oflp->l_whence = iflp->l_whence;
l_whence          282 compat/svr4/svr4_fcntl.c 	switch (flp->l_whence) {
l_whence           98 compat/svr4/svr4_fcntl.h 	short		l_whence;
l_whence          107 compat/svr4/svr4_fcntl.h 	short		l_whence;
l_whence          117 compat/svr4/svr4_fcntl.h 	short		l_whence;
l_whence          418 kern/kern_descrip.c 		if (fl.l_whence == SEEK_CUR) {
l_whence          467 kern/kern_descrip.c 		if (fl.l_whence == SEEK_CUR) {
l_whence         1034 kern/kern_descrip.c 		lf.l_whence = SEEK_SET;
l_whence         1069 kern/kern_descrip.c 		lf.l_whence = SEEK_SET;
l_whence         1121 kern/kern_descrip.c 	lf.l_whence = SEEK_SET;
l_whence          143 kern/vfs_lockf.c 	switch (fl->l_whence) {
l_whence          541 kern/vfs_lockf.c 		fl->l_whence = SEEK_SET;
l_whence          872 kern/vfs_syscalls.c 		lf.l_whence = SEEK_SET;
l_whence         1050 kern/vfs_syscalls.c 		lf.l_whence = SEEK_SET;
l_whence          179 sys/fcntl.h    	short	l_whence;	/* type of l_start */