Home
last modified time | relevance | path

Searched refs:owned (Results 1 – 25 of 89) sorted by relevance

1234

/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.mutex_owned.d41 this->owned = mutex_owned((struct mtx *)arg0);
46 /!this->owned/
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_alloc.c47 uint8_t owned; in mlx5_buf_load_mem_cb() local
51 owned = MLX5_DMA_OWNED(buf->dev); in mlx5_buf_load_mem_cb()
53 if (!owned) in mlx5_buf_load_mem_cb()
67 if (!owned) in mlx5_buf_load_mem_cb()
H A Dmlx5_pagealloc.c53 uint8_t owned; in mlx5_fwp_load_mem_cb() local
56 owned = MLX5_DMA_OWNED(fwp->dev); in mlx5_fwp_load_mem_cb()
58 if (!owned) in mlx5_fwp_load_mem_cb()
70 if (!owned) in mlx5_fwp_load_mem_cb()
/freebsd/contrib/kyua/utils/sqlite/
H A Ddatabase.cpp64 bool owned; member
77 db_filename(db_filename_), db(db_), owned(owned_) in impl()
91 if (owned && db != NULL) in ~impl()
/freebsd/stand/kshim/
H A Dbsd_kernel.c275 mtx->owned = 0; in mtx_init()
283 mtx->owned++; in mtx_lock()
290 mtx->owned--; in mtx_unlock()
297 return (mtx->owned != 0); in mtx_owned()
313 sx->owned = 0; in sx_init_flags()
325 sx->owned++; in sx_xlock()
331 sx->owned--; in sx_xunlock()
337 return (sx->owned != 0); in sx_xlocked()
1142 int old_giant = Giant.owned; in usb_idle()
1149 Giant.owned = 0; in usb_idle()
[all …]
/freebsd/sys/contrib/dev/imx/
H A DLICENSE24 applications owned solely and exclusively by Licensor as of the date of
33 patent application owned by any affiliate of Licensor or any other entity
/freebsd/contrib/lutok/
H A Dstate.cpp224 bool owned; member
232 owned(owned_) in impl()
270 if (_pimpl->owned && _pimpl->lua_state != NULL) in ~state()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsXCore.td97 // If any of the resources owned by the thread are ready this returns the
98 // vector of one of the ready resources. If no resources owned by the thread
/freebsd/sys/dev/usb/
H A Dusb_busdma.c442 uint8_t owned; in usb_pc_common_mem_cb() local
499 owned = mtx_owned(uptag->mtx); in usb_pc_common_mem_cb()
500 if (!owned) in usb_pc_common_mem_cb()
509 if (!owned) in usb_pc_common_mem_cb()
/freebsd/sys/amd64/amd64/
H A Dfpu.c855 int max_ext_n, i, owned; in fpugetregs() local
871 owned = _MC_FPOWNED_FPU; in fpugetregs()
873 owned = _MC_FPOWNED_PCB; in fpugetregs()
913 return (owned); in fpugetregs()
/freebsd/contrib/libpcap/doc/
H A DREADME.macos39 directory, and all files under it, must be owned by root. Installing
50 org.tcpdump.chmod_bpf.plist, must be owned by root. Installing the
/freebsd/sys/contrib/openzfs/
H A DNOTICE9 process disclosed, or represents that its use would not infringe privately owned
/freebsd/crypto/openssl/doc/man3/
H A DPKCS12_SAFEBAG_get0_attrs.pod34 is still owned by the B<PKCS12_SAFEBAG> in which it resides.
H A DEVP_PKEY_CTX_get0_pkey.pod36 The returned EVP_PKEY objects are owned by the EVP_PKEY_CTX,
H A DSSL_get_certificate.pod56 object is available. Returned objects are owned by the SSL object and should not
H A DSSL_CTX_set_cert_store.pod51 count, so it should not be used to assign an X509_STORE that is owned
/freebsd/contrib/tcsh/
H A Ddot.tcshrc101 # We don't want to create a root-owned files in our home.
/freebsd/contrib/tcsh/nls/C/
H A Dset1119 -m load the start-up file, whether or not owned by effective user \n\
/freebsd/etc/mail/
H A Daliases70 # NOTE: /var/msgs and /var/msgs/bounds must be owned by sendmail's
/freebsd/sys/i386/i386/
H A Dnpx.c981 int owned; in npxgetregs() local
1006 owned = _MC_FPOWNED_FPU; in npxgetregs()
1008 owned = _MC_FPOWNED_PCB; in npxgetregs()
1051 return (owned); in npxgetregs()
/freebsd/contrib/arm-optimized-routines/
H A DREADME.contributors11 - All code must be copyright owned by Arm Limited and the appropriate
/freebsd/crypto/openssh/
H A DREADME.privsep50 process 6917 is the privileged monitor process, 6919 is the user owned
/freebsd/sys/contrib/device-tree/Bindings/interconnect/
H A Dsamsung,exynos-bus.yaml23 The each AXI bus has the owned source clock but, has not the only owned power
/freebsd/sys/contrib/device-tree/Bindings/soc/qcom/
H A Dqcom,smsm.txt7 certain bit owned by a certain remote processor.
H A Dqcom,smsm.yaml19 certain bit owned by a certain remote processor.

1234