Searched refs:object_count (Results 1 – 7 of 7) sorted by relevance
| /freebsd/crypto/heimdal/lib/hx509/ |
| H A D | test_soft_pkcs11.c | 47 CK_ULONG object_count; in find_object() local 61 ret = (*func->C_FindObjects)(session, object, 1, &object_count); in find_object() 64 if (object_count == 0) { in find_object()
|
| H A D | ks_p11.c | 528 CK_ULONG object_count; in iterate_entries() local 536 ret = P11FUNC(p, FindObjects, (session, &object, 1, &object_count)); in iterate_entries() 540 if (object_count == 0) in iterate_entries()
|
| /freebsd/sys/dev/drm2/ttm/ |
| H A D | ttm_object.c | 85 atomic_t object_count; member 427 atomic_set(&tdev->object_count, 0); in ttm_object_device_init()
|
| /freebsd/crypto/openssh/ |
| H A D | pkcs11.h | 816 unsigned long *object_count));
|
| /freebsd/crypto/heimdal/lib/hx509/ref/ |
| H A D | pkcs11.h | 816 unsigned long *object_count));
|
| /freebsd/crypto/krb5/src/plugins/preauth/pkinit/ |
| H A D | pkcs11.h | 814 unsigned long *object_count));
|
| /freebsd/sys/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 4293 uint64_t object, object_count; in dump_objset() local 4406 object_count = 0; in dump_objset() 4424 object_count++; in dump_objset() 4446 ASSERT3U(object_count, ==, usedobjs); in dump_objset()
|