/freebsd/lib/libiconv_modules/mapper_zone/ |
H A D | citrus_mapper_zone.c | 234 parse_var(struct _citrus_mapper_zone *mz, struct _memstream *ms) in parse_var() argument 242 if (parse_zone(ms, &ps, &mz->mz_col)) in parse_var() 249 mz->mz_row = mz->mz_col; in parse_var() 251 if (parse_zone(ms, &ps, &mz->mz_col)) in parse_var() 257 mz->mz_col_bits = ps.ps_u_imm; in parse_var() 258 if (mz->mz_col_bits < 0 || mz->mz_col_bits > 32) in parse_var() 264 mz->mz_col_bits = 32; in parse_var() 265 mz->mz_row.z_begin = mz->mz_row.z_end = 0; in parse_var() 272 mz->mz_col_offset = ps.ps_s_imm; in parse_var() 275 mz->mz_row_offset = mz->mz_col_offset; in parse_var() [all …]
|
/freebsd/sys/dev/netmap/ |
H A D | netmap_monitor.c | 323 struct netmap_zmon_list *mz = &mkring->zmon_list[t]; in netmap_monitor_add() local 345 mz->prev = ikring; in netmap_monitor_add() 346 mz->next = NULL; in netmap_monitor_add() 374 struct netmap_zmon_list *mz = &mkring->zmon_list[t]; in netmap_monitor_del() local 381 ikring = mz->prev; in netmap_monitor_del() 393 if (mz->next != NULL) { in netmap_monitor_del() 394 mz->next->zmon_list[t].prev = mz->prev; in netmap_monitor_del() 399 if (mz->prev != NULL) in netmap_monitor_del() 400 netmap_adapter_get(mz->prev->na); in netmap_monitor_del() 407 (mz->prev != kring ? mz->prev : NULL); in netmap_monitor_del() [all …]
|
/freebsd/usr.sbin/uefisign/ |
H A D | pe.c | 489 const struct mz_header *mz; in parse() local 491 range_check(x, 0, sizeof(*mz), "MZ header"); in parse() 493 mz = (struct mz_header *)x->x_buf; in parse() 494 if (mz->mz_signature[0] != 'M' || mz->mz_signature[1] != 'Z') in parse() 497 return (parse_pe(x, mz->mz_lfanew)); in parse()
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | msdos | 794 # If magic in the branch is not parsed then always jumps to mz-unrecognized 801 >>>>0 use mz-unrecognized 804 >>>0 use mz-unrecognized 807 >>>0 use mz-unrecognized 810 >>>0 use mz-unrecognized 813 >>>0 use mz-unrecognized 820 >>>>>&-2 use mz-next-overlay 822 >>>>>>0 use mz-bw-collection 824 >>>>>>0 use mz-3p 826 >>>>>0 use mz-unrecognized [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zdb/ |
H A D | zdb_object_range_pos.ksh | 167 actual=$(get_object_list $TESTPOOL 0:-1:mz)
|
/freebsd/stand/libsa/zfs/ |
H A D | zfsimpl.c | 2405 mzap_lookup(const mzap_phys_t *mz, size_t size, const char *name, in mzap_lookup() argument 2417 mze = &mz->mz_chunk[i]; in mzap_lookup() 2762 mzap_list(const mzap_phys_t *mz, size_t size, in mzap_list() argument 2775 mze = &mz->mz_chunk[i]; in mzap_list() 2919 mzap_rlookup(const mzap_phys_t *mz, size_t size, char *name, uint64_t value) in mzap_rlookup() argument 2930 mze = &mz->mz_chunk[i]; in mzap_rlookup()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64SchedNeoverseV1.td | 1310 def : InstRW<[V1Write_2c_1M0], (instregex "^BRK[AB]_PP[mz]P$")>; 1432 def : InstRW<[V1Write_2c_1V01], (instregex "^CPY_ZP([mz]I|mV)_[BHSD]$")>; 1487 def : InstRW<[V1Write_2c_1V01], (instregex "^MOVPRFX_ZP[mz]Z_[BHSD]$",
|
H A D | AArch64SchedA510.td | 881 def : InstRW<[CortexA510Write<3, CortexA510UnitVALU>], (instregex "^MOVPRFX_ZP[mz]Z_[BHSD]",
|
H A D | AArch64SchedA64FX.td | 2058 (instregex "^AND_ZI", "^CL[SZ]_Z", "^CPY_ZP[mz]I", "^DUP_ZZ?I", "^DUPM_Z",
|
H A D | AArch64SchedNeoverseN2.td | 1799 def : InstRW<[N2Write_2cyc_1V], (instregex "^MOVPRFX_ZP[mz]Z_[BHSD]$",
|
H A D | AArch64SchedNeoverseV2.td | 2312 def : InstRW<[V2Write_2cyc_1V], (instregex "^MOVPRFX_ZP[mz]Z_[BHSD]",
|
/freebsd/share/doc/IPv6/ |
H A D | IMPLEMENTATION | 1621 mz ok ok yes
|