Home
last modified time | relevance | path

Searched refs:newpool (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/elftoolchain/libelftc/
H A Delftc_string_table.c104 char *newpool; in elftc_string_table_add_to_pool() local
115 if ((newpool = realloc(st->st_string_pool, newsize)) == in elftc_string_table_add_to_pool()
118 st->st_string_pool = newpool; in elftc_string_table_add_to_pool()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_alloc.cpp612 void *newpool; in bget() local
617 newpool = (*thr->acqfcn)((bufsize)thr->exp_incr); in bget()
618 KMP_DEBUG_ASSERT(((size_t)newpool) % SizeQuant == 0); in bget()
619 if (newpool != NULL) { in bget()
620 bpool(th, newpool, thr->exp_incr); in bget()
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c7758 char *srcpool, *newpool, *propval; in zpool_do_split() local
7849 newpool = argv[1]; in zpool_do_split()
7859 config = split_mirror_vdev(zhp, newpool, props, flags, argc, argv); in zpool_do_split()
7865 "following layout:\n\n"), newpool); in zpool_do_split()
7866 print_vdev_tree(NULL, newpool, config, 0, "", in zpool_do_split()
7887 if ((zhp = zpool_open_canfail(g_zfs, newpool)) == NULL) { in zpool_do_split()
7894 ret = zfs_crypto_attempt_load_keys(g_zfs, newpool); in zpool_do_split()