| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | refcount.c | 121 zfs_refcount_add_many(zfs_refcount_t *rc, uint64_t number, const void *holder) in zfs_refcount_add_many() argument 133 ref->ref_holder = holder; in zfs_refcount_add_many() 146 zfs_refcount_add(zfs_refcount_t *rc, const void *holder) in zfs_refcount_add() argument 148 return (zfs_refcount_add_many(rc, 1, holder)); in zfs_refcount_add() 152 zfs_refcount_add_few(zfs_refcount_t *rc, uint64_t number, const void *holder) in zfs_refcount_add_few() argument 155 (void) zfs_refcount_add_many(rc, number, holder); in zfs_refcount_add_few() 157 (void) zfs_refcount_add(rc, holder); in zfs_refcount_add_few() 162 const void *holder) in zfs_refcount_remove_many() argument 173 s.ref_holder = holder; in zfs_refcount_remove_many() 181 (u_longlong_t)(uintptr_t)holder, in zfs_refcount_remove_many() [all …]
|
| /freebsd/sys/contrib/openzfs/include/sys/ |
| H A D | zfs_refcount.h | 106 #define zfs_refcount_add(rc, holder) atomic_inc_64_nv(&(rc)->rc_count) 107 #define zfs_refcount_remove(rc, holder) atomic_dec_64_nv(&(rc)->rc_count) 108 #define zfs_refcount_add_few(rc, number, holder) \ 110 #define zfs_refcount_remove_few(rc, number, holder) \ 112 #define zfs_refcount_add_many(rc, number, holder) \ 114 #define zfs_refcount_remove_many(rc, number, holder) \ 123 #define zfs_refcount_held(rc, holder) (zfs_refcount_count(rc) > 0) 124 #define zfs_refcount_not_held(rc, holder) (B_TRUE)
|
| /freebsd/usr.sbin/rpc.lockd/ |
| H A D | lock_proc.c | 430 struct nlm4_holder *holder; in nlm_test_1_svc() local 436 holder = testlock(&arg4, arg->exclusive, 0); in nlm_test_1_svc() 445 if (holder == NULL) { in nlm_test_1_svc() 449 memcpy(&res.stat.nlm_testrply_u.holder, holder, in nlm_test_1_svc() 451 res.stat.nlm_testrply_u.holder.l_offset = holder->l_offset; in nlm_test_1_svc() 452 res.stat.nlm_testrply_u.holder.l_len = holder->l_len; in nlm_test_1_svc() 467 struct nlm4_holder *holder; in nlm_test_msg_1_svc() local 474 holder = testlock(&arg4, arg->exclusive, 0); in nlm_test_msg_1_svc() 477 if (holder == NULL) { in nlm_test_msg_1_svc() 481 memcpy(&res.stat.nlm_testrply_u.holder, holder, in nlm_test_msg_1_svc() [all …]
|
| /freebsd/crypto/openssl/crypto/x509/ |
| H A D | x509aset.c | 126 GENERAL_NAMES_free(x->acinfo->holder.entityName); in X509_ACERT_set0_holder_entityName() 127 x->acinfo->holder.entityName = names; in X509_ACERT_set0_holder_entityName() 133 OSSL_ISSUER_SERIAL_free(x->acinfo->holder.baseCertificateID); in X509_ACERT_set0_holder_baseCertId() 134 x->acinfo->holder.baseCertificateID = isss; in X509_ACERT_set0_holder_baseCertId() 140 OSSL_OBJECT_DIGEST_INFO_free(x->acinfo->holder.objectDigestInfo); in X509_ACERT_set0_holder_digest() 141 x->acinfo->holder.objectDigestInfo = dinfo; in X509_ACERT_set0_holder_digest()
|
| H A D | x509_acert.c | 54 ASN1_EMBED(X509_ACERT_INFO, holder, X509_HOLDER), 143 return x->acinfo->holder.entityName; in X509_ACERT_get0_holder_entityName() 148 return x->acinfo->holder.baseCertificateID; in X509_ACERT_get0_holder_baseCertId() 153 return x->acinfo->holder.objectDigestInfo; in X509_ACERT_get0_holder_digest()
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | X509_ACERT_get0_holder_baseCertId.pod | 18 OSSL_OBJECT_DIGEST_INFO_set1_digest - get and set Attribute Certificate holder fields 50 These routines set and get the holder identity of an X509 attribute certificate. 55 X509_ACERT_set0_holder_digest() sets the holder entity based on digest 57 one of the above methods be used to set the holder identity for a given 62 Pointers to the internal structures describing the holder identity of 76 attribute certificate holder. OSSL_OBJECT_DIGEST_INFO_set1_digest() sets the
|
| H A D | X509_ACERT_print_ex.pod | 44 The identity of the holder of the attribute certificate. If the 45 holder issuer name is present, the first GENERAL_NAME 47 If the holder baseCertificateId is present, the issuer name 49 holder's certificate are displayed. (X509_FLAG_NO_SUBJECT)
|
| H A D | EVP_PKEY_encapsulate.pod | 39 is expected to be only usable by the holder of the private key corresponding 41 This ciphertext is then communicated to the private-key holder, who can use
|
| /freebsd/contrib/pkgconf/tests/lib-sbom/ |
| H A D | multi-copyright.pc | 6 Copyright: First copyright holder 7 Copyright: Second copyright holder
|
| /freebsd/sys/contrib/openzfs/config/ |
| H A D | kernel-blkdev.m4 | 14 void *holder = NULL; 16 bdev = blkdev_get_by_path(path, mode, holder); 32 void *holder = NULL; 34 bdev = blkdev_get_by_path(path, mode, holder, NULL); 50 void *holder = NULL; 52 bdh = bdev_open_by_path(path, mode, holder, NULL); 69 void *holder = NULL; 71 file = bdev_file_open_by_path(path, mode, holder, NULL); 151 dnl # blkdev_put() takes (void* holder) as arg 2 159 void *holder = NULL; [all …]
|
| /freebsd/sys/nlm/ |
| H A D | nlm_prot_server.c | 145 &result->stat.nlm_testrply_u.holder, in nlm_test_1_svc() 146 &res4.stat.nlm4_testrply_u.holder); in nlm_test_1_svc() 247 &res.stat.nlm_testrply_u.holder, in nlm_test_msg_1_svc() 248 &res4.stat.nlm4_testrply_u.holder); in nlm_test_msg_1_svc() 378 &args4.stat.nlm4_testrply_u.holder, in nlm_test_res_1_svc() 379 &argp->stat.nlm_testrply_u.holder); in nlm_test_res_1_svc()
|
| H A D | nlm_prot_xdr.c | 45 if (!xdr_nlm_holder(xdrs, &objp->nlm_testrply_u.holder)) in xdr_nlm_testrply() 313 if (!xdr_nlm4_holder(xdrs, &objp->nlm4_testrply_u.holder)) in xdr_nlm4_testrply()
|
| /freebsd/sys/dev/sound/pcm/ |
| H A D | channel.h | 220 #define CHN_REMOVE(holder, elm, list) do { \ argument 221 if (CHN_FIRST(holder, list) == (elm)) { \ 222 SLIST_REMOVE_HEAD(CHN_HEAD(holder, list), CHN_LINK(list)); \ 225 CHN_FOREACH(t, holder, list) { \
|
| /freebsd/include/rpcsvc/ |
| H A D | nlm_prot.x | 36 struct nlm_holder holder; variable 184 struct nlm4_holder holder; variable
|
| H A D | klm_prot.x | 88 struct klm_holder holder; variable
|
| /freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | vdev_disk.c | 254 vdev_blkdev_get_by_path(const char *path, spa_mode_t smode, void *holder) in vdev_blkdev_get_by_path() argument 259 return (bdev_file_open_by_path(path, bmode, holder, NULL)); in vdev_blkdev_get_by_path() 261 return (bdev_open_by_path(path, bmode, holder, NULL)); in vdev_blkdev_get_by_path() 263 return (blkdev_get_by_path(path, bmode, holder, NULL)); in vdev_blkdev_get_by_path() 265 return (blkdev_get_by_path(path, bmode, holder)); in vdev_blkdev_get_by_path() 270 vdev_blkdev_put(zfs_bdev_handle_t *bdh, spa_mode_t smode, void *holder) in vdev_blkdev_put() argument 275 return (blkdev_put(BDH_BDEV(bdh), holder)); in vdev_blkdev_put()
|
| /freebsd/contrib/wpa/src/p2p/ |
| H A D | p2p_build.c | 562 u8 holder[sizeof(u32) + sizeof(u16) + sizeof(u8)]; in p2p_buf_add_service_info() local 564 WPA_PUT_LE32(holder, adv_id); in p2p_buf_add_service_info() 565 WPA_PUT_BE16(&holder[sizeof(u32)], config_methods); in p2p_buf_add_service_info() 566 holder[sizeof(u32) + sizeof(u16)] = svc_len; in p2p_buf_add_service_info() 569 wpabuf_put_data(buf, holder, front); in p2p_buf_add_service_info() 574 wpabuf_put_data(buf, &holder[front], back); in p2p_buf_add_service_info()
|
| /freebsd/crypto/openssl/include/crypto/ |
| H A D | x509_acert.h | 55 X509_HOLDER holder; member
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | Sparc.td | 190 // TO DO: Place-holder: Processor specific features will be added *very* soon here. 195 // TO DO: Place-holder: Processor specific features will be added *very* soon here. 219 // TO DO: Place-holder: Processor specific features will be added *very* soon here.
|
| /freebsd/sys/contrib/device-tree/src/arm64/renesas/ |
| H A D | r9a08g046l48-smarc.dts | 10 /* Add place holder to avoid compilation error with renesas-smarc2.dtsi */
|
| /freebsd/sys/contrib/openzfs/module/icp/asm-x86_64/aes/ |
| H A D | THIRDPARTYLICENSE.gladman | 15 3. the name of the copyright holder is not used to endorse products
|
| /freebsd/crypto/openssl/ |
| H A D | AUTHORS.md | 6 since in some cases, their employer may be the copyright holder.
|
| /freebsd/crypto/krb5/src/po/ |
| H A D | Makefile.in | 8 --package-version=$(VER) --copyright-holder=MIT
|
| /freebsd/sys/contrib/device-tree/src/arm64/nvidia/ |
| H A D | tegra194-p3509-0000.dtsi | 35 /* Place holder for external Codec */ 61 /* Place holder for external Codec */ 580 /* Place holder for external Codec */ 605 /* Place holder for external Codec */ 630 /* Place holder for external Codec */ 655 /* Place holder for external Codec */ 680 /* Place holder for external Codec */
|
| /freebsd/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/ |
| H A D | LICENSE.txt | 7 3. Neither the name of the copyright holder nor the names of its contributors may be used to endors…
|