Home
last modified time | relevance | path

Searched refs:holder (Results 1 – 25 of 58) sorted by relevance

123

/freebsd/sys/contrib/openzfs/module/zfs/
H A Drefcount.c140 ref->ref_holder = holder; in zfs_refcount_add_many()
155 return (zfs_refcount_add_many(rc, 1, holder)); in zfs_refcount_add()
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()
212 return (zfs_refcount_remove_many(rc, 1, holder)); in zfs_refcount_remove()
221 (void) zfs_refcount_remove(rc, holder); in zfs_refcount_remove_few()
305 s.ref_holder = holder; in zfs_refcount_held()
312 res = ref && ref->ref_holder == holder; in zfs_refcount_held()
333 s.ref_holder = holder; in zfs_refcount_not_held()
[all …]
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzfs_refcount.h115 #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 Dlock_proc.c445 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()
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()
483 res.stat.nlm_testrply_u.holder.l_offset = holder->l_offset; in nlm_test_msg_1_svc()
484 res.stat.nlm_testrply_u.holder.l_len = holder->l_len; in nlm_test_msg_1_svc()
911 if (holder == NULL) { in nlm4_test_4_svc()
915 memcpy(&res.stat.nlm4_testrply_u.holder, holder, in nlm4_test_4_svc()
[all …]
/freebsd/sys/contrib/openzfs/config/
H A Dkernel-blkdev.m413 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 Dnlm_prot_server.c145 &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 Dnlm_prot_xdr.c45 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 Dnlm_prot.h40 struct nlm_holder holder; member
203 struct nlm4_holder holder; member
H A Dnlm_advlock.c588 &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/contrib/wpa/src/p2p/
H A Dp2p_build.c529 u8 holder[sizeof(u32) + sizeof(u16) + sizeof(u8)]; in p2p_buf_add_service_info() local
531 WPA_PUT_LE32(holder, adv_id); in p2p_buf_add_service_info()
532 WPA_PUT_BE16(&holder[sizeof(u32)], config_methods); in p2p_buf_add_service_info()
533 holder[sizeof(u32) + sizeof(u16)] = svc_len; in p2p_buf_add_service_info()
536 wpabuf_put_data(buf, holder, front); in p2p_buf_add_service_info()
541 wpabuf_put_data(buf, &holder[front], back); in p2p_buf_add_service_info()
/freebsd/include/rpcsvc/
H A Dnlm_prot.x36 struct nlm_holder holder; variable
184 struct nlm4_holder holder; variable
H A Dklm_prot.x88 struct klm_holder holder; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparc.td162 // TO DO: Place-holder: Processor specific features will be added *very* soon here.
167 // TO DO: Place-holder: Processor specific features will be added *very* soon here.
191 // TO DO: Place-holder: Processor specific features will be added *very* soon here.
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dvdev_disk.c251 vdev_blkdev_get_by_path(const char *path, spa_mode_t smode, void *holder) in vdev_blkdev_get_by_path() argument
256 return (bdev_file_open_by_path(path, bmode, holder, NULL)); in vdev_blkdev_get_by_path()
258 return (bdev_open_by_path(path, bmode, holder, NULL)); in vdev_blkdev_get_by_path()
260 return (blkdev_get_by_path(path, bmode, holder, NULL)); in vdev_blkdev_get_by_path()
262 return (blkdev_get_by_path(path, bmode, holder)); in vdev_blkdev_get_by_path()
267 vdev_blkdev_put(zfs_bdev_handle_t *bdh, spa_mode_t smode, void *holder) in vdev_blkdev_put() argument
272 return (blkdev_put(BDH_BDEV(bdh), holder)); in vdev_blkdev_put()
/freebsd/sys/contrib/openzfs/module/icp/asm-x86_64/aes/
H A DTHIRDPARTYLICENSE.gladman15 3. the name of the copyright holder is not used to endorse products
/freebsd/crypto/openssl/
H A DAUTHORS.md6 since in some cases, their employer may be the copyright holder.
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/
H A Dtegra194-p3509-0000.dtsi35 /* 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 Dtegra186-p2771-0000.dts688 /* 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 */
H A Dtegra194-p2972-0000.dts66 /* Place holder for external Codec */
92 /* Place holder for external Codec */
118 /* Place holder for external Codec */
635 /* Place holder for external Codec */
/freebsd/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A DLICENSE.txt7 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 DTHIRDPARTYLICENSE.cryptogams17 copyright holder and contributors may be used to endorse or
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/
H A Dt1042si-post.dtsi37 /* Place holder for ethernet related device tree nodes */
/freebsd/contrib/wpa/
H A DREADME42 3. Neither the name(s) of the above-listed copyright holder(s) nor the
/freebsd/contrib/bmake/
H A DLICENSE43 3. Neither the name of the copyright holder nor the names of its
/freebsd/contrib/ntp/sntp/libopts/
H A DCOPYING.gplv3416 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 Daudit_event211 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

123