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

/freebsd-11-stable/contrib/libxo/xopo/
H A Dxopo.c45 xopo_msg_t *xmp = malloc(sz); local
46 if (xmp == NULL)
49 bzero(xmp, sz);
50 memcpy(xmp->xm_data, str, len);
51 xmp->xm_data[len] = '\0';
54 char *cp = strchr(xmp->xm_data, ',');
57 xmp->xm_plural = cp;
64 if (strcmp(xmp->xm_data, xmp2->xm_data) == 0) {
66 free(xmp);
71 TAILQ_INSERT_TAIL(&field_list, xmp, xm_lin
268 xopo_msg_t *xmp; local
[all...]
/freebsd-11-stable/sys/fs/nullfs/
H A Dnull_vfsops.c77 struct null_mount *xmp; local
158 xmp = (struct null_mount *) malloc(sizeof(struct null_mount),
165 xmp->nullm_vfs = lowerrootvp->v_mount;
167 xmp->nullm_lowerrootvp = lowerrootvp;
168 mp->mnt_data = xmp;
176 free(xmp, M_NULLFSMNT);
186 xmp->nullm_flags |= NULLM_CACHE;
188 (xmp->nullm_vfs->mnt_kern_flag & MNTK_NULL_NOCACHE) != 0)
189 xmp->nullm_flags &= ~NULLM_CACHE;
192 if ((xmp
[all...]
H A Dnull_vnops.c753 struct null_mount *xmp; local
759 xmp = MOUNTTONULLMOUNT(mp);
760 if ((xmp->nullm_flags & NULLM_CACHE) == 0 ||
/freebsd-11-stable/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 113 milliseconds