ifl 293 compat/ibcs2/ibcs2_fcntl.c struct ibcs2_flock ifl;
ifl 330 compat/ibcs2/ibcs2_fcntl.c error = copyin((caddr_t)SCARG(uap, arg), (caddr_t)&ifl,
ifl 334 compat/ibcs2/ibcs2_fcntl.c cvt_iflock2flock(&ifl, flp);
ifl 341 compat/ibcs2/ibcs2_fcntl.c cvt_flock2iflock(flp, &ifl);
ifl 342 compat/ibcs2/ibcs2_fcntl.c return copyout((caddr_t)&ifl, (caddr_t)SCARG(uap, arg),
ifl 350 compat/ibcs2/ibcs2_fcntl.c error = copyin((caddr_t)SCARG(uap, arg), (caddr_t)&ifl,
ifl 354 compat/ibcs2/ibcs2_fcntl.c cvt_iflock2flock(&ifl, flp);
ifl 365 compat/ibcs2/ibcs2_fcntl.c error = copyin((caddr_t)SCARG(uap, arg), (caddr_t)&ifl,
ifl 369 compat/ibcs2/ibcs2_fcntl.c cvt_iflock2flock(&ifl, flp);
ifl 377 compat/ibcs2/ibcs2_fcntl.c struct ibcs2_flock ifl;
ifl 389 compat/ibcs2/ibcs2_fcntl.c error = copyin(SCARG(uap, arg), &ifl, sizeof ifl);
ifl 408 compat/ibcs2/ibcs2_fcntl.c off = (off_t)ifl.l_start;
ifl 409 compat/ibcs2/ibcs2_fcntl.c switch (ifl.l_whence) {
ifl 411 compat/ibcs2/ibcs2_fcntl.c off = (off_t)ifl.l_start;
ifl 414 compat/ibcs2/ibcs2_fcntl.c off = ost.st_size + (off_t)ifl.l_start;
ifl 417 compat/ibcs2/ibcs2_fcntl.c off = cur - (off_t)ifl.l_start;
ifl 423 compat/ibcs2/ibcs2_fcntl.c if (ifl.l_len != 0 && off + ifl.l_len != ost.st_size)
ifl 990 compat/sunos/sunos_ioctl.c struct sunos_flock ifl;
ifl 1001 compat/sunos/sunos_ioctl.c error = copyin(SCARG(uap, arg), &ifl, sizeof ifl);
ifl 1005 compat/sunos/sunos_ioctl.c sunos_to_bsd_flock(&ifl, &fl);
ifl 1019 compat/sunos/sunos_ioctl.c bsd_to_sunos_flock(&fl, &ifl);
ifl 1021 compat/sunos/sunos_ioctl.c return copyout(&ifl, SCARG(uap, arg), sizeof ifl);
ifl 554 compat/svr4/svr4_fcntl.c struct svr4_flock_svr3 ifl;
ifl 559 compat/svr4/svr4_fcntl.c error = copyin((caddr_t)SCARG(uap, arg), (caddr_t)&ifl,
ifl 560 compat/svr4/svr4_fcntl.c sizeof ifl);
ifl 563 compat/svr4/svr4_fcntl.c svr3_to_bsd_flock(&ifl, &fl);
ifl 580 compat/svr4/svr4_fcntl.c bsd_to_svr3_flock(&fl, &ifl);
ifl 582 compat/svr4/svr4_fcntl.c return copyout((caddr_t)&ifl, (caddr_t)SCARG(uap, arg),
ifl 583 compat/svr4/svr4_fcntl.c sizeof ifl);
ifl 589 compat/svr4/svr4_fcntl.c struct svr4_flock ifl;
ifl 596 compat/svr4/svr4_fcntl.c error = copyin(SCARG(uap, arg), &ifl, sizeof ifl);
ifl 600 compat/svr4/svr4_fcntl.c svr4_to_bsd_flock(&ifl, &fl);
ifl 614 compat/svr4/svr4_fcntl.c bsd_to_svr4_flock(&fl, &ifl);
ifl 616 compat/svr4/svr4_fcntl.c return copyout(&ifl, SCARG(uap, arg), sizeof ifl);
ifl 634 compat/svr4/svr4_fcntl.c struct svr4_flock ifl;
ifl 637 compat/svr4/svr4_fcntl.c error = copyin(SCARG(uap, arg), &ifl,
ifl 638 compat/svr4/svr4_fcntl.c sizeof ifl);
ifl 641 compat/svr4/svr4_fcntl.c svr4_to_bsd_flock(&ifl, &fl);
ifl 879 net/if_bridge.c struct bridge_iflist *ifl;
ifl 890 net/if_bridge.c LIST_FOREACH(ifl, &sc->sc_iflist, next) {
ifl 891 net/if_bridge.c if (ifl->ifp == ifp)
ifl 894 net/if_bridge.c if (ifl == LIST_END(&sc->sc_iflist))
ifl 897 net/if_bridge.c SIMPLEQ_FOREACH(n, &ifl->bif_brlin, brl_next) {
ifl 900 net/if_bridge.c SIMPLEQ_FOREACH(n, &ifl->bif_brlout, brl_next) {
ifl 909 net/if_bridge.c SIMPLEQ_FOREACH(n, &ifl->bif_brlin, brl_next) {
ifl 914 net/if_bridge.c strlcpy(req.ifbr_ifsname, ifl->ifp->if_xname, IFNAMSIZ);
ifl 932 net/if_bridge.c SIMPLEQ_FOREACH(n, &ifl->bif_brlout, brl_next) {
ifl 937 net/if_bridge.c strlcpy(req.ifbr_ifsname, ifl->ifp->if_xname, IFNAMSIZ);
ifl 1197 net/if_bridge.c struct bridge_iflist *ifl;
ifl 1216 net/if_bridge.c LIST_FOREACH(ifl, &sc->sc_iflist, next)
ifl 1217 net/if_bridge.c if (ifl->ifp == src_if)
ifl 1220 net/if_bridge.c if (ifl == LIST_END(&sc->sc_iflist)) {
ifl 1225 net/if_bridge.c if ((ifl->bif_flags & IFBIF_STP) &&
ifl 1226 net/if_bridge.c (ifl->bif_state == BSTP_IFSTATE_DISCARDING)) {
ifl 1243 net/if_bridge.c if ((ifl->bif_flags & IFBIF_LEARNING) &&
ifl 1250 net/if_bridge.c if ((ifl->bif_flags & IFBIF_STP) &&
ifl 1251 net/if_bridge.c (ifl->bif_state == BSTP_IFSTATE_LEARNING)) {
ifl 1304 net/if_bridge.c if (ifl->bif_flags & IFBIF_BLOCKNONIP && bridge_blocknonip(&eh, m)) {
ifl 1309 net/if_bridge.c if (bridge_filterrule(&ifl->bif_brlin, &eh, m) == BRL_ACTION_BLOCK) {
ifl 1338 net/if_bridge.c LIST_FOREACH(ifl, &sc->sc_iflist, next) {
ifl 1339 net/if_bridge.c if (ifl->ifp == dst_if)
ifl 1342 net/if_bridge.c if (ifl == LIST_END(&sc->sc_iflist)) {
ifl 1346 net/if_bridge.c if ((ifl->bif_flags & IFBIF_STP) &&
ifl 1347 net/if_bridge.c (ifl->bif_state == BSTP_IFSTATE_DISCARDING)) {
ifl 1351 net/if_bridge.c if (bridge_filterrule(&ifl->bif_brlout, &eh, m) == BRL_ACTION_BLOCK) {
ifl 1380 net/if_bridge.c struct bridge_iflist *ifl, *srcifl;
ifl 1399 net/if_bridge.c LIST_FOREACH(ifl, &sc->sc_iflist, next) {
ifl 1400 net/if_bridge.c if (ifl->ifp == ifp)
ifl 1403 net/if_bridge.c if (ifl == LIST_END(&sc->sc_iflist))
ifl 1411 net/if_bridge.c m = bstp_input(sc->sc_stp, ifl->bif_stp, eh, m);
ifl 1419 net/if_bridge.c if ((ifl->bif_flags & IFBIF_STP) &&
ifl 1420 net/if_bridge.c (ifl->bif_state == BSTP_IFSTATE_DISCARDING))
ifl 1445 net/if_bridge.c LIST_FOREACH(ifl, &sc->sc_iflist, next) {
ifl 1446 net/if_bridge.c if (ifl->ifp->if_type == IFT_ETHER)
ifl 1449 net/if_bridge.c if (ifl != LIST_END(&sc->sc_iflist)) {
ifl 1451 net/if_bridge.c m->m_pkthdr.rcvif = ifl->ifp;
ifl 1452 net/if_bridge.c ether_input(ifl->ifp, eh, m);
ifl 1462 net/if_bridge.c if ((ifl->bif_flags & IFBIF_STP) &&
ifl 1463 net/if_bridge.c (ifl->bif_state == BSTP_IFSTATE_DISCARDING))
ifl 1469 net/if_bridge.c srcifl = ifl;
ifl 1470 net/if_bridge.c LIST_FOREACH(ifl, &sc->sc_iflist, next) {
ifl 1471 net/if_bridge.c if (ifl->ifp->if_type != IFT_ETHER)
ifl 1473 net/if_bridge.c ac = (struct arpcom *)ifl->ifp;
ifl 1476 net/if_bridge.c || (ifl->ifp->if_carp && carp_ourether(ifl->ifp->if_carp,
ifl 1489 net/if_bridge.c m->m_pkthdr.rcvif = ifl->ifp;
ifl 1492 net/if_bridge.c ether_input(ifl->ifp, eh, m);
ifl 1499 net/if_bridge.c || (ifl->ifp->if_carp && carp_ourether(ifl->ifp->if_carp,