Searched defs:valid (Results 1 - 3 of 3) sorted by relevance

/solaris-userland-s11u3/components/visual-panels/core/src/java/vpanels/panel/com/oracle/solaris/vp/panel/common/
H A DLoginProperty.java158 * @param valid
159 * optional set of valid values, if appropriate for this {@code
165 public void validate(LoginRequest request, T... valid) argument
/solaris-userland-s11u3/components/visual-panels/core/src/java/vpanels/client/com/oracle/solaris/vp/client/common/
H A DRadLoginManager.java591 * a list of valid roles for the selected user
616 * a list of valid zones for the selected host
1469 private <T> boolean inSet(LoginProperty<T> property, List<T> valid, argument
1472 if (!valid.contains(property.getValue())) {
1519 LoginRequest request, T... valid) throws ActionFailedException {
1522 property.validate(request, valid);
1518 isPropertyValid(LoginProperty<T> property, LoginRequest request, T... valid) argument
/solaris-userland-s11u3/components/open-fabrics/libsif/include/psifapi/
H A Dpsif_hw_data_be.h56 /* Indicates that the TPH field is valid for the PCIe request. */
90 /* This is indicating how many scatter entries are valid. */
123 /* The desciptor is valid. */
124 u64 valid:1; member in struct:psif_xrq_hw
195 /* Length (number of bytes of valid data in the collect payload buffer). */
210 /* Number of SGL entries are valid for this request. */
365 * This field is only valid for ring buffer send completions (proxy type send
388 * ring buffer send completions this field also conatain a valid EPS tag.
416 * descriptor, no completion is sent to this CQ. This field is valid for
423 * valid fo
903 u64 valid:1; member in struct:psif_rq_hw
948 u32 valid:1; member in struct:psif_rb_hw
1986 u32 valid:1; member in struct:psif_eq_hw
3179 u32 valid:1; member in struct:psif_cq_hw
3506 u64 valid:1; member in struct:psif_csr_ibpr_eoib_mac1
[all...]

Completed in 38 milliseconds