Home
last modified time | relevance | path

Searched refs:object_count (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/heimdal/lib/hx509/
H A Dtest_soft_pkcs11.c47 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 Dks_p11.c528 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 Dttm_object.c85 atomic_t object_count; member
427 atomic_set(&tdev->object_count, 0); in ttm_object_device_init()
/freebsd/crypto/openssh/
H A Dpkcs11.h816 unsigned long *object_count));
/freebsd/crypto/heimdal/lib/hx509/ref/
H A Dpkcs11.h816 unsigned long *object_count));
/freebsd/crypto/krb5/src/plugins/preauth/pkinit/
H A Dpkcs11.h814 unsigned long *object_count));
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c4293 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()