Home
last modified time | relevance | path

Searched refs:zfm_print (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/zoneadm/
H A Dzoneadm.h108 extern int zfm_print(const struct mnttab *mntp, void *unused);
H A Dzoneadm.c3518 zfm_print(const struct mnttab *p, void *r) in zfm_print() function
3533 (void) zonecfg_find_mounts(source_zonepath, zfm_print, NULL); in clone_copy()
4461 (void) zonecfg_find_mounts(zonepath, zfm_print, NULL); in detach_func()
5046 (void) zonecfg_find_mounts(rootpath, zfm_print, NULL); in uninstall_func()
H A Dzfs.c1457 (void) zfm_print(mountp, NULL); in zone_mounts_cb()