Searched refs:status (Results 1 - 25 of 41) sorted by relevance

12

/solaris-userland-s11u3/components/apache2/mod_sed/
H A Dmod_sed.c104 apr_status_t status = APR_SUCCESS; local
121 status = ap_pass_brigade(ctx->f->next, ctx->bb);
126 return status;
137 apr_status_t status = APR_SUCCESS; local
139 return status;
142 status = append_bucket(ctx, out, size);
144 return status;
156 apr_status_t status = APR_SUCCESS; local
170 status = append_bucket(ctx, ctx->outbuf, ctx->bufsize);
175 if ((status
203 apr_status_t status = APR_SUCCESS; local
236 apr_status_t status; local
272 apr_status_t status; local
394 apr_status_t status; local
[all...]
H A Dsed0.c35 apr_status_t* status);
206 apr_status_t status; local
243 p = address(commands, commands->rep->ad1, &status);
244 if (status != APR_SUCCESS) {
264 p = address(commands, commands->rep->ad2, &status);
265 if ((status != APR_SUCCESS) || (p == 0)) {
813 apr_status_t* status)
819 *status = APR_SUCCESS;
823 *status = APR_EGENERAL;
848 *status
812 address(sed_commands_t *commands, char *expbuf, apr_status_t* status) argument
[all...]
/solaris-userland-s11u3/components/net-snmp/sun/sdk/demo/demo_module_7/
H A Ddemo_module_7.c84 int status; local
100 status = netsnmp_register_read_only_instance(myreg1);
101 DEBUGMSGTL(("demo_module_7", "init reg1 status %d:\n", status));
112 status = netsnmp_register_read_only_instance(myreg1);
113 DEBUGMSGTL(("demo_module_7", "init reg2 status %d:\n", status));
128 status = netsnmp_register_instance(myreg1);
129 DEBUGMSGTL(("filesize", "init reg3 status %d:\n", status));
171 int status; local
[all...]
/solaris-userland-s11u3/components/net-snmp/sun/sdk/demo/demo_module_4/
H A Dme4LoadGroup.c356 send_trap(u_char * hostname, u_char * modulename, oid * trapoid, int size, u_char * status, u_char * description) argument
489 (u_char *) status,
493 strlen((char *) status));
542 u_char status[8]; local
559 strcpy((char *) status, conv_alarm_state(new_loadavg1_state));
563 send_trap(hostName, moduleName, trapoid, size, status, description);
571 send_trap(hostName, moduleName, trapoid, size, status, description);
590 u_char status[8]; local
604 strcpy((char *) status, conv_alarm_state(new_loadavg5_state));
608 send_trap(hostName, moduleName, trapoid, size, status, descriptio
635 u_char status[8]; local
[all...]
/solaris-userland-s11u3/components/net-snmp/sun/sdk/demo/demo_module_10/
H A Ddemo_module_10.c30 static u_long status = 0; variable
62 - Use of a status variable to communicate the status of a data collection to
82 * the OID at which to register the status variable.
252 if (status == 2)
289 if (status == 2)
311 * This function returns the value of the status variable.
312 * If the value of status is 0 (no collection is running), it
366 if (status == 0)
369 ASN_INTEGER, (u_char *) & status,
[all...]
/solaris-userland-s11u3/components/wireshark/
H A DMakefile78 config.status > config.status.new; \
79 mv config.status.new config.status; \
80 chmod 755 config.status; \
81 ./config.status)
/solaris-userland-s11u3/components/zsh/
H A DMakefile67 config.status > config.status.new; \
68 mv config.status.new config.status; \
69 chmod 755 config.status; \
70 ./config.status)
/solaris-userland-s11u3/components/visual-panels/core/src/java/vpanels/client/com/oracle/solaris/vp/client/swing/
H A DAppPanelResourceManager.java74 protected void showStatus(final String status) { argument
76 Level.FINEST, status);
77 context.getBusyIndicator().setMessage(status);
H A DAppLoginManager.java187 protected void setLoginStatus(LoginRequest request, String status) { argument
188 busyPane.setMessage(status);
/solaris-userland-s11u3/components/visual-panels/core/src/java/vpanels/panel/com/oracle/solaris/vp/panel/common/model/
H A DAbstractManagedObject.java45 private ManagedObjectStatus status = ManagedObjectStatus.HEALTHY; field in class:AbstractManagedObject
184 return status;
309 * Calculates the status of this {@code ManagedObject} based on the status
317 * Calculates the status text of this {@code ManagedObject} based on its
318 * status.
321 ManagedObjectStatus status = getStatus();
322 String resource = "status." +
323 (status == null ? "unknonwn" : status
530 setStatus(ManagedObjectStatus status) argument
[all...]
/solaris-userland-s11u3/components/visual-panels/sysmon/src/java/vpanels/app/sysmon/com/oracle/solaris/vp/panels/sysmon/client/swing/
H A DSysMonPanelDescriptor.java117 return Finder.getString("status.offline",
122 ManagedObjectStatus status = ManagedObjectStatus.HEALTHY;
126 int compare = status.compareTo(cStatus);
128 status = cStatus;
136 "status." + status.toString().toLowerCase() + "." + count,
H A DSmfMonitoredResource.java117 ManagedObjectStatus status = getStatus();
118 if (status.equals(ManagedObjectStatus.HEALTHY)) {
H A DSysMonTrayControl.java186 ManagedObjectStatus status = descriptor.getStatus();
187 Health health = Health.fromManagedObjectStatus(status, true);
/solaris-userland-s11u3/components/net-snmp/sun/agent/modules/healthMonitor/
H A DhealthMonitor.c2322 * the trap); status - status of the node; description - description of the
2328 send_trap(u_char * hostname, u_char * modulename, u_char * moduleContext, oid * trapoid, int size, u_char * status, u_char * description, u_char * dvalue, int dtype) argument
2490 (u_char *) status,
2494 strlen((char *) status));
2596 u_char status[8]; local
2630 strcpy((char *) status, conv_alarm_state(new_SWAP_state));
2631 send_trap(hostName, moduleName, statusOIDContext, trapoid, size, status, description, dvalue, dtype);
2640 strcpy((char *) status, conv_alarm_state(new_SWAP_state));
2644 send_trap(hostName, moduleName, statusOIDContext, trapoid, size, status, descriptio
2676 u_char status[8]; local
2778 u_char status[8]; local
2879 u_char status[8]; local
2974 u_char status[8]; local
3074 u_char status[8]; local
3185 u_char status[8]; local
3265 u_char status[8]; local
[all...]
/solaris-userland-s11u3/components/visual-panels/core/src/java/vpanels/panel/com/oracle/solaris/vp/panel/swing/view/
H A DHealth.java84 public static Health fromManagedObjectStatus(ManagedObjectStatus status, argument
87 switch (status) {
/solaris-userland-s11u3/components/xorriso/
H A DMakefile49 # The tarball for this version already has a config.status file so remove it.
51 (cd $(@D) ; test -f config.status && rm config.status)
/solaris-userland-s11u3/components/visual-panels/core/src/java/vpanels/panel/com/oracle/solaris/vp/panel/common/smf/
H A DServicePanelDescriptor.java161 * Gets the enabled status from the {@link #getEnabledProperty enabled
186 ManagedObjectStatus status = super.getCalculatedStatus();
201 status = status.compareTo(sStatus) > 0 ? status : sStatus;
204 return status;
H A DServiceUtil.java99 ManagedObjectStatus status = ManagedObjectStatus.ERROR;
106 status = ManagedObjectStatus.HEALTHY;
111 status = ManagedObjectStatus.WARNING;
115 return status;
/solaris-userland-s11u3/components/visual-panels/core/src/java/vpanels/panel/com/oracle/solaris/vp/panel/common/view/
H A DPanelIconUtil.java97 ManagedObjectStatus status) {
104 String key = Integer.toString(icon.hashCode()) + status;
110 final Icon sIcon = getStatusIcon(status);
174 public static Icon getStatusIcon(ManagedObjectStatus status) { argument
175 return statusIcons.get(status);
96 getBadgedIcon(final Icon icon, ManagedObjectStatus status) argument
/solaris-userland-s11u3/components/jansson/doc/html/_downloads/
H A Dgithub_commits.c55 CURLcode status; local
83 status = curl_easy_perform(curl);
84 if(status != 0)
87 fprintf(stderr, "%s\n", curl_easy_strerror(status));
/solaris-userland-s11u3/components/junit/
H A DMakefile44 COMPONENT_BUILD_ARGS += -Dversion-status=""
/solaris-userland-s11u3/components/libmcrypt/
H A DMakefile63 # We also must remove the config.status file; otherwise, configure
67 $(RM) $(SOURCE_DIR)/config.status ; \
/solaris-userland-s11u3/components/php-5_3/Solaris/
H A Dconfigure-sun-webserver186 status=$?
187 if [ $status -eq 0 ]; then
191 elif [ $status -ne 0 ]; then
851 my $status = undef;
855 $status = 1;
865 return $status;
/solaris-userland-s11u3/components/openstack/cinder/files/solaris/
H A Dzfs.py262 """Get volume status."""
461 """Retrieve volume status info."""
463 LOG.debug(_("Updating volume status"))
571 if volume['status'] != 'available':
573 (volume['name'], volume['status']))
627 """Verify the target and check its status."""
632 status = None
635 status = line.split()[-1]
640 return status
735 """Get volume status
[all...]
/solaris-userland-s11u3/components/openstack/neutron/files/services/vpn/device_drivers/
H A Dsolaris_ipsec.py171 help=_('Number of times status check can fail before error occurs'))
177 help=_('Interval for checking ipsec status'))
277 status, stderr = processutils.execute(*cmd)
282 for line in status.split('\n'):
297 status, stderr = processutils.execute(*cmd)
302 # cause the looping status process to mark any connections
451 LOG.info("\tStatus: \"%s\"" % site['status'])
522 def status(self): member in class:BaseSolaris
523 # This sets the status of vpn-service-list
531 is parsed to update status o
[all...]

Completed in 48 milliseconds

12