Lines Matching defs:online
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 1 is returned, otherwise 0 is returned.
297 online(char *svc_names[], char **names)
334 * Return 1 if the specified service is online. Otherwise, return 0.
343 if (strcmp(s, "online") == 0)