Home
last modified time | relevance | path

Searched refs:mzap_lookup (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c571 mzap_lookup(mzap_phys_t *zapobj, int objsize, const char *name, in mzap_lookup() function
784 return (mzap_lookup(zapbuf, size, name, val)); in zap_lookup()
/illumos-gate/usr/src/boot/libsa/zfs/
H A Dzfsimpl.c2429 mzap_lookup(const mzap_phys_t *mz, size_t size, const char *name, in mzap_lookup() function
2765 rc = mzap_lookup((const mzap_phys_t *)zap, size, name, value); in zap_lookup()