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

/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_import.c1046 int clboot = 0; local
1048 if (_cladm(CL_INITIALIZE, CL_GET_BOOTFLAG, &clboot) != 0)
1049 clboot = 0;
1051 if (clboot != 0)
1168 if (clboot) {
2326 int cnt, mtype, ttype, clboot; local
2348 if (_cladm(CL_INITIALIZE, CL_GET_BOOTFLAG, &clboot) != 0) {
2349 clboot = 0;
2352 searchp = (clboot == 0) ? search_path : did_search_path;
2783 int clboot local
4334 int clboot = 0, nid = 0; local
[all...]
H A Dmeta_set_prv.c731 int i, clboot = 0; local
743 if (_cladm(CL_INITIALIZE, CL_GET_BOOTFLAG, &clboot) != 0) {
H A Dmeta_set.c1898 int clboot = 0; local
1905 if (_cladm(CL_INITIALIZE, CL_GET_BOOTFLAG, &clboot) != 0) {
1987 if (clboot & CLUSTER_CONFIGURED &&

Completed in 33 milliseconds