/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | refcount.c | 128 zfs_refcount_add_many(zfs_refcount_t *rc, uint64_t number, const void *holder) in zfs_refcount_add_many() argument 140 ref->ref_holder = holder; in zfs_refcount_add_many() 153 zfs_refcount_add(zfs_refcount_t *rc, const void *holder) in zfs_refcount_add() argument 155 return (zfs_refcount_add_many(rc, 1, holder)); in zfs_refcount_add() 159 zfs_refcount_add_few(zfs_refcount_t *rc, uint64_t number, const void *holder) in zfs_refcount_add_few() argument 162 (void) zfs_refcount_add_many(rc, number, holder); in zfs_refcount_add_few() 164 (void) zfs_refcount_add(rc, holder); in zfs_refcount_add_few() 169 const void *holder) in zfs_refcount_remove_many() argument 180 s.ref_holder = holder; in zfs_refcount_remove_many() 187 panic("No such hold %p on refcount %llx", holder, in zfs_refcount_remove_many() [all …]
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | zfs_refcount.h | 115 #define zfs_refcount_add(rc, holder) atomic_inc_64_nv(&(rc)->rc_count) 116 #define zfs_refcount_remove(rc, holder) atomic_dec_64_nv(&(rc)->rc_count) 117 #define zfs_refcount_add_few(rc, number, holder) \ 119 #define zfs_refcount_remove_few(rc, number, holder) \ 121 #define zfs_refcount_add_many(rc, number, holder) \ 123 #define zfs_refcount_remove_many(rc, number, holder) \ 132 #define zfs_refcount_held(rc, holder) (zfs_refcount_count(rc) > 0) 133 #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/sys/contrib/openzfs/config/ |
H A D | kernel-blkdev.m4 | 13 void *holder = NULL; 15 bdev = blkdev_get_by_path(path, mode, holder); 31 void *holder = NULL; 34 bdev = blkdev_get_by_path(path, mode, holder, &h); 50 void *holder = NULL; 53 bdh = bdev_open_by_path(path, mode, holder, &h); 70 void *holder = NULL; 73 file = bdev_file_open_by_path(path, mode, holder, &h); 153 dnl # blkdev_put() takes (void* holder) as arg 2 161 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()
|
H A D | nlm_prot.h | 40 struct nlm_holder holder; member 203 struct nlm4_holder holder; member
|
H A D | nlm_advlock.c | 588 &res->stat.nlm4_testrply_u.holder, in nlm_test_rpc() 589 &res1.stat.nlm_testrply_u.holder); in nlm_test_rpc() 1095 &res.stat.nlm4_testrply_u.holder; in nlm_getlock()
|
/freebsd/sys/dev/sound/pcm/ |
H A D | channel.h | 219 #define CHN_REMOVE(holder, elm, list) do { \ argument 220 if (CHN_FIRST(holder, list) == (elm)) { \ 221 SLIST_REMOVE_HEAD(CHN_HEAD(holder, list), CHN_LINK(list)); \ 224 CHN_FOREACH(t, holder, list) { \
|
/freebsd/contrib/wpa/src/p2p/ |
H A D | p2p_build.c | 535 u8 holder[sizeof(u32) + sizeof(u16) + sizeof(u8)]; in p2p_buf_add_service_info() local 537 WPA_PUT_LE32(holder, adv_id); in p2p_buf_add_service_info() 538 WPA_PUT_BE16(&holder[sizeof(u32)], config_methods); in p2p_buf_add_service_info() 539 holder[sizeof(u32) + sizeof(u16)] = svc_len; in p2p_buf_add_service_info() 542 wpabuf_put_data(buf, holder, front); in p2p_buf_add_service_info() 547 wpabuf_put_data(buf, &holder[front], back); in p2p_buf_add_service_info()
|
/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 | 253 vdev_blkdev_get_by_path(const char *path, spa_mode_t smode, void *holder) in vdev_blkdev_get_by_path() argument 258 return (bdev_file_open_by_path(path, bmode, holder, NULL)); in vdev_blkdev_get_by_path() 260 return (bdev_open_by_path(path, bmode, holder, NULL)); in vdev_blkdev_get_by_path() 262 return (blkdev_get_by_path(path, bmode, holder, NULL)); in vdev_blkdev_get_by_path() 264 return (blkdev_get_by_path(path, bmode, holder)); in vdev_blkdev_get_by_path() 269 vdev_blkdev_put(zfs_bdev_handle_t *bdh, spa_mode_t smode, void *holder) in vdev_blkdev_put() argument 274 return (blkdev_put(BDH_BDEV(bdh), holder)); in vdev_blkdev_put()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
H A D | Sparc.td | 165 // TO DO: Place-holder: Processor specific features will be added *very* soon here. 170 // TO DO: Place-holder: Processor specific features will be added *very* soon here. 194 // TO DO: Place-holder: Processor specific features will be added *very* soon here.
|
/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/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 */
|
H A D | tegra186-p2771-0000.dts | 688 /* Place holder for external Codec */ 713 /* Place holder for external Codec */ 738 /* Place holder for external Codec */ 763 /* Place holder for external Codec */ 788 /* 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…
|
/freebsd/sys/contrib/openzfs/module/icp/asm-x86_64/modes/ |
H A D | THIRDPARTYLICENSE.cryptogams | 17 copyright holder and contributors may be used to endorse or
|
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/ |
H A D | t1042si-post.dtsi | 37 /* Place holder for ethernet related device tree nodes */
|
/freebsd/contrib/wpa/ |
H A D | README | 42 3. Neither the name(s) of the above-listed copyright holder(s) nor the
|
/freebsd/contrib/bmake/ |
H A D | LICENSE | 43 3. Neither the name of the copyright holder nor the names of its
|
/freebsd/contrib/ntp/sntp/libopts/ |
H A D | COPYING.gplv3 | 416 license from a particular copyright holder is reinstated (a) 417 provisionally, unless and until the copyright holder explicitly and 419 holder fails to notify you of the violation by some reasonable means 422 Moreover, your license from a particular copyright holder is 423 reinstated permanently if the copyright holder notifies you of the 426 copyright holder, and you cure the violation prior to 30 days after 473 A "contributor" is a copyright holder who authorizes use under this 586 author or copyright holder as a result of your choosing to follow a
|
/freebsd/contrib/openbsm/etc/ |
H A D | audit_event | 211 220:AUE_AUDITSYS:audit system calls place holder:no 233 242:AUE_MODCTL:modctl(2) system call place holder:no 244 253:AUE_DOORFS:doorfs(2) - system call place holder:no 260 269:AUE_FSAT:fsat(2) - place holder:no
|