Home
last modified time | relevance | path

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

1234

/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
HDtst.mutex_owned.d41 this->owned = mutex_owned((struct mtx *)arg0);
46 /!this->owned/
/freebsd-13-stable/sys/dev/mlx5/mlx5_core/
HDmlx5_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()
HDmlx5_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-13-stable/contrib/kyua/utils/sqlite/
HDdatabase.cpp64 bool owned; member
77 db_filename(db_filename_), db(db_), owned(owned_) in impl()
91 if (owned && db != NULL) in ~impl()
/freebsd-13-stable/stand/kshim/
HDbsd_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 …]
HDbsd_kernel.h297 int owned; member
315 int owned; member
/freebsd-13-stable/sys/contrib/dev/imx/
HDLICENSE24 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-13-stable/contrib/lutok/
HDstate.cpp224 bool owned; member
232 owned(owned_) in impl()
270 if (_pimpl->owned && _pimpl->lua_state != NULL) in ~state()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDIntrinsicsXCore.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-13-stable/sys/dev/usb/
HDusb_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-13-stable/contrib/libpcap/doc/
HDREADME.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-13-stable/contrib/bmake/
HDinstall-sh32 # make target owned by "owner"
35 # make target group owned by "group"
/freebsd-13-stable/sys/contrib/openzfs/
HDNOTICE9 process disclosed, or represents that its use would not infringe privately owned
/freebsd-13-stable/sys/amd64/amd64/
HDfpu.c880 int max_ext_n, i, owned; in fpugetregs() local
896 owned = _MC_FPOWNED_FPU; in fpugetregs()
898 owned = _MC_FPOWNED_PCB; in fpugetregs()
938 return (owned); in fpugetregs()
/freebsd-13-stable/contrib/tcsh/
HDdot.tcshrc101 # We don't want to create a root-owned files in our home.
/freebsd-13-stable/contrib/tcsh/nls/C/
HDset1119 -m load the start-up file, whether or not owned by effective user \n\
/freebsd-13-stable/etc/mail/
HDaliases72 # NOTE: /var/msgs and /var/msgs/bounds must be owned by sendmail's
/freebsd-13-stable/sys/i386/i386/
HDnpx.c1007 int owned; in npxgetregs() local
1032 owned = _MC_FPOWNED_FPU; in npxgetregs()
1034 owned = _MC_FPOWNED_PCB; in npxgetregs()
1077 return (owned); in npxgetregs()
/freebsd-13-stable/crypto/openssh/
HDREADME.privsep50 process 6917 is the privileged monitor process, 6919 is the user owned
/freebsd-13-stable/sys/contrib/device-tree/Bindings/soc/qcom/
Dqcom,smsm.txt7 certain bit owned by a certain remote processor.
/freebsd-13-stable/sys/contrib/device-tree/Bindings/devfreq/
HDexynos-bus.txt12 The each AXI bus has the owned source clock but, has not the only owned
/freebsd-13-stable/crypto/openssl/doc/man3/
HDSSL_CTX_set_cert_store.pod51 count, so it should not be used to assign an X509_STORE that is owned
HDEVP_PKEY_CTX_ctrl.pod256 must have been set to B<RSA_PKCS1_OAEP_PADDING>. The resulting pointer is owned
336 for B<ctx> used for DH key derivation. The resulting pointer is owned by the
360 The return value is the user key material length. The resulting pointer is owned
421 The return value is the user key material length. The resulting pointer is owned
/freebsd-13-stable/contrib/unbound/contrib/
HDunbound.service.in21 ; - `RuntimeDirectory=unbound` creates a /run/unbound directory, owned by the
/freebsd-13-stable/sys/contrib/device-tree/Bindings/pci/
Dnvidia,tegra194-pcie.txt124 if the platform has one such slot. (Ex:- x16 slot owned by C5 controller
127 if the platform has one such slot. (Ex:- x16 slot owned by C5 controller

1234