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

  /onnv/onnv-gate/usr/src/cmd/pools/common/
utils.h 91 #define POOL_NAME "pool.name"
  /onnv/onnv-gate/usr/src/uts/common/fs/zfs/
zfs_ioctl.c 85 POOL_NAME,
    [all...]
  /onnv/onnv-gate/usr/src/cmd/pools/poolstat/
poolstat.c 757 * If 'pool_name' is defined find all resources bound to this pool.
760 get_resources(const char *pool_name, const char *rtype, uint_t *nelem)
784 if (pool_name != NULL) {
785 /* collect resources associated to 'pool_name' */
787 if ((pool = pool_get_pool(conf, pool_name)) == NULL)
788 die(gettext(ERR_STATS_POOL_N), pool_name); local
917 if ((pv_name = create_pool_value(POOL_NAME)) == NULL)
964 if (pool_get_property(conf, elem, POOL_NAME, pv_name)
992 conf, elem, POOL_NAME, pv_name) == -1)
  /onnv/onnv-gate/usr/src/cmd/pools/poolcfg/
poolcfg.y 970 parser_rename(cmd, pool_to_elem(conf, pool), POOL_NAME);
    [all...]

Completed in 3120 milliseconds