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

/freebsd-12-stable/crypto/openssl/crypto/store/
H A Dstore_lib.c189 int returned_type = OSSL_STORE_INFO_get_type(v); local
191 if (returned_type != OSSL_STORE_INFO_NAME && returned_type != 0) {
197 assert(ctx->expected_type == returned_type);
199 if (ctx->expected_type != returned_type) {
/freebsd-12-stable/sbin/camcontrol/
H A Dcamcontrol.c3866 u_int8_t returned_format, returned_type; local
4038 returned_type = returned_format & SRDDH10_DLIST_FORMAT_MASK;
4039 switch (returned_type) {
4055 warnx("Unknown defect format 0x%x\n", returned_type);
4224 sizeof(defect_list_type_map[0]), returned_type);
4231 " data format %#x", returned_type);
4269 switch (returned_type) {
4282 if (returned_type == SRDD10_EXT_PHYS_FORMAT) {
4319 if (returned_type == SRDD10_EXT_BFI_FORMAT) {
4393 returned_type);
[all...]

Completed in 172 milliseconds