HomeSort by: relevance | last modified time | path
    Searched refs:iflp (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/compat/sunos/
sunos_ioctl.c 948 bsd_to_sunos_flock(struct flock *iflp, struct sunos_flock *oflp)
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)
982 switch (iflp->l_type) {
997 oflp->l_whence = iflp->l_whence;
998 oflp->l_start = (off_t) iflp->l_start
    [all...]
  /src/sys/compat/sunos32/
sunos32_ioctl.c 974 bsd_to_sunos_flock(struct flock *iflp, struct sunos_flock *oflp)
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)
1008 switch (iflp->l_type) {
1023 oflp->l_whence = iflp->l_whence;
1024 oflp->l_start = (off_t) iflp->l_start
    [all...]
  /src/usr.sbin/route6d/
route6d.c 2849 char *p, *ap, *iflp, *ifname, *ep; local in function:filterconfig
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, ',')) != NULL
    [all...]

Completed in 16 milliseconds