/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/ |
H A D | tst.mutex_owned.d | 41 this->owned = mutex_owned((struct mtx *)arg0); 46 /!this->owned/
|
/freebsd/sys/dev/mlx5/mlx5_core/ |
H A D | mlx5_alloc.c | 47 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 D | mlx5_pagealloc.c | 53 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 D | database.cpp | 64 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 D | bsd_kernel.c | 273 mtx->owned = 0; in mtx_init() 281 mtx->owned++; in mtx_lock() 288 mtx->owned--; in mtx_unlock() 295 return (mtx->owned != 0); in mtx_owned() 311 sx->owned = 0; in sx_init_flags() 323 sx->owned++; in sx_xlock() 329 sx->owned--; in sx_xunlock() 335 return (sx->owned != 0); in sx_xlocked() 1116 int old_giant = Giant.owned; in usb_idle() 1123 Giant.owned = 0; in usb_idle() [all …]
|
/freebsd/sys/contrib/dev/imx/ |
H A D | LICENSE | 24 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 D | state.cpp | 224 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 D | IntrinsicsXCore.td | 97 // 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 D | usb_busdma.c | 442 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/contrib/libpcap/doc/ |
H A D | README.macos | 39 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 D | NOTICE | 9 process disclosed, or represents that its use would not infringe privately owned
|
/freebsd/sys/amd64/amd64/ |
H A D | fpu.c | 863 int max_ext_n, i, owned; in fpugetregs() local 879 owned = _MC_FPOWNED_FPU; in fpugetregs() 881 owned = _MC_FPOWNED_PCB; in fpugetregs() 921 return (owned); in fpugetregs()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | PKCS12_SAFEBAG_get0_attrs.pod | 34 is still owned by the B<PKCS12_SAFEBAG> in which it resides.
|
H A D | EVP_PKEY_CTX_get0_pkey.pod | 36 The returned EVP_PKEY objects are owned by the EVP_PKEY_CTX,
|
H A D | SSL_get_certificate.pod | 56 object is available. Returned objects are owned by the SSL object and should not
|
H A D | SSL_CTX_set_cert_store.pod | 53 count, so it should not be used to assign an X509_STORE that is owned
|
H A D | SSL_SESSION_free.pod | 25 The copy is not owned by any cache that B<src> may have been in.
|
/freebsd/contrib/tcsh/ |
H A D | dot.tcshrc | 101 # We don't want to create a root-owned files in our home.
|
/freebsd/sys/i386/i386/ |
H A D | npx.c | 981 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/tcsh/nls/C/ |
H A D | set11 | 19 -m load the start-up file, whether or not owned by effective user \n\
|
/freebsd/etc/mail/ |
H A D | aliases | 70 # NOTE: /var/msgs and /var/msgs/bounds must be owned by sendmail's
|
/freebsd/contrib/arm-optimized-routines/ |
H A D | README.contributors | 11 - All code must be copyright owned by Arm Limited and the appropriate
|
/freebsd/crypto/openssh/ |
H A D | README.privsep | 50 process 6917 is the privileged monitor process, 6919 is the user owned
|
/freebsd/sys/contrib/device-tree/Bindings/soc/qcom/ |
H A D | qcom,smsm.txt | 7 certain bit owned by a certain remote processor.
|
/freebsd/contrib/unbound/contrib/ |
H A D | unbound.service.in | 21 ; - `RuntimeDirectory=unbound` creates a /run/unbound directory, owned by the
|