Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfpool.c54 static Sfpool_t* newpool(reg int mode) in newpool() function
56 static Sfpool_t* newpool(mode) in newpool()
340 { if(!(p = newpool(mode)) )
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_commit.c524 pool_t *newpool; in process_elem_gt() local
531 if ((newpool = pool_create(stc, name)) == NULL) { in process_elem_gt()
537 TO_ELEM(newpool), clone_element) != PO_SUCCESS) in process_elem_gt()
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c5773 char *srcpool, *newpool, *propval; in zpool_do_split() local
5863 newpool = argv[1]; in zpool_do_split()
5871 config = split_mirror_vdev(zhp, newpool, props, flags, argc, argv); in zpool_do_split()
5877 "following layout:\n\n"), newpool); in zpool_do_split()
5878 print_vdev_tree(NULL, newpool, config, 0, "", in zpool_do_split()
5893 if ((zhp = zpool_open_canfail(g_zfs, newpool)) == NULL) in zpool_do_split()
5897 ret = zfs_crypto_attempt_load_keys(g_zfs, newpool); in zpool_do_split()
/illumos-gate/usr/src/uts/common/os/
H A Dzone.c5913 pool_t *oldpool, *newpool; in zone_enter() local
6048 newpool = zone_pool_get(zone); in zone_enter()
6049 if (pool_state == POOL_ENABLED && newpool != oldpool && in zone_enter()
6050 (err = pool_do_bind(newpool, P_PID, P_MYID, in zone_enter()
6073 newpool != oldpool) in zone_enter()