Searched refs:zonecfg_getdsent (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/lib/libzonecfg/common/ |
H A D | mapfile-vers | 123 zonecfg_getdsent;
|
H A D | libzonecfg.c | 6431 zonecfg_getdsent(zone_dochandle_t handle, struct zone_dstab *tabptr) in zonecfg_getdsent() function
|
/titanic_41/usr/src/head/ |
H A D | libzonecfg.h | 485 extern int zonecfg_getdsent(zone_dochandle_t, struct zone_dstab *);
|
/titanic_41/usr/src/cmd/zoneadm/ |
H A D | zfs.c | 1212 while (zonecfg_getdsent(handle, &dstab) == Z_OK) { in verify_datasets()
|
H A D | zoneadm.c | 3356 while (zonecfg_getdsent(t_handle, &t_dstab) == Z_OK) { in warn_dataset_match() 3365 while (zonecfg_getdsent(s_handle, &s_dstab) == Z_OK) { in warn_dataset_match()
|
/titanic_41/usr/src/cmd/zoneadmd/ |
H A D | vplat.c | 3544 while (zonecfg_getdsent(handle, &dstab) == Z_OK) in get_datasets() 3568 while (zonecfg_getdsent(handle, &dstab) == Z_OK) { in get_datasets() 3626 while (zonecfg_getdsent(handle, &dstab) == Z_OK) { in validate_datasets()
|
/titanic_41/usr/src/cmd/zonecfg/ |
H A D | zonecfg.c | 2037 while (zonecfg_getdsent(handle, &dstab) == Z_OK) { in export_func() 5224 while (zonecfg_getdsent(handle, &lookup) == Z_OK) { in info_ds() 6053 while (zonecfg_getdsent(handle, &dstab) == Z_OK) { in verify_func()
|