Lines Matching defs:pool
256 * a private interface to get the pool name.
269 /* Couldn't find pool, return. */
362 "%s couldn't identify pool %s\n", __FUNCTION__,
372 "%s couldn't get pool children\n", __FUNCTION__);
583 char pool[MAXPATHLEN], *fs, *sep;
586 /* On others, we need to find the pool the root is running. */
588 /* Clear and add the leading '/' to the pool pathname. */
589 (void) memset(pool, 0, MAXPATHLEN);
592 pool[0] = '/';
599 * We have identified the mounted pool, extract everything
603 (void) strncpy(pool + 1, fs, size);
606 cpsize = snprintf(*cpr_conf, MAXPATHLEN, "%s%s", pool, CPR_CONFIG);
718 * This is what I need to find the root pool from a mounted root dir.