/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | zpl_super.c | 163 zfs_mnt_t zm = { .mnt_osname = NULL, .mnt_data = data }; in zpl_remount_fs() local 168 error = -zfs_remount(sb, flags, &zm); in zpl_remount_fs() 252 zfs_mnt_t *zm = (zfs_mnt_t *)data; in zpl_fill_super() local 257 error = -zfs_domount(sb, zm, silent); in zpl_fill_super() 280 zpl_mount_impl(struct file_system_type *fs_type, int flags, zfs_mnt_t *zm) in zpl_mount_impl() argument 287 err = dmu_objset_hold(zm->mnt_osname, FTAG, &os); in zpl_mount_impl() 334 err = zpl_fill_super(s, zm, flags & SB_SILENT ? 1 : 0); in zpl_mount_impl() 356 zfs_mnt_t zm = { .mnt_osname = osname, .mnt_data = data }; in zpl_mount() local 358 struct super_block *sb = zpl_mount_impl(fs_type, flags, &zm); in zpl_mount()
|
H A D | zfs_vfsops.c | 1403 zfs_domount(struct super_block *sb, zfs_mnt_t *zm, int silent) in zfs_domount() argument 1405 const char *osname = zm->mnt_osname; in zfs_domount() 1414 ASSERT(zm); in zfs_domount() 1428 error = zfsvfs_parse_options(zm->mnt_data, &vfs); in zfs_domount() 1615 zfs_remount(struct super_block *sb, int *flags, zfs_mnt_t *zm) in zfs_remount() argument 1628 error = zfsvfs_parse_options(zm->mnt_data, &vfsp); in zfs_remount()
|
/freebsd/sys/contrib/openzfs/include/os/linux/zfs/sys/ |
H A D | zfs_vfsops_os.h | 242 extern int zfs_domount(struct super_block *sb, zfs_mnt_t *zm, int silent); 245 extern int zfs_remount(struct super_block *sb, int *flags, zfs_mnt_t *zm);
|
/freebsd/crypto/openssl/test/certs/ |
H A D | ee-cert-ec-explicit.pem | 9 /////wAAAAD//////////7zm+q2nF56E87nKwvxjJVECAQEDQgAE+7TDP7C9VqQP
|
/freebsd/contrib/file/src/ |
H A D | compress.c | 301 int zm; in file_zmagic() local 305 zm = (*compr[i].u.func)(buf); in file_zmagic() 307 zm = memcmp(buf, compr[i].u.magic, in file_zmagic() 311 if (!zm) in file_zmagic()
|
/freebsd/contrib/libpcap/msdos/ |
H A D | makefile.wc | 35 -oilrtf -zm
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64SVEInstrInfo.td | 403 def AArch64fmla_p : PatFrags<(ops node:$pg, node:$za, node:$zn, node:$zm), 404 [(AArch64fma_p node:$pg, node:$zn, node:$zm, node:$za)]>; 406 def AArch64fmls_p : PatFrags<(ops node:$pg, node:$za, node:$zn, node:$zm), 407 [(int_aarch64_sve_fmls_u node:$pg, node:$za, node:$zn, node:$zm), 408 … (AArch64fma_p node:$pg, (AArch64fneg_mt node:$pg, node:$zn, (undef)), node:$zm, node:$za), 409 … (AArch64fma_p node:$pg, node:$zm, (AArch64fneg_mt node:$pg, node:$zn, (undef)), node:$za)]>; 411 def AArch64fnmla_p : PatFrags<(ops node:$pg, node:$za, node:$zn, node:$zm), 412 [(int_aarch64_sve_fnmla_u node:$pg, node:$za, node:$zn, node:$zm), 413 …AArch64fma_p node:$pg, (AArch64fneg_mt node:$pg, node:$zn, (undef)), node:$zm, (AArch64fneg_mt nod… 414 … (AArch64fneg_mt_nsz node:$pg, (AArch64fma_p node:$pg, node:$zn, node:$zm, node:$za), (undef))]>; [all …]
|
H A D | SMEInstrFormats.td | 62 zpr_ty:$zn, zpr_ty:$zm), []>,
|
/freebsd/contrib/file/tests/ |
H A D | HWP97.hwp.testfile | 32 …�#t�>"�#r�>b�؇Ms����.���K�p �h�%/�e�`�B7�Į¥�%�-5\��m|����~<��zm��W��S�z����s�u�ѽI��…
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | arm_sme.td | 423 // Multi-multi sudot builtins are mapped to usdot, with zn & zm operands swapped 628 // Single sumla maps to usmla, with zn & zm operands swapped 634 // Multi-multi sumla builtins are mapped to usmla, with zn & zm operands swapped
|
H A D | arm_sve.td | 2116 multiclass MinMaxIntr<string i, string zm, string mul, string t> { 2117 …f SVS # NAME : SInst<"sv" # i # "[" # zm # "_{d}_" # mul # "]", t, "csil", MergeNone, "aarch64… 2118 …f SVU # NAME : SInst<"sv" # i # "[" # zm # "_{d}_" # mul # "]", t, "UcUsUiUl", MergeNone, "aarch64… 2119 …f SVF # NAME : SInst<"sv" # i # "[" # zm # "_{d}_" # mul # "]", t, "hfd", MergeNone, "aarch64…
|
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_torus.c | 8956 int x, y, z, dz, zm = t->z_sz / 2; in find_stree_root() local 8971 for (dz = 0; dz <= zm; dz++) { in find_stree_root() 8973 z = canonicalize(zm - dz, t->z_sz); in find_stree_root() 8987 z = canonicalize(zm + dz, t->z_sz); in find_stree_root() 9011 root = find_plane_mid(t, zm); in find_stree_root()
|