Home
last modified time | relevance | path

Searched refs:rnid (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb_subr.c272 int rnid; in bhndb_alloc_resources() local
363 rnid = 0; in bhndb_alloc_resources()
396 dwa = &r->dw_alloc[rnid]; in bhndb_alloc_resources()
399 dwa->rnid = rnid; in bhndb_alloc_resources()
403 rnid++; in bhndb_alloc_resources()
584 "leaked dynamic register window %d\n", dwa->rnid); in bhndb_free_resources()
1281 bit_set(br->dwa_freelist, dwa->rnid); in bhndb_dw_retain()
1310 bit_clear(br->dwa_freelist, dwa->rnid); in bhndb_dw_release()
H A Dbhndb_private.h159 u_int rnid; /**< region identifier */ member
264 KASSERT(is_free == !bit_test(br->dwa_freelist, dwa->rnid), in bhndb_dw_is_free()
/freebsd/crypto/openssl/test/
H A Denginetest.c206 static const int rnid = EVP_PKEY_RSA; in test_pkey_meths() local
208 *pnids = &rnid; in test_pkey_meths()
/freebsd/crypto/openssl/engines/
H A De_dasync.c437 static const int rnid = EVP_PKEY_RSA; in dasync_pkey() local
440 *pnids = &rnid; in dasync_pkey()