Home
last modified time | relevance | path

Searched refs:pers (Results 1 – 10 of 10) sorted by relevance

/freebsd-12-stable/sys/dev/mpt/
Dmpt.c179 #define MPT_PERS_FOREACH(mpt, pers) \ argument
180 for (pers = mpt_pers_find(mpt, /*start_at*/0); \
181 pers != NULL; \
182 pers = mpt_pers_find(mpt, /*start_at*/pers->id+1))
184 #define MPT_PERS_FOREACH_REVERSE(mpt, pers) \ argument
185 for (pers = mpt_pers_find_reverse(mpt, MPT_MAX_PERSONALITIES-1);\
186 pers != NULL; \
187 pers = mpt_pers_find_reverse(mpt, /*start_at*/pers->id-1))
245 #define MPT_PERS_ATTACHED(pers, mpt) ((mpt)->mpt_pers_mask & (0x1 << pers->id)) argument
250 struct mpt_personality *pers; in mpt_modevent() local
[all …]
Dmpt.h191 #define MPT_PERS_FIRST_HANDLER(pers) (&(pers)->load) argument
201 #define MPT_PERS_LAST_HANDLER(pers) (&(pers)->unload) argument
/freebsd-12-stable/crypto/openssl/doc/man3/
DRAND_DRBG_new.pod33 const unsigned char *pers, size_t perslen);
70 Optionally, a personalization string B<pers> of length B<perslen> can be
72 To omit the personalization string, set B<pers>=NULL and B<perslen>=0;
/freebsd-12-stable/contrib/llvm-project/libunwind/src/
DUnwind-seh.cpp60 DISPATCHER_CONTEXT *disp, _Unwind_Personality_Fn pers) { in _GCC_specific_handler() argument
125 (void *)pers, action, exc->exception_class, in _GCC_specific_handler()
127 urc = pers(1, action, exc->exception_class, exc, ctx); in _GCC_specific_handler()
/freebsd-12-stable/crypto/openssl/include/openssl/
Drand_drbg.h66 const unsigned char *pers, size_t perslen);
/freebsd-12-stable/crypto/openssl/crypto/rand/
Drand_local.h107 const unsigned char *pers,
Ddrbg_ctr.c273 const unsigned char *pers, size_t perslen) in drbg_ctr_instantiate() argument
286 if (!ctr_update(drbg, entropy, entropylen, pers, perslen, nonce, noncelen)) in drbg_ctr_instantiate()
Ddrbg_lib.c289 const unsigned char *pers, size_t perslen) in RAND_DRBG_instantiate() argument
349 nonce, noncelen, pers, perslen)) { in RAND_DRBG_instantiate()
/freebsd-12-stable/contrib/llvm-project/libunwind/include/
Dunwind.h392 _Unwind_Personality_Fn pers);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux.cpp1038 int pers = personality(0xffffffffUL); in GetKernelAreaSize() local
1039 if (!(pers & PER_MASK) && internal_uname(&uname_info) == 0 && in GetKernelAreaSize()