Searched refs:out_count (Results 1 – 3 of 3) sorted by relevance
| /illumos-gate/usr/src/cmd/compress/ |
| H A D | compress.c | 985 count_long out_count = 0; in compress() local 1070 out_count++; in compress() 1097 out_count++; in compress() 1110 (count_long)in_count, (count_long)out_count, in compress()
|
| /illumos-gate/usr/src/uts/common/sys/crypto/ |
| H A D | impl.h | 1219 out_template, out_count, req) ( \ argument 1224 out_template, out_count, req) : CRYPTO_NOT_SUPPORTED) 1237 count, out_template, out_count, req) ( \ argument 1242 out_template, out_count, req) : CRYPTO_NOT_SUPPORTED)
|
| /illumos-gate/usr/src/uts/common/crypto/io/ |
| H A D | crypto.c | 5595 uint_t out_count; in nostore_generate_key() local 5601 out_count = 0; in nostore_generate_key() 5654 out_count = STRUCT_FGET(generate_key, ngk_out_count); in nostore_generate_key() 5656 if (!copyin_attributes(mode, sp, out_count, out_attributes, in nostore_generate_key() 5665 NULL, 0, NULL, k_out_attrs, out_count, NULL, 0); in nostore_generate_key() 5671 out_count, k_out_attrs, u_attrs); in nostore_generate_key() 5687 kmem_free(u_attrs, out_count * STRUCT_SIZE(oa)); in nostore_generate_key() 6565 uint_t in_count, out_count; in nostore_derive_key() local 6571 out_count = 0; in nostore_derive_key() 6624 out_count = STRUCT_FGET(derive_key, ndk_out_count); in nostore_derive_key() [all …]
|