HomeSort by relevance Sort by last modified time
    Searched refs:POOL_NAME (Results 1 - 4 of 4) sorted by null

  /netvirt/usr/src/cmd/pools/common/
utils.h 91 #define POOL_NAME "pool.name"
  /netvirt/usr/src/uts/common/fs/zfs/
zfs_ioctl.c 89 POOL_NAME,
    [all...]
  /netvirt/usr/src/cmd/pools/poolstat/
poolstat.c 740 * If 'pool_name' is defined find all resources bound to this pool.
743 get_resources(const char *pool_name, const char *rtype, uint_t *nelem)
767 if (pool_name != NULL) {
768 /* collect resources associated to 'pool_name' */
770 if ((pool = pool_get_pool(conf, pool_name)) == NULL)
771 die(gettext(ERR_STATS_POOL_N), pool_name); local
900 if ((pv_name = create_pool_value(POOL_NAME)) == NULL)
947 if (pool_get_property(conf, elem, POOL_NAME, pv_name)
975 conf, elem, POOL_NAME, pv_name) == -1)
  /netvirt/usr/src/cmd/pools/poolcfg/
poolcfg.y 970 parser_rename(cmd, pool_to_elem(conf, pool), POOL_NAME);
    [all...]

Completed in 240 milliseconds