HomeSort by: relevance | last modified time | path
    Searched defs:lowp (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/x86/x86/
mtrr_i686.c 548 struct mtrr *lowp, *highp, *mp, *freep; local in function:i686_mtrr_setone
557 lowp = highp = NULL;
564 lowp = &mtrr_fixed[i];
579 if (lowp == NULL || highp == NULL)
582 for (mp = lowp; mp < highp; mp++) {
593 for (mp = lowp; mp < highp; mp++) {
  /src/sys/fs/nfs/client/
nfs_clstate.c 3784 struct nfsclowner *owp, *lowp, *nowp; local in function:nfscl_recalldeleg
3842 LIST_FOREACH(lowp, &dp->nfsdl_owner, nfsow_list) {
3843 lop = LIST_FIRST(&lowp->nfsow_open);
3851 if (!NFSBCMP(lowp->nfsow_owner,
3881 NULL, lowp->nfsow_owner, dp->nfsdl_fh,

Completed in 15 milliseconds