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

/solaris-userland/components/krb5/Solaris/
H A Dkt_solaris.c383 * uint_t flags, boolean_t *valid)
386 * it has a valid set of encryption types for said principal.
391 * that the function considers valid
397 * valid)
399 * where valid is a boolean that is set if the sprinc_str is correctly
400 * populated in the keytab file based on the flags set else valid is unset.
411 boolean_t *valid)
423 assert(ctx != NULL && sprinc_str != NULL && valid != NULL);
425 *valid = FALSE;
484 *valid
410 k5_kt_ad_validate(krb5_context ctx, char *sprinc_str, uint_t flags, boolean_t *valid) argument
[all...]
/solaris-userland/components/open-fabrics/libsif/include/psifapi/
H A Dpsif_hw_data_be.h128 /* Indicates that the TPH field is valid for the PCIe request. */
162 /* This is indicating how many scatter entries are valid. */
195 /* The desciptor is valid. */
196 u64 valid:1; member in struct:psif_xrq_hw
267 /* Length (number of bytes of valid data in the collect payload buffer). */
282 /* Number of SGL entries are valid for this request. */
437 * This field is only valid for ring buffer send completions (proxy type send
460 * ring buffer send completions this field also conatain a valid EPS tag.
488 * descriptor, no completion is sent to this CQ. This field is valid for
495 * valid fo
975 u64 valid:1; member in struct:psif_rq_hw
1020 u32 valid:1; member in struct:psif_rb_hw
2058 u32 valid:1; member in struct:psif_eq_hw
3276 u32 valid:1; member in struct:psif_cq_hw
3606 u64 valid:1; member in struct:psif_csr_ibpr_eoib_mac1
[all...]
H A Dpsif_hw_data_le.h84 /* Indicates that the TPH field is valid for the PCIe request. */
119 /* This is indicating how many scatter entries are valid. */
146 /* The desciptor is valid. */
147 u64 valid:1; member in struct:psif_xrq_hw
201 /* Length (number of bytes of valid data in the collect payload buffer). */
245 /* Number of SGL entries are valid for this request. */
381 * This field is only valid for ring buffer send completions (proxy type send
414 * ring buffer send completions this field also conatain a valid EPS tag.
442 * descriptor, no completion is sent to this CQ. This field is valid for
449 * valid fo
939 u64 valid:1; member in struct:psif_rq_hw
999 u32 valid:1; member in struct:psif_rb_hw
2045 u32 valid:1; member in struct:psif_eq_hw
3279 u32 valid:1; member in struct:psif_cq_hw
3580 u64 valid:1; member in struct:psif_csr_ibpr_eoib_mac1
[all...]

Completed in 33 milliseconds