Home
last modified time | relevance | path

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

/freebsd-14-stable/crypto/heimdal/lib/hx509/
HDtest_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()
HDks_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-14-stable/sys/dev/drm2/ttm/
HDttm_object.c85 atomic_t object_count; member
427 atomic_set(&tdev->object_count, 0); in ttm_object_device_init()
/freebsd-14-stable/crypto/heimdal/lib/hx509/ref/
HDpkcs11.h816 unsigned long *object_count));
/freebsd-14-stable/crypto/openssh/
HDpkcs11.h816 unsigned long *object_count));
/freebsd-14-stable/sys/contrib/openzfs/cmd/zdb/
HDzdb.c4099 uint64_t object, object_count; in dump_objset() local
4212 object_count = 0; in dump_objset()
4230 object_count++; in dump_objset()
4252 ASSERT3U(object_count, ==, usedobjs); in dump_objset()