Searched defs:status (Results 1 - 21 of 21) sorted by relevance

/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/client/com/oracle/solaris/vp/client/common/
H A DPanelResourceManager.java132 showStatus(Finder.getString("download.status.mkdir",
151 "download.status.download", fileName));
206 * Displays the user-friendly status of this {@code PanelResourceManager}.
210 protected void showStatus(String status) { argument
H A DRadLoginManager.java98 setLoginStatus(request, Finder.getString("login.status.login",
126 setLoginStatus(request, Finder.getString("login.status.assume",
563 * error status of each core {@link LoginProperty}
629 * Set login status.
635 * @param status
636 * the login status
638 protected abstract void setLoginStatus(LoginRequest request, String status); argument
843 setLoginStatus(request, Finder.getString("login.status.host",
1028 Finder.getString("login.status.user"));
1093 setLoginStatus(request, Finder.getString("login.status
[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/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/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/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/openstack/neutron/files/evs/migrate/
H A Dhavana_api.py80 status = sa.Column(sa.String(16)) variable in class:Router
/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/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/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_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/apache2/mod_auth_gss/
H A Dmod_auth_gss.c178 void log_rerror(const char *file, int line, int level, int status, argument
/solaris-userland-s11u3/components/apache24/mod_auth_gss/
H A Dmod_auth_gss.c138 void log_rerror(const char *file, int line, int level, int status, argument
/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...]
/solaris-userland-s11u3/components/open-fabrics/rds-tools/
H A Drds.h116 * Returns the status of a completed RDMA operation.
390 int32_t status; member in struct:rds_rdma_notify
406 int32_t status; member in struct:rds_rdma_send_notify
/solaris-userland-s11u3/components/libusb/ugen/src/
H A Dlibusbugen.c1249 * status of the device if error or short xfer.
1371 * Make sure that the endpoint and status device for the endpoint
1468 /* open the status device node for the ep first RDWR */
2257 * gets status of device
2259 * Returns: ugen dev status values
2264 int status, error; local
2268 error = (int)read(fd, &status, (size_t)sizeof (status));
2269 if (error != (int)sizeof (status)) {
2270 usb_error_str(errno, "Could not read device status
2466 int status, error; local
[all...]
/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/open-fabrics/libsif/include/psifapi/
H A Dpsif_hw_data_be.h472 * completion status to put in the completion.
2230 /* return status of operation */
2231 enum psif_epsc_csr_status status:8; member in struct:psif_epsc_csr_rsp
2693 enum psif_wc_status status:8; member in struct:psif_epsc_csr_mad_process
3361 enum psif_wc_status status:8; member in struct:psif_cq_entry

Completed in 873 milliseconds