Searched refs:check_length (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/kadm5/
H A Dsample_passwd_check.c39 const char* check_length(krb5_context, krb5_principal, krb5_data *);
49 check_length(krb5_context context, function
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_scsi.c83 static ocs_scsi_io_status_e ocs_scsi_dif_check_unknown(ocs_io_t *io, uint32_t length, uint32_t check_length, int is_crc);
501 * @param check_length Length of bytes that covers the bad block.
508 ocs_scsi_dif_check_unknown(ocs_io_t *io, uint32_t length, uint32_t check_length, int is_crc) argument
525 last_check_block = ((length + check_length) / blocksize);

Completed in 61 milliseconds