Searched defs:online (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_smf.c | 36 static int online(char *svc_names[], char **names); 114 * Determine if desired services are online. If all services in the 115 * classes specified by flags are online, 1 is returned. Otherwise 126 if (online(svm_core_svcs, &names) == 0) 130 if (online(svm_diskset_svcs, &names) == 0) 134 if (online(svm_mn_diskset_svcs, &names) == 0) 148 * online given the current SVM configuration. 282 if (online(svc_names, &names)) 292 * Check to see if all services in the svc_names are online. If they are 293 * all online 297 online(char *svc_names[], char **names) function [all...] |
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/common/ |
H A D | pi_meth.c | 43 int online; /* online cpus count */ member in struct:cpu_walk_data 46 uint32_t strandid; /* online strand id */ 171 * Stop walking if the online strand has been found. 174 swdp->online > 0) 189 * The "offline" and "online" counter are only useful for the "status" 196 if (swdp->online++ == 0) { 248 swdp->err = swdp->offline = swdp->online = swdp->fail = 0; 278 swd.online > 0) { 280 topo_mod_dprintf(mod, "using online stran [all...] |
/osnet-11/usr/src/lib/libzfs_jni/common/ |
H A D | libzfs_jni_diskmgt.c | 691 int online; local 696 /* Is this disk online? */ 697 online = get_disk_online(disk, &error); 698 if (!error && online) {
|
/osnet-11/usr/src/lib/fm/libasr/common/ |
H A D | asr.c | 1461 asr_state_change(asr_handle_t *ah, boolean_t online, boolean_t maintenance, argument 1475 err |= asr_buf_append_xml_nb(buf, pad, "online", online);
|
Completed in 32 milliseconds