Searched refs:xmp (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13-stable/contrib/libxo/xopo/ |
| HD | xopo.c | 45 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-13-stable/sys/fs/nullfs/ |
| HD | null_vfsops.c | 86 struct null_mount *xmp; in nullfs_mount() local 177 xmp = malloc(sizeof(struct null_mount), M_NULLFSMNT, in nullfs_mount() 184 xmp->nullm_vfs = lowerrootvp->v_mount; in nullfs_mount() 186 xmp->nullm_lowerrootvp = lowerrootvp; in nullfs_mount() 187 mp->mnt_data = xmp; in nullfs_mount() 195 free(xmp, M_NULLFSMNT); in nullfs_mount() 206 xmp->nullm_flags |= NULLM_CACHE; in nullfs_mount() 210 (xmp->nullm_vfs->mnt_kern_flag & MNTK_NULL_NOCACHE) == 0) { in nullfs_mount() 211 xmp->nullm_flags |= NULLM_CACHE; in nullfs_mount() 215 if ((xmp->nullm_flags & NULLM_CACHE) != 0) { in nullfs_mount() [all …]
|
| HD | null_vnops.c | 848 struct null_mount *xmp; in null_want_recycle() local 853 xmp = MOUNTTONULLMOUNT(mp); in null_want_recycle() 854 if ((xmp->nullm_flags & NULLM_CACHE) == 0 || in null_want_recycle()
|
| /freebsd-13-stable/lib/libmp/ |
| HD | mpasbn.c | 368 mp_msqrt(const MINT *nmp, MINT *xmp, MINT *rmp) in mp_msqrt() argument 392 _movem("msqrt", x, xmp); in mp_msqrt()
|