Searched refs:newpool (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/libast/common/sfio/ |
H A D | sfpool.c | 54 static Sfpool_t* newpool(reg int mode) in newpool() function 56 static Sfpool_t* newpool(mode) in newpool() 339 { if(!(p = newpool(mode)) )
|
/titanic_41/usr/src/lib/libpool/common/ |
H A D | pool_commit.c | 526 pool_t *newpool; in process_elem_gt() local 533 if ((newpool = pool_create(stc, name)) == NULL) { in process_elem_gt() 539 TO_ELEM(newpool), clone_element) != PO_SUCCESS) in process_elem_gt()
|
/titanic_41/usr/src/cmd/zpool/ |
H A D | zpool_main.c | 3252 char *srcpool, *newpool, *propval; in zpool_do_split() local 3324 newpool = argv[1]; in zpool_do_split() 3332 config = split_mirror_vdev(zhp, newpool, props, flags, argc, argv); in zpool_do_split() 3338 "following layout:\n\n"), newpool); in zpool_do_split() 3339 print_vdev_tree(NULL, newpool, config, 0, B_FALSE); in zpool_do_split() 3353 if ((zhp = zpool_open_canfail(g_zfs, newpool)) == NULL) in zpool_do_split()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | zone.c | 5681 pool_t *oldpool, *newpool; in zone_enter() local 5816 newpool = zone_pool_get(zone); in zone_enter() 5817 if (pool_state == POOL_ENABLED && newpool != oldpool && in zone_enter() 5818 (err = pool_do_bind(newpool, P_PID, P_MYID, in zone_enter() 5841 newpool != oldpool) in zone_enter()
|