OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newroot
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl2/xcvs/dist/src/
root.c
379
cvsroot_t *
newroot
;
local
382
newroot
= xmalloc(sizeof(cvsroot_t));
384
newroot
->original = NULL;
385
newroot
->directory = NULL;
386
newroot
->method = null_method;
387
newroot
->isremote = false;
389
newroot
->username = NULL;
390
newroot
->password = NULL;
391
newroot
->hostname = NULL;
392
newroot
->cvs_rsh = NULL
472
cvsroot_t *
newroot
; \/* the new root to be returned *\/
local
988
cvsroot_t *
newroot
= new_cvsroot_t();
local
[
all
...]
sanity.sh
2592
newroot
() {
function
2628
CVSROOT=`
newroot
$CVSROOT_DIRNAME`; export CVSROOT
2646
SECONDARY_CVSROOT=`
newroot
$PRIMARY_CVSROOT_DIRNAME`
2648
SECONDARY_CVSROOT=`
newroot
$SECONDARY_CVSROOT_DIRNAME`
28846
CVSROOT1=`
newroot
$CVSROOT1_DIRNAME`
28847
CVSROOT2=`
newroot
$CVSROOT2_DIRNAME`
29953
CVSROOT1=`
newroot
$CVSROOT1_DIRNAME`
29954
CVSROOT2=`
newroot
$CVSROOT2_DIRNAME`
30108
CVSROOT1=`
newroot
${TESTDIR}/root1`
30109
CVSROOT2=`
newroot
${TESTDIR}/root2
[
all
...]
/src/external/cddl/osnet/dist/cmd/zpool/
zpool_vdev.c
855
check_replication(nvlist_t *config, nvlist_t *
newroot
)
878
if ((nvlist_lookup_nvlist_array(
newroot
, ZPOOL_CONFIG_CHILDREN,
887
if (num_logs(
newroot
) == children) {
896
if ((new = get_replication(
newroot
, B_TRUE)) == NULL) {
1433
nvlist_t *
newroot
= NULL, **child;
local
1437
if ((
newroot
= construct_spec(argc, argv)) == NULL) {
1444
if (!flags.dryrun && make_disks(zhp,
newroot
) != 0) {
1445
nvlist_free(
newroot
);
1451
verify(nvlist_lookup_nvlist_array(
newroot
,
1463
nvlist_free(
newroot
);
1491
nvlist_t *
newroot
;
local
[
all
...]
Completed in 33 milliseconds
Indexes created Fri Aug 07 00:26:27 UTC 2026