Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/zoneadm/
H A Dzoneadm.h108 extern int zfm_print(const struct mnttab *mntp, void *unused);
H A Dzoneadm.c3508 zfm_print(const struct mnttab *p, void *r) { in zfm_print() function
3522 (void) zonecfg_find_mounts(source_zonepath, zfm_print, NULL); in clone_copy()
4450 (void) zonecfg_find_mounts(zonepath, zfm_print, NULL); in detach_func()
5035 (void) zonecfg_find_mounts(rootpath, zfm_print, NULL); in uninstall_func()
H A Dzfs.c1451 (void) zfm_print(mountp, NULL); in zone_mounts_cb()