Searched refs:xmp (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/sys/fs/nullfs/
H A Dnull_vfsops.c78 struct null_mount *xmp; local
150 xmp = (struct null_mount *) malloc(sizeof(struct null_mount),
156 xmp->nullm_vfs = lowerrootvp->v_mount;
167 free(xmp, M_NULLFSMNT);
177 xmp->nullm_rootvp = nullm_rootvp;
190 xmp->nullm_flags |= NULLM_CACHE;
192 xmp->nullm_flags &= ~NULLM_CACHE;
195 if ((xmp->nullm_flags & NULLM_CACHE) != 0) {
202 mp->mnt_data = xmp;
204 if ((xmp
[all...]
H A Dnull_vnops.c703 struct null_mount *xmp; local
709 xmp = MOUNTTONULLMOUNT(mp);
710 if ((xmp->nullm_flags & NULLM_CACHE) == 0 ||
/freebsd-10.0-release/lib/libmp/
H A Dmpasbn.c346 * Compute the square root of nmp and put the result in xmp. The
347 * remainder goes in rmp. Should satisfy: rmp=nmp-(xmp*xmp).
360 mp_msqrt(const MINT *nmp, MINT *xmp, MINT *rmp) argument
384 _movem("msqrt", x, xmp);

Completed in 172 milliseconds