Searched refs:ifl (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/sys/compat/svr4/
H A Dsvr4_fcntl.c639 struct svr4_flock ifl; local
642 error = copyin(uap->arg, &ifl, sizeof (ifl));
646 svr4_to_bsd_flock(&ifl, &fl);
652 bsd_to_svr4_flock(&fl, &ifl);
654 return (copyout(&ifl, uap->arg, sizeof (ifl)));
660 struct svr4_flock ifl; local
663 error = copyin(uap->arg, &ifl,
664 sizeof ifl);
675 struct svr4_flock64 ifl; local
709 struct svr4_flock64 ifl; local
[all...]
/freebsd-10.0-release/usr.sbin/rpc.lockd/
H A Dlockd_lock.c726 struct file_lock *ifl; /* Iterator */ local
732 LIST_FOREACH(ifl, &nfslocklist_head, nfslocklist) {
733 debuglog("Pointer to file lock: %p\n",ifl);
735 debuglog("****Dump of ifl****\n");
736 dump_filelock(ifl);
745 if (bcmp(&fl->filehandle, &ifl->filehandle, sizeof(fhandle_t)))
753 ifl->client.l_offset, ifl->client.l_len))
759 ifl->client.l_offset,ifl
790 struct file_lock *ifl; /* Iterator */ local
1200 struct file_lock *ifl; local
1269 struct file_lock *ifl,*nfl; local
1296 struct file_lock *ifl, *nfl; /* Iterator */ local
1634 struct file_lock *ifl, *nfl; local
[all...]
/freebsd-10.0-release/sys/i386/ibcs2/
H A Dibcs2_fcntl.c261 struct ibcs2_flock ifl; local
283 error = copyin((caddr_t)uap->arg, (caddr_t)&ifl,
287 cvt_iflock2flock(&ifl, &fl);
291 cvt_flock2iflock(&fl, &ifl);
292 return copyout((caddr_t)&ifl, (caddr_t)uap->arg,
298 error = copyin((caddr_t)uap->arg, (caddr_t)&ifl,
302 cvt_iflock2flock(&ifl, &fl);
308 error = copyin((caddr_t)uap->arg, (caddr_t)&ifl,
312 cvt_iflock2flock(&ifl, &fl);
/freebsd-10.0-release/usr.sbin/pmcstat/
H A Dpmcpl_calltree.c664 pmcstat_interned_string ifl, ifn; local
667 ifl = pmcstat_string_intern(fl);
670 ifl = 0;
688 ct->pct_ifl == ifl && ct->pct_ifn == ifn)
703 ct->pct_ifl = ifl;
/freebsd-10.0-release/usr.sbin/rtadvctl/
H A Drtadvctl.c423 TAILQ_HEAD(, ifinfo) ifl = TAILQ_HEAD_INITIALIZER(ifl);
446 TAILQ_INSERT_TAIL(&ifl, ifi, ifi_next);
465 TAILQ_INSERT_TAIL(&ifl, ifi, ifi_next);
473 TAILQ_FOREACH(ifi, &ifl, ifi_next) {
/freebsd-10.0-release/crypto/heimdal/lib/roken/
H A Dgetifaddrs.c548 struct ifaddrs *ifl = NULL, *ifa = NULL; local
576 ifl = NULL;
640 if (ifl != NULL)
641 ifl->ifa_next = ifa;
834 ifl = ifa++;

Completed in 84 milliseconds