Searched refs:newconfig (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/libcxx/utils/libcxx/test/
H A Dconfig.py22 import libcxx.test.newconfig namespace
137 libcxx.test.newconfig.configure(
/netbsd-current/external/cddl/osnet/dist/lib/libzfs/common/
H A Dlibzfs_pool.c2881 nvlist_t *tree, *config, **child, **newchild, *newconfig = NULL; local
3024 if (nvlist_alloc(&newconfig, NV_UNIQUE_NAME, 0) != 0)
3027 if (nvlist_add_nvlist(newconfig,
3029 nvlist_add_string(newconfig,
3031 nvlist_add_uint64(newconfig, ZPOOL_CONFIG_VERSION, vers) != 0)
3042 if (zcmd_write_conf_nvlist(hdl, &zc, newconfig) != 0)
3065 nvlist_free(newconfig);
/netbsd-current/external/cddl/osnet/dist/cmd/ztest/
H A Dztest.c5308 nvlist_t *config, *newconfig; local
5349 newconfig = spa_tryimport(config);
5350 ASSERT(newconfig != NULL);
5351 nvlist_free(newconfig);
/netbsd-current/external/cddl/osnet/dist/cmd/zpool/
H A Dzpool_main.c2526 nvlist_t *oldconfig, *newconfig; local
2529 newconfig = zpool_get_config(zhp, &oldconfig);
2534 verify(nvlist_lookup_nvlist(newconfig, ZPOOL_CONFIG_VDEV_TREE,
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dsanity.sh31127 echo THIS-CONFIG-OPTION-IS-BAD=XXX >$TESTDIR/newconfig
31128 dotest_fail server-20 "$testcvs server -c $TESTDIR/newconfig" \
31129 "E $SPROG \[server aborted\]: Invalid path to config file specified: \`$TESTDIR/newconfig'" <<EOF
31146 echo server -c $TESTDIR/newconfig >$HOME/.cvsrc
31158 rm $TESTDIR/newconfig $HOME/.cvsrc
[all...]

Completed in 283 milliseconds