| /freebsd-14.2/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zpl_super.c | 174 zfs_mnt_t zm = { .mnt_osname = NULL, .mnt_data = data }; in zpl_remount_fs() local 179 error = -zfs_remount(sb, flags, &zm); in zpl_remount_fs() 263 zfs_mnt_t *zm = (zfs_mnt_t *)data; in zpl_fill_super() local 268 error = -zfs_domount(sb, zm, silent); in zpl_fill_super() 291 zpl_mount_impl(struct file_system_type *fs_type, int flags, zfs_mnt_t *zm) in zpl_mount_impl() argument 297 err = dmu_objset_hold(zm->mnt_osname, FTAG, &os); in zpl_mount_impl() 343 err = zpl_fill_super(s, zm, flags & SB_SILENT ? 1 : 0); in zpl_mount_impl() 361 zfs_mnt_t zm = { .mnt_osname = osname, .mnt_data = data }; in zpl_mount() local 363 struct super_block *sb = zpl_mount_impl(fs_type, flags, &zm); in zpl_mount()
|
| H A D | zfs_vfsops.c | 1463 zfs_domount(struct super_block *sb, zfs_mnt_t *zm, int silent) in zfs_domount() argument 1465 const char *osname = zm->mnt_osname; in zfs_domount() 1474 ASSERT(zm); in zfs_domount() 1488 error = zfsvfs_parse_options(zm->mnt_data, &vfs); in zfs_domount() 1675 zfs_remount(struct super_block *sb, int *flags, zfs_mnt_t *zm) in zfs_remount() argument 1688 error = zfsvfs_parse_options(zm->mnt_data, &vfsp); in zfs_remount()
|
| /freebsd-14.2/crypto/openssl/test/certs/ |
| H A D | ee-cert-ec-explicit.pem | 9 /////wAAAAD//////////7zm+q2nF56E87nKwvxjJVECAQEDQgAE+7TDP7C9VqQP
|
| /freebsd-14.2/sys/contrib/openzfs/include/os/linux/zfs/sys/ |
| H A D | zfs_vfsops_os.h | 240 extern int zfs_domount(struct super_block *sb, zfs_mnt_t *zm, int silent); 243 extern int zfs_remount(struct super_block *sb, int *flags, zfs_mnt_t *zm);
|
| /freebsd-14.2/contrib/file/src/ |
| H A D | compress.c | 287 int zm; in file_zmagic() local 291 zm = (*compr[i].u.func)(buf); in file_zmagic() 293 zm = memcmp(buf, compr[i].u.magic, in file_zmagic() 297 if (!zm) in file_zmagic()
|
| /freebsd-14.2/contrib/libpcap/msdos/ |
| H A D | makefile.wc | 35 -oilrtf -zm
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64SVEInstrInfo.td | 398 def AArch64fmla_p : PatFrags<(ops node:$pg, node:$za, node:$zn, node:$zm), 399 [(AArch64fma_p node:$pg, node:$zn, node:$zm, node:$za)]>; 401 def AArch64fmls_p : PatFrags<(ops node:$pg, node:$za, node:$zn, node:$zm), 402 [(int_aarch64_sve_fmls_u node:$pg, node:$za, node:$zn, node:$zm), 406 def AArch64fnmla_p : PatFrags<(ops node:$pg, node:$za, node:$zn, node:$zm), 407 [(int_aarch64_sve_fnmla_u node:$pg, node:$za, node:$zn, node:$zm), 411 def AArch64fnmls_p : PatFrags<(ops node:$pg, node:$za, node:$zn, node:$zm), 460 def AArch64fmla_m1 : PatFrags<(ops node:$pg, node:$za, node:$zn, node:$zm), 461 [(int_aarch64_sve_fmla node:$pg, node:$za, node:$zn, node:$zm), 465 def AArch64fmls_m1 : PatFrags<(ops node:$pg, node:$za, node:$zn, node:$zm), [all …]
|
| H A D | SMEInstrFormats.td | 62 zpr_ty:$zn, zpr_ty:$zm), []>,
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | arm_sme.td | 392 // Multi-multi sudot builtins are mapped to usdot, with zn & zm operands swapped 563 // Single sumla maps to usmla, with zn & zm operands swapped 569 // Multi-multi sumla builtins are mapped to usmla, with zn & zm operands swapped
|
| H A D | arm_sve.td | 2094 multiclass MinMaxIntr<string i, string zm, string mul, string t> { 2095 …f SVS # NAME : SInst<"sv" # i # "[" # zm # "_{d}_" # mul # "]", t, "csil", MergeNone, "aarch64… 2096 …f SVU # NAME : SInst<"sv" # i # "[" # zm # "_{d}_" # mul # "]", t, "UcUsUiUl", MergeNone, "aarch64… 2097 …f SVF # NAME : SInst<"sv" # i # "[" # zm # "_{d}_" # mul # "]", t, "hfd", MergeNone, "aarch64…
|
| /freebsd-14.2/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()
|