Searched refs:mz (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/lib/libiconv_modules/mapper_zone/
H A Dcitrus_mapper_zone.c233 parse_var(struct _citrus_mapper_zone *mz, struct _memstream *ms) argument
241 if (parse_zone(ms, &ps, &mz->mz_col))
248 mz->mz_row = mz->mz_col;
250 if (parse_zone(ms, &ps, &mz->mz_col))
256 mz->mz_col_bits = ps.ps_u_imm;
257 if (mz->mz_col_bits < 0 || mz->mz_col_bits > 32)
263 mz->mz_col_bits = 32;
264 mz
305 struct _citrus_mapper_zone *mz; local
348 struct _citrus_mapper_zone *mz = cm->cm_closure; local
[all...]
/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_monitor.c322 struct netmap_zmon_list *mz = &mkring->zmon_list[t]; local
344 mz->prev = ikring;
345 mz->next = NULL;
373 struct netmap_zmon_list *mz = &mkring->zmon_list[t]; local
380 ikring = mz->prev;
392 if (mz->next != NULL) {
393 mz->next->zmon_list[t].prev = mz->prev;
398 if (mz->prev != NULL)
399 netmap_adapter_get(mz
[all...]
/freebsd-11-stable/usr.sbin/uefisign/
H A Dpe.c489 const struct mz_header *mz; local
491 range_check(x, 0, sizeof(*mz), "MZ header");
493 mz = (struct mz_header *)x->x_buf;
494 if (mz->mz_signature[0] != 'M' || mz->mz_signature[1] != 'Z')
497 return (parse_pe(x, mz->mz_lfanew));
/freebsd-11-stable/stand/libsa/zfs/
H A Dzfsimpl.c1379 const mzap_phys_t *mz; local
1390 mz = (const mzap_phys_t *) zap_scratch;
1394 mze = &mz->mz_chunk[i];
1629 const mzap_phys_t *mz; local
1639 mz = (const mzap_phys_t *) zap_scratch;
1643 mze = &mz->mz_chunk[i];
1771 const mzap_phys_t *mz; local
1782 mz = (const mzap_phys_t *) zap_scratch;
1786 mze = &mz->mz_chunk[i];

Completed in 183 milliseconds