Searched refs:zonecfg_find_mounts (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/head/ |
H A D | libzonecfg.h | 347 extern int zonecfg_find_mounts(char *, int(*)(const struct mnttab *,
|
/illumos-gate/usr/src/cmd/zoneadm/ |
H A D | zoneadm.c | 3521 if (zonecfg_find_mounts(source_zonepath, NULL, NULL)) { 3524 (void) zonecfg_find_mounts(source_zonepath, zfm_print, NULL); 4449 if (execute && zonecfg_find_mounts(zonepath, NULL, NULL)) { 4452 (void) zonecfg_find_mounts(zonepath, zfm_print, NULL); 5033 err = zonecfg_find_mounts(rootpath, NULL, NULL); 5037 (void) zonecfg_find_mounts(rootpath, zfm_print, NULL);
|
H A D | zfs.c | 1391 * This zonecfg_find_mounts() callback records information about mounts of 1476 if (zonecfg_find_mounts((char *)zonepath, zone_mounts_cb, mounts) ==
|
/illumos-gate/usr/src/cmd/zoneadmd/ |
H A D | vplat.c | 4898 if (zonecfg_find_mounts(rootpath, NULL, NULL) < 1) { 4907 (void) zonecfg_find_mounts(rootpath,
|
/illumos-gate/usr/src/lib/libzonecfg/common/ |
H A D | libzonecfg.c | 3087 * If the callback function returns non-zero zonecfg_find_mounts 3091 zonecfg_find_mounts(char *rootpath, int (*callback)(const struct mnttab *, function
|
Completed in 111 milliseconds