Searched defs:out_count (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/compress/
H A Dcompress.c983 count_long out_count = 0; local
1068 out_count++;
1095 out_count++;
1108 (count_long)in_count, (count_long)out_count,
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c5451 uint_t out_count; local
5509 out_count = STRUCT_FGET(generate_key, ngk_out_count);
5511 if (!copyin_attributes(mode, sp, out_count, out_attributes,
5520 NULL, 0, NULL, k_out_attrs, out_count, NULL, 0);
5526 out_count, k_out_attrs, u_attrs);
5542 kmem_free(u_attrs, out_count * STRUCT_SIZE(oa));
6418 uint_t in_count, out_count; local
6476 out_count = STRUCT_FGET(derive_key, ndk_out_count);
6486 if (!copyin_attributes(mode, sp, out_count, out_attributes,
6495 NULL, 0, &base_key, k_out_attrs, out_count, NUL
[all...]

Completed in 71 milliseconds