Home
last modified time | relevance | path

Searched refs:acquired (Results 1 – 25 of 36) sorted by relevance

12

/trueos/contrib/llvm/include/llvm/Support/
HDMutex.h90 unsigned acquired; variable
94 MutexImpl(rec), acquired(0), recursive(rec) { } in MutexImpl()
103 assert((recursive || acquired == 0) && "Lock already acquired!!"); in acquire()
104 ++acquired; in acquire()
116 assert(((recursive && acquired) || (acquired == 1)) && in release()
118 --acquired; in release()
/trueos/sys/dev/drm2/
HDdrm_agpsupport.c57 if (!dev->agp || !dev->agp->acquired) in drm_agp_info()
105 if (dev->agp->acquired) in drm_agp_acquire()
110 dev->agp->acquired = 1; in drm_agp_acquire()
144 if (!dev->agp || !dev->agp->acquired) in drm_agp_release()
147 dev->agp->acquired = 0; in drm_agp_release()
170 if (!dev->agp || !dev->agp->acquired) in drm_agp_enable()
209 if (!dev->agp || !dev->agp->acquired) in drm_agp_alloc()
285 if (!dev->agp || !dev->agp->acquired) in drm_agp_unbind()
326 if (!dev->agp || !dev->agp->acquired) in drm_agp_bind()
369 if (!dev->agp || !dev->agp->acquired) in drm_agp_free()
HDdrm_drv.c218 if (dev->agp->acquired) in drm_lastclose()
221 dev->agp->acquired = 0; in drm_lastclose()
HDdrmP.h459 int acquired; /**< whether the AGP device has been acquired */ member
/trueos/sys/dev/drm/
HDdrm_agpsupport.c112 if (!dev->agp || !dev->agp->acquired) in drm_agp_info()
155 if (!dev->agp || dev->agp->acquired) in drm_agp_acquire()
162 dev->agp->acquired = 1; in drm_agp_acquire()
175 if (!dev->agp || !dev->agp->acquired) in drm_agp_release()
178 dev->agp->acquired = 0; in drm_agp_release()
185 if (!dev->agp || !dev->agp->acquired) in drm_agp_enable()
212 if (!dev->agp || !dev->agp->acquired) in drm_agp_alloc()
280 if (!dev->agp || !dev->agp->acquired) in drm_agp_unbind()
318 if (!dev->agp || !dev->agp->acquired) in drm_agp_bind()
357 if (!dev->agp || !dev->agp->acquired) in drm_agp_free()
HDdrm_drv.c404 if (dev->agp->acquired) in drm_lastclose()
407 dev->agp->acquired = 0; in drm_lastclose()
HDdrmP.h481 int acquired; member
HDmga_dma.c984 if ((dev->agp != NULL) && dev->agp->acquired) { in mga_do_cleanup_dma()
/trueos/crypto/openssl/engines/
HDe_cswift.c504 int to_return, acquired; in cswift_mod_exp() local
508 acquired = 0; in cswift_mod_exp()
514 acquired = 1; in cswift_mod_exp()
573 if (acquired) in cswift_mod_exp()
615 int acquired = 0; in cswift_mod_exp_crt() local
627 acquired = 1; in cswift_mod_exp_crt()
724 if (acquired) in cswift_mod_exp_crt()
808 int acquired = 0; in cswift_dsa_sign() local
816 acquired = 1; in cswift_dsa_sign()
886 if (acquired) in cswift_dsa_sign()
[all …]
/trueos/sys/dev/drm2/radeon/
HDradeon_agp.c280 if (rdev->ddev->agp && rdev->ddev->agp->acquired) { in radeon_agp_fini()
/trueos/usr.sbin/bsdconfig/networking/share/
HDdevice.subr248 # input from the user and assign the newly-acquired values back
356 # allows preservation of nameservers acquired via
/trueos/crypto/openssl/crypto/des/asm/
HDreadme56 Now the ugly part. I acquired my copy of Intels
/trueos/cddl/contrib/dtracetoolkit/
DLicense35 grant or subsequently acquired, any and all of the rights
57 or hereafter acquired, including without limitation,
/trueos/cddl/contrib/dtracetoolkit/Docs/
HDcddl1.txt35 grant or subsequently acquired, any and all of the rights
57 or hereafter acquired, including without limitation,
/trueos/sys/cddl/contrib/opensolaris/
HDOPENSOLARIS.LICENSE38 subsequently acquired, any and all of the rights conveyed
59 hereafter acquired, including without limitation, method,
/trueos/cddl/contrib/opensolaris/
HDOPENSOLARIS.LICENSE38 subsequently acquired, any and all of the rights conveyed
59 hereafter acquired, including without limitation, method,
/trueos/lib/libnotify/
HDAPPLE_LICENSE25 acquired, owned by or assigned to Apple and (ii) that cover subject
29 rights, (i) claims of patents that are now or hereafter acquired,
/trueos/crypto/openssl/crypto/rc4/
HDrrc4.doc123 However, I do have a (legitimately acquired) copy of BSAFE2 and
/trueos/sys/cam/ctl/
HDREADME.ctl.txt27 (who acquired Copan's assets in 2010) and Spectra Logic in 2010, CTL is
/trueos/contrib/wpa/wpa_supplicant/
HDREADME-WPS87 WPS registration will generate new network blocks for the acquired
/trueos/contrib/llvm/tools/clang/lib/Frontend/
HDASTUnit.cpp2946 bool acquired = static_cast<llvm::sys::MutexImpl *>(Mutex)->tryacquire(); in start() local
2947 assert(acquired && "Concurrent access to ASTUnit!"); in start()
/trueos/contrib/gdtoa/
HDREADME221 and to provide (or suitably #define) two locks, acquired by
/trueos/sys/netpfil/ipfw/
HDdummynet.txt230 which is expected to be acquired in exclusive mode
236 This is normally acquired in exclusive mode by the packet processing
/trueos/crypto/heimdal/doc/
HDhx509.texi615 ticket has been acquired, all kerberized services would immediately
/trueos/contrib/llvm/lib/Target/ARM/
HDARMScheduleA9.td451 // Since the reserved FU cannot be acquired, this models precisely

12