Searched refs:response (Results 1 - 9 of 9) sorted by relevance

/solaris-userland-s11u3/components/visual-panels/apache/src/java/vpanels/app/apache/com/oracle/solaris/vp/panels/apache/client/swing/
H A DCloneVirtualHostAction.java68 Object response = JOptionPane.showInputDialog(
74 if (response == null) {
78 return response.toString();
H A DDeleteMimeTypeAction.java81 int response = GUIUtil.showConfirmation(
85 if (response != JOptionPane.YES_OPTION) {
H A DDeleteModuleAction.java81 int response = GUIUtil.showConfirmation(
85 if (response != JOptionPane.YES_OPTION) {
H A DDeleteVirtualHostAction.java82 int response = GUIUtil.showConfirmation(
86 if (response != JOptionPane.YES_OPTION) {
/solaris-userland-s11u3/components/visual-panels/firewall/src/java/vpanels/app/firewall/com/oracle/solaris/vp/panels/firewall/client/swing/
H A DAddServiceAction.java87 Object response = getInput(selection);
88 if (response == null)
91 return (ServiceManagedObject) response;
H A DRemoveServiceAction.java78 int response = GUIUtil.showConfirmation(
82 if (response != JOptionPane.YES_OPTION) {
/solaris-userland-s11u3/components/openstack/ironic/files/drivers/modules/
H A Dsolaris_ipmitool.py2030 response = {'boot_device': None, 'persistent': None}
2056 response['boot_device'] = boot_devices.PXE
2059 response['boot_device'] = boot_devices.SAFE
2061 response['boot_device'] = boot_devices.DISK
2063 response['boot_device'] = boot_devices.BIOS
2065 response['boot_device'] = boot_devices.CDROM
2067 response['persistent'] = 'Options apply to all future boots' in out
2070 response['boot_device'] = 'wanboot'
2072 response['boot_device'] = boot_devices.DISK
2073 LOG.debug(response)
[all...]
/solaris-userland-s11u3/components/visual-panels/core/src/java/vpanels/client/com/oracle/solaris/vp/client/common/
H A DRadLoginManager.java711 List<String> response = new LinkedList<String>();
715 response.add(value instanceof char[] ?
719 answer = auth.submit(response);
721 for (String s : response) {
/solaris-userland-s11u3/components/open-fabrics/libsif/include/psifapi/
H A Dpsif_hw_data_be.h654 /* Response (ACK) data structure used by the response queue descriptor. */
666 /* Response descriptor structure used by the response queue descriptor. */
1166 * Used to verify that the received response packet is a valid response.
1290 * Index to scatter element of in progress RDMA RD response. This field does
1377 * Set when entering response scheduling mode and cleared when going out of
1393 * The counter is taken from the response packet and stored. tsu_host is
1394 * using this value to decide if we go into or out of response scheduling
1473 * Offset within scatter element of in progress RDMA RD response. This field
2151 * Query GID response i
3126 u64 response; member in struct:psif_epsc_csr_config
[all...]

Completed in 299 milliseconds