Home
last modified time | relevance | path

Searched refs:pool_name (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dalloc-pool.h45 const char *pool_name) in pool_usage() argument
48 m_pool_name (pool_name) {} in pool_usage()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dalloc-pool.h45 const char *pool_name) in pool_usage() argument
48 m_pool_name (pool_name) {} in pool_usage()
/netbsd-src/external/cddl/osnet/dist/lib/libzfs/common/
H A Dlibzfs_dataset.c231 zpool_add_handle(zfs_handle_t *zhp, const char *pool_name) in zpool_add_handle() argument
236 if ((zph = zpool_open_canfail(hdl, pool_name)) != NULL) { in zpool_add_handle()
245 zpool_find_handle(zfs_handle_t *zhp, const char *pool_name, int len) in zpool_find_handle() argument
251 (strncmp(pool_name, zpool_get_name(zph), len) != 0)) in zpool_find_handle()
264 char *pool_name; in zpool_handle() local
269 pool_name = zfs_alloc(zhp->zfs_hdl, len); in zpool_handle()
270 (void) strlcpy(pool_name, zhp->zfs_name, len); in zpool_handle()
272 zph = zpool_find_handle(zhp, pool_name, len); in zpool_handle()
274 zph = zpool_add_handle(zhp, pool_name); in zpool_handle()
276 free(pool_name); in zpool_handle()
H A Dlibzfs_import.c1542 char *pool_name; in name_or_guid_exists() local
1545 ZPOOL_CONFIG_POOL_NAME, &pool_name) == 0); in name_or_guid_exists()
1546 if (strcmp(pool_name, import->poolname) == 0) in name_or_guid_exists()
/netbsd-src/sys/dev/raidframe/
H A Drf_netbsdkintf.c3729 rf_pool_init(RF_Raid_t *raidPtr, char *w_chan, struct pool *p, size_t size, const char *pool_name, in rf_pool_init() argument
3734 snprintf(w_chan, RF_MAX_POOLNAMELEN, "raid%d_%s", raidPtr->raidid, pool_name); in rf_pool_init()