Searched refs:auto_take (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/lvm/util/
H A Dmetaset.c413 int auto_take = FALSE; local
439 auto_take = TRUE;
487 if (auto_take && hosts != TRUE)
597 if (auto_take)
619 if (meta_set_addhosts(sp, multi_node, argc, argv, auto_take,
2263 int auto_take = FALSE; local
2308 auto_take = TRUE;
2424 if (auto_take && sdssc_res != SDSSC_NOT_BOUND &&
2438 if (cmd == notspecified && auto_take == FALSE) {
2494 if (auto_take
[all...]
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_set_hst.c525 int auto_take,
552 * If auto_take then we must be the only member of the set
555 if (auto_take && node_c > 1)
705 if (auto_take)
2071 int auto_take,
2142 return (create_set(sp, multi_node, node_c, node_v, auto_take,
2159 /* The auto_take behavior is inconsistent with multiple hosts. */
2160 if (auto_take || sd->sd_flags & MD_SR_AUTO_TAKE) {
3197 int auto_take,
3227 return (create_set(sp, multi_node, node_c, node_v, auto_take,
520 create_set( mdsetname_t *sp, int multi_node, int node_c, char **node_v, int auto_take, md_error_t *ep ) argument
2066 meta_multinode_set_addhosts( mdsetname_t *sp, int multi_node, int node_c, char **node_v, int auto_take, md_error_t *ep ) argument
3192 meta_traditional_set_addhosts( mdsetname_t *sp, int multi_node, int node_c, char **node_v, int auto_take, md_error_t *ep ) argument
3707 meta_set_addhosts( mdsetname_t *sp, int multi_node, int node_c, char **node_v, int auto_take, md_error_t *ep ) argument
[all...]
/illumos-gate/usr/src/head/
H A Dmeta.h1538 int node_c, char **node_v, int auto_take,

Completed in 57 milliseconds