Searched refs:iflp (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/compat/sunos/
H A Dsunos_ioctl.c948 bsd_to_sunos_flock(struct flock *iflp, struct sunos_flock *oflp) argument
953 switch (iflp->l_type) {
968 oflp->l_whence = (short) iflp->l_whence;
969 oflp->l_start = (long) iflp->l_start;
970 oflp->l_len = (long) iflp->l_len;
971 oflp->l_pid = (short) iflp->l_pid;
977 sunos_to_bsd_flock(struct sunos_flock *iflp, struct flock *oflp) argument
982 switch (iflp->l_type) {
997 oflp->l_whence = iflp->l_whence;
998 oflp->l_start = (off_t) iflp
[all...]
/netbsd-current/sys/compat/sunos32/
H A Dsunos32_ioctl.c974 bsd_to_sunos_flock(struct flock *iflp, struct sunos_flock *oflp) argument
979 switch (iflp->l_type) {
994 oflp->l_whence = (short)iflp->l_whence;
995 oflp->l_start = (netbsd32_long)iflp->l_start;
996 oflp->l_len = (netbsd32_long)iflp->l_len;
997 oflp->l_pid = (short)iflp->l_pid;
1003 sunos_to_bsd_flock(struct sunos_flock *iflp, struct flock *oflp) argument
1008 switch (iflp->l_type) {
1023 oflp->l_whence = iflp->l_whence;
1024 oflp->l_start = (off_t) iflp
[all...]
/netbsd-current/usr.sbin/route6d/
H A Droute6d.c2849 char *p, *ap, *iflp, *ifname, *ep; local
2860 iflp = NULL;
2863 iflp = ap;
2868 iflp = p;
2888 if (iflp == NULL || *iflp == '\0') {
2892 while (iflp) {
2893 ifname = iflp;
2894 if ((iflp = strchr(iflp, ',')) !
[all...]

Completed in 99 milliseconds