iflp               78 compat/ibcs2/ibcs2_fcntl.c cvt_flock2iflock(flp, iflp)
iflp               80 compat/ibcs2/ibcs2_fcntl.c 	struct ibcs2_flock *iflp;
iflp               84 compat/ibcs2/ibcs2_fcntl.c 		iflp->l_type = IBCS2_F_RDLCK;
iflp               87 compat/ibcs2/ibcs2_fcntl.c 		iflp->l_type = IBCS2_F_WRLCK;
iflp               90 compat/ibcs2/ibcs2_fcntl.c 		iflp->l_type = IBCS2_F_UNLCK;
iflp               93 compat/ibcs2/ibcs2_fcntl.c 	iflp->l_whence = (short)flp->l_whence;
iflp               94 compat/ibcs2/ibcs2_fcntl.c 	iflp->l_start = (ibcs2_off_t)flp->l_start;
iflp               95 compat/ibcs2/ibcs2_fcntl.c 	iflp->l_len = (ibcs2_off_t)flp->l_len;
iflp               96 compat/ibcs2/ibcs2_fcntl.c 	iflp->l_sysid = 0;
iflp               97 compat/ibcs2/ibcs2_fcntl.c 	iflp->l_pid = (ibcs2_pid_t)flp->l_pid;
iflp              101 compat/ibcs2/ibcs2_fcntl.c cvt_iflock2flock(iflp, flp)
iflp              102 compat/ibcs2/ibcs2_fcntl.c 	struct ibcs2_flock *iflp;
iflp              105 compat/ibcs2/ibcs2_fcntl.c 	flp->l_start = (off_t)iflp->l_start;
iflp              106 compat/ibcs2/ibcs2_fcntl.c 	flp->l_len = (off_t)iflp->l_len;
iflp              107 compat/ibcs2/ibcs2_fcntl.c 	flp->l_pid = (pid_t)iflp->l_pid;
iflp              108 compat/ibcs2/ibcs2_fcntl.c 	switch (iflp->l_type) {
iflp              119 compat/ibcs2/ibcs2_fcntl.c 	flp->l_whence = iflp->l_whence;
iflp              887 compat/sunos/sunos_ioctl.c bsd_to_sunos_flock(iflp, oflp)
iflp              888 compat/sunos/sunos_ioctl.c 	struct flock		*iflp;
iflp              891 compat/sunos/sunos_ioctl.c 	switch (iflp->l_type) {
iflp              906 compat/sunos/sunos_ioctl.c 	oflp->l_whence = (short) iflp->l_whence;
iflp              907 compat/sunos/sunos_ioctl.c 	oflp->l_start = (long) iflp->l_start;
iflp              908 compat/sunos/sunos_ioctl.c 	oflp->l_len = (long) iflp->l_len;
iflp              909 compat/sunos/sunos_ioctl.c 	oflp->l_pid = (short) iflp->l_pid;
iflp              915 compat/sunos/sunos_ioctl.c sunos_to_bsd_flock(iflp, oflp)
iflp              916 compat/sunos/sunos_ioctl.c 	struct sunos_flock	*iflp;
iflp              919 compat/sunos/sunos_ioctl.c 	switch (iflp->l_type) {
iflp              934 compat/sunos/sunos_ioctl.c 	oflp->l_whence = iflp->l_whence;
iflp              935 compat/sunos/sunos_ioctl.c 	oflp->l_start = (off_t) iflp->l_start;
iflp              936 compat/sunos/sunos_ioctl.c 	oflp->l_len = (off_t) iflp->l_len;
iflp              937 compat/sunos/sunos_ioctl.c 	oflp->l_pid = (pid_t) iflp->l_pid;
iflp              144 compat/svr4/svr4_fcntl.c bsd_to_svr4_flock(iflp, oflp)
iflp              145 compat/svr4/svr4_fcntl.c 	struct flock		*iflp;
iflp              148 compat/svr4/svr4_fcntl.c 	switch (iflp->l_type) {
iflp              163 compat/svr4/svr4_fcntl.c 	oflp->l_whence = (short) iflp->l_whence;
iflp              164 compat/svr4/svr4_fcntl.c 	oflp->l_start = (svr4_off_t) iflp->l_start;
iflp              165 compat/svr4/svr4_fcntl.c 	oflp->l_len = (svr4_off_t) iflp->l_len;
iflp              167 compat/svr4/svr4_fcntl.c 	oflp->l_pid = (svr4_pid_t) iflp->l_pid;
iflp              171 compat/svr4/svr4_fcntl.c svr4_to_bsd_flock(iflp, oflp)
iflp              172 compat/svr4/svr4_fcntl.c 	struct svr4_flock	*iflp;
iflp              175 compat/svr4/svr4_fcntl.c 	switch (iflp->l_type) {
iflp              190 compat/svr4/svr4_fcntl.c 	oflp->l_whence = iflp->l_whence;
iflp              191 compat/svr4/svr4_fcntl.c 	oflp->l_start = (off_t) iflp->l_start;
iflp              192 compat/svr4/svr4_fcntl.c 	oflp->l_len = (off_t) iflp->l_len;
iflp              193 compat/svr4/svr4_fcntl.c 	oflp->l_pid = (pid_t) iflp->l_pid;
iflp              197 compat/svr4/svr4_fcntl.c bsd_to_svr3_flock(iflp, oflp)
iflp              198 compat/svr4/svr4_fcntl.c 	struct flock		*iflp;
iflp              201 compat/svr4/svr4_fcntl.c 	switch (iflp->l_type) {
iflp              216 compat/svr4/svr4_fcntl.c 	oflp->l_whence = (short) iflp->l_whence;
iflp              217 compat/svr4/svr4_fcntl.c 	oflp->l_start = (svr4_off_t) iflp->l_start;
iflp              218 compat/svr4/svr4_fcntl.c 	oflp->l_len = (svr4_off_t) iflp->l_len;
iflp              220 compat/svr4/svr4_fcntl.c 	oflp->l_pid = (svr4_pid_t) iflp->l_pid;
iflp              225 compat/svr4/svr4_fcntl.c svr3_to_bsd_flock(iflp, oflp)
iflp              226 compat/svr4/svr4_fcntl.c 	struct svr4_flock_svr3	*iflp;
iflp              229 compat/svr4/svr4_fcntl.c 	switch (iflp->l_type) {
iflp              244 compat/svr4/svr4_fcntl.c 	oflp->l_whence = iflp->l_whence;
iflp              245 compat/svr4/svr4_fcntl.c 	oflp->l_start = (off_t) iflp->l_start;
iflp              246 compat/svr4/svr4_fcntl.c 	oflp->l_len = (off_t) iflp->l_len;
iflp              247 compat/svr4/svr4_fcntl.c 	oflp->l_pid = (pid_t) iflp->l_pid;