Searched refs:zlist (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/lib/libshare/common/ |
H A D | libshare_zfs.c | 278 zfs_handle_t **zlist; in get_zfs_dataset() local 282 get_all_filesystems(impl_handle, &zlist, &count); in get_zfs_dataset() 285 if (zfs_prop_get(zlist[i], ZFS_PROP_MOUNTPOINT, mountpoint, in get_zfs_dataset() 309 if (zfs_prop_get(zlist[i], ZFS_PROP_CANMOUNT, canmount, in get_zfs_dataset() 319 dataset = (char *)zfs_get_name(zlist[i]); in get_zfs_dataset() 751 zfs_handle_t **zlist; in sa_get_zfs_shares() local 779 get_all_filesystems((sa_handle_impl_t)handle, &zlist, &count); in sa_get_zfs_shares() 780 qsort(zlist, count, sizeof (void *), mountpoint_compare); in sa_get_zfs_shares() 787 if (zfs_prop_get(zlist[i], ZFS_PROP_MOUNTPOINT, in sa_get_zfs_shares() 796 if ((dataset = (char *)zfs_get_name(zlist[i])) == NULL) in sa_get_zfs_shares() [all …]
|
/titanic_50/usr/src/lib/libinstzones/common/ |
H A D | zones.c | 1229 z_set_zone_spec(const char *zlist) in z_set_zone_spec() argument 1239 assert(zlist != NULL); in z_set_zone_spec() 1244 while (isspace(*zlist)) { in z_set_zone_spec() 1245 zlist++; in z_set_zone_spec() 1247 if (*zlist == '\0') { in z_set_zone_spec() 1250 for (zend = zlist; *zend != '\0'; zend++) { in z_set_zone_spec() 1255 zlen = ((ptrdiff_t)zend) - ((ptrdiff_t)zlist); in z_set_zone_spec() 1257 _z_program_error(ERR_ZONE_NAME_ILLEGAL, zlen, zlist); in z_set_zone_spec() 1261 (void) memcpy(zent->zl_name, zlist, zlen); in z_set_zone_spec() 1266 zlist = zend; in z_set_zone_spec()
|
/titanic_50/usr/src/lib/libbe/common/ |
H A D | be_create.c | 1618 zoneList_t zlist = NULL; in be_destroy_zones() local 1665 if ((zlist = z_get_nonglobal_zone_list_by_brand(brands)) == NULL) { in be_destroy_zones() 1680 for (i = 0; (zonename = z_zlist_get_zonename(zlist, i)) != NULL; i++) { in be_destroy_zones() 1683 if (z_zlist_get_current_state(zlist, i) < ZONE_STATE_INSTALLED) in be_destroy_zones() 1686 zonepath = z_zlist_get_zonepath(zlist, i); in be_destroy_zones() 1718 z_free_zone_list(zlist); in be_destroy_zones() 1908 zoneList_t zlist = NULL; in be_copy_zones() local 1973 if ((zlist = z_get_nonglobal_zone_list_by_brand(brands)) == NULL) { in be_copy_zones() 1978 for (i = 0; (zonename = z_zlist_get_zonename(zlist, i)) != NULL; i++) { in be_copy_zones() 1985 zonepath = z_zlist_get_zonepath(zlist, i); in be_copy_zones() [all …]
|
/titanic_50/usr/src/lib/libinstzones/hdrs/ |
H A D | instzones_api.h | 125 extern int z_set_zone_spec(const char *zlist);
|