Searched refs:attrp (Results 1 – 6 of 6) sorted by relevance
| /freebsd/sys/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 1170 zap_attribute_t *attrp = zap_attribute_long_alloc(); in dump_zap() local 1178 zap_cursor_retrieve(&zc, attrp) == 0; in dump_zap() 1185 *(uint64_t *)attrp->za_name); in dump_zap() 1187 (void) printf("\t\t%s = ", attrp->za_name); in dump_zap() 1189 if (attrp->za_num_integers == 0) { in dump_zap() 1193 prop = umem_zalloc(attrp->za_num_integers * in dump_zap() 1194 attrp->za_integer_length, UMEM_NOFAIL); in dump_zap() 1198 (const uint64_t *)attrp->za_name, 1, in dump_zap() 1199 attrp->za_integer_length, attrp->za_num_integers, in dump_zap() 1202 (void) zap_lookup(os, object, attrp->za_name, in dump_zap() [all …]
|
| /freebsd/crypto/openssh/ |
| H A D | ssh-pkcs11.c | 865 const unsigned char *attrp = NULL; in pkcs11_fetch_ecdsa_pubkey() local 912 attrp = key_attr[2].pValue; in pkcs11_fetch_ecdsa_pubkey() 913 group = d2i_ECPKParameters(NULL, &attrp, key_attr[2].ulValueLen); in pkcs11_fetch_ecdsa_pubkey() 929 attrp = key_attr[1].pValue; in pkcs11_fetch_ecdsa_pubkey() 930 octet = d2i_ASN1_OCTET_STRING(NULL, &attrp, key_attr[1].ulValueLen); in pkcs11_fetch_ecdsa_pubkey() 935 attrp = ASN1_STRING_get0_data(octet); in pkcs11_fetch_ecdsa_pubkey() 936 if (o2i_ECPublicKey(&ec, &attrp, ASN1_STRING_length(octet)) == NULL) { in pkcs11_fetch_ecdsa_pubkey()
|
| /freebsd/sys/contrib/openzfs/include/sys/ |
| H A D | zap.h | 432 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 | 243 /*attrp*/ nullptr, const_cast<char **>(Argv),
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 2655 const void *attrp, char *const argv[], 2674 real_posix_spawn(pid, file_or_path, file_actions, attrp, argv, envp); 2680 const void *file_actions, const void *attrp, char *const argv[], 2683 COMMON_INTERCEPTOR_ENTER(ctx, posix_spawn, pid, path, file_actions, attrp, 2685 return PosixSpawnImpl(ctx, REAL(posix_spawn), pid, path, file_actions, attrp, 2689 const void *file_actions, const void *attrp, char *const argv[], 2692 COMMON_INTERCEPTOR_ENTER(ctx, posix_spawnp, pid, file, file_actions, attrp, 2694 return PosixSpawnImpl(ctx, REAL(posix_spawnp), pid, file, file_actions, attrp,
|