Searched refs:attrp (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/contrib/openzfs/cmd/zdb/ |
H A D | zdb.c | 1120 zap_attribute_t *attrp = zap_attribute_long_alloc(); in dump_zap() local 1128 zap_cursor_retrieve(&zc, attrp) == 0; in dump_zap() 1135 *(uint64_t *)attrp->za_name); in dump_zap() 1137 (void) printf("\t\t%s = ", attrp->za_name); in dump_zap() 1139 if (attrp->za_num_integers == 0) { in dump_zap() 1143 prop = umem_zalloc(attrp->za_num_integers * in dump_zap() 1144 attrp->za_integer_length, UMEM_NOFAIL); in dump_zap() 1148 (const uint64_t *)attrp->za_name, 1, in dump_zap() 1149 attrp->za_integer_length, attrp->za_num_integers, in dump_zap() 1152 (void) zap_lookup(os, object, attrp->za_name, in dump_zap() [all …]
|
/freebsd/crypto/openssh/ |
H A D | ssh-pkcs11.c | 714 const unsigned char *attrp = NULL; in pkcs11_fetch_ecdsa_pubkey() local 762 attrp = key_attr[2].pValue; in pkcs11_fetch_ecdsa_pubkey() 763 group = d2i_ECPKParameters(NULL, &attrp, key_attr[2].ulValueLen); in pkcs11_fetch_ecdsa_pubkey() 779 attrp = key_attr[1].pValue; in pkcs11_fetch_ecdsa_pubkey() 780 octet = d2i_ASN1_OCTET_STRING(NULL, &attrp, key_attr[1].ulValueLen); in pkcs11_fetch_ecdsa_pubkey() 785 attrp = octet->data; in pkcs11_fetch_ecdsa_pubkey() 786 if (o2i_ECPublicKey(&ec, &attrp, octet->length) == NULL) { in pkcs11_fetch_ecdsa_pubkey()
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | zap.h | 393 void zap_attribute_free(zap_attribute_t *attrp);
|
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/ |
H A D | netbsd_syscall_hooks.h | 2661 #define __sanitizer_syscall_pre_posix_spawn(pid, path, file_actions, attrp, \ argument 2665 (long long)(attrp), (long long)(argv), (long long)(envp)) 2667 attrp, argv, envp) \ argument 2670 (long long)(attrp), (long long)(argv), (long long)(envp)) 4847 long long attrp, long long argv, 4852 long long attrp, long long argv,
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/ |
H A D | Program.inc | 260 /*attrp*/ nullptr, const_cast<char **>(Argv),
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 2501 const void *attrp, char *const argv[], 2520 real_posix_spawn(pid, file_or_path, file_actions, attrp, argv, envp); 2526 const void *file_actions, const void *attrp, char *const argv[], 2529 COMMON_INTERCEPTOR_ENTER(ctx, posix_spawn, pid, path, file_actions, attrp, 2531 return PosixSpawnImpl(ctx, REAL(posix_spawn), pid, path, file_actions, attrp, 2535 const void *file_actions, const void *attrp, char *const argv[], 2538 COMMON_INTERCEPTOR_ENTER(ctx, posix_spawnp, pid, file, file_actions, attrp, 2540 return PosixSpawnImpl(ctx, REAL(posix_spawnp), pid, file, file_actions, attrp,
|