Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/libxo/xopo/
Dxopo.c45 xopo_msg_t *xmp = malloc(sz); in xopo_msg_cb() local
46 if (xmp == NULL) in xopo_msg_cb()
49 bzero(xmp, sz); in xopo_msg_cb()
50 memcpy(xmp->xm_data, str, len); in xopo_msg_cb()
51 xmp->xm_data[len] = '\0'; in xopo_msg_cb()
54 char *cp = strchr(xmp->xm_data, ','); in xopo_msg_cb()
57 xmp->xm_plural = cp; in xopo_msg_cb()
64 if (strcmp(xmp->xm_data, xmp2->xm_data) == 0) { in xopo_msg_cb()
66 free(xmp); in xopo_msg_cb()
71 TAILQ_INSERT_TAIL(&field_list, xmp, xm_link); in xopo_msg_cb()
[all …]
/freebsd-12-stable/sys/fs/nullfs/
Dnull_vfsops.c79 struct null_mount *xmp; in nullfs_mount() local
157 xmp = (struct null_mount *) malloc(sizeof(struct null_mount), in nullfs_mount()
164 xmp->nullm_vfs = lowerrootvp->v_mount; in nullfs_mount()
166 xmp->nullm_lowerrootvp = lowerrootvp; in nullfs_mount()
167 mp->mnt_data = xmp; in nullfs_mount()
175 free(xmp, M_NULLFSMNT); in nullfs_mount()
185 xmp->nullm_flags |= NULLM_CACHE; in nullfs_mount()
187 (xmp->nullm_vfs->mnt_kern_flag & MNTK_NULL_NOCACHE) != 0) in nullfs_mount()
188 xmp->nullm_flags &= ~NULLM_CACHE; in nullfs_mount()
191 if ((xmp->nullm_flags & NULLM_CACHE) != 0) { in nullfs_mount()
[all …]
Dnull_vnops.c766 struct null_mount *xmp; in null_inactive() local
772 xmp = MOUNTTONULLMOUNT(mp); in null_inactive()
773 if ((xmp->nullm_flags & NULLM_CACHE) == 0 || in null_inactive()
/freebsd-12-stable/lib/libmp/
Dmpasbn.c370 mp_msqrt(const MINT *nmp, MINT *xmp, MINT *rmp) in mp_msqrt() argument
394 _movem("msqrt", x, xmp); in mp_msqrt()