Searched refs:flp (Results 1 – 5 of 5) sorted by relevance
| /freebsd/lib/libc/gen/ |
| H A D | telldir.c | 51 struct ddloc_mem *lp, *flp; in telldir() local 70 flp = NULL; in telldir() 73 if (flp == NULL) in telldir() 74 flp = lp; in telldir() 77 } else if (flp != NULL) { in telldir() 92 if (flp != NULL) in telldir() 93 LIST_INSERT_BEFORE(flp, lp, loc_lqe); in telldir()
|
| /freebsd/sys/fs/nfsclient/ |
| H A D | nfs_clrpcops.c | 6200 struct nfsclflayout *flp; in nfsrpc_getlayout() local 6217 off, rw, &flp, &recalled); in nfsrpc_getlayout() 6219 if (lyp == NULL || flp == NULL) { in nfsrpc_getlayout() 6805 struct nfsclflayout *flp, *nflp, *rflp; in nfscl_findlayoutforio() local 6813 flp = LIST_FIRST(&lyp->nfsly_flayread); in nfscl_findlayoutforio() 6815 flp = LIST_FIRST(&lyp->nfsly_flayrw); in nfscl_findlayoutforio() 6816 while (flp != NULL) { in nfscl_findlayoutforio() 6817 nflp = LIST_NEXT(flp, nfsfl_list); in nfscl_findlayoutforio() 6818 if (flp->nfsfl_off > off) in nfscl_findlayoutforio() 6820 if (flp->nfsfl_end > off && in nfscl_findlayoutforio() [all …]
|
| H A D | nfs_clstate.c | 5304 struct nfsclflayout *flp; in nfscl_layout() local 5385 flp = LIST_FIRST(fhlp); in nfscl_layout() 5386 if (flp != NULL) { in nfscl_layout() 5387 if (flp->nfsfl_iomode == NFSLAYOUTIOMODE_READ) in nfscl_layout() 5648 struct nfsclflayout *flp, *nflp, *prevflp, *tflp; in nfscl_mergeflayouts() local 5650 flp = LIST_FIRST(fhlp); in nfscl_mergeflayouts() 5653 while (flp != NULL && flp->nfsfl_off < nflp->nfsfl_off) { in nfscl_mergeflayouts() 5654 prevflp = flp; in nfscl_mergeflayouts() 5655 flp = LIST_NEXT(flp, nfsfl_list); in nfscl_mergeflayouts() 5671 struct nfsclflayout *flp) in nfscl_adddevinfo() argument [all …]
|
| /freebsd/sys/kern/ |
| H A D | kern_descrip.c | 572 struct flock *flp; in kern_fcntl() local 731 flp = (struct flock *)arg; in kern_fcntl() 732 if ((flg & F_REMOTE) != 0 && flp->l_sysid == 0) { in kern_fcntl() 746 if (flp->l_whence == SEEK_CUR) { in kern_fcntl() 749 (flp->l_start > 0 && in kern_fcntl() 750 foffset > OFF_MAX - flp->l_start)) { in kern_fcntl() 755 flp->l_start += foffset; in kern_fcntl() 759 switch (flp->l_type) { in kern_fcntl() 771 flp, flg); in kern_fcntl() 784 flp, flg); in kern_fcntl() [all …]
|
| /freebsd/usr.bin/top/ |
| H A D | machine.c | 733 get_io_stats(const struct kinfo_proc *pp, long *inp, long *oup, long *flp, in get_io_stats() argument 747 *flp = RU(pp)->ru_majflt - RU(oldp)->ru_majflt; in get_io_stats()
|