| /trueos/contrib/llvm/include/llvm/Support/ |
| HD | Mutex.h | 90 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/ |
| HD | drm_agpsupport.c | 57 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()
|
| HD | drm_drv.c | 218 if (dev->agp->acquired) in drm_lastclose() 221 dev->agp->acquired = 0; in drm_lastclose()
|
| HD | drmP.h | 459 int acquired; /**< whether the AGP device has been acquired */ member
|
| /trueos/sys/dev/drm/ |
| HD | drm_agpsupport.c | 112 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()
|
| HD | drm_drv.c | 404 if (dev->agp->acquired) in drm_lastclose() 407 dev->agp->acquired = 0; in drm_lastclose()
|
| HD | drmP.h | 481 int acquired; member
|
| HD | mga_dma.c | 984 if ((dev->agp != NULL) && dev->agp->acquired) { in mga_do_cleanup_dma()
|
| /trueos/crypto/openssl/engines/ |
| HD | e_cswift.c | 504 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/ |
| HD | radeon_agp.c | 280 if (rdev->ddev->agp && rdev->ddev->agp->acquired) { in radeon_agp_fini()
|
| /trueos/usr.sbin/bsdconfig/networking/share/ |
| HD | device.subr | 248 # input from the user and assign the newly-acquired values back 356 # allows preservation of nameservers acquired via
|
| /trueos/crypto/openssl/crypto/des/asm/ |
| HD | readme | 56 Now the ugly part. I acquired my copy of Intels
|
| /trueos/cddl/contrib/dtracetoolkit/ |
| D | License | 35 grant or subsequently acquired, any and all of the rights 57 or hereafter acquired, including without limitation,
|
| /trueos/cddl/contrib/dtracetoolkit/Docs/ |
| HD | cddl1.txt | 35 grant or subsequently acquired, any and all of the rights 57 or hereafter acquired, including without limitation,
|
| /trueos/sys/cddl/contrib/opensolaris/ |
| HD | OPENSOLARIS.LICENSE | 38 subsequently acquired, any and all of the rights conveyed 59 hereafter acquired, including without limitation, method,
|
| /trueos/cddl/contrib/opensolaris/ |
| HD | OPENSOLARIS.LICENSE | 38 subsequently acquired, any and all of the rights conveyed 59 hereafter acquired, including without limitation, method,
|
| /trueos/lib/libnotify/ |
| HD | APPLE_LICENSE | 25 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/ |
| HD | rrc4.doc | 123 However, I do have a (legitimately acquired) copy of BSAFE2 and
|
| /trueos/sys/cam/ctl/ |
| HD | README.ctl.txt | 27 (who acquired Copan's assets in 2010) and Spectra Logic in 2010, CTL is
|
| /trueos/contrib/wpa/wpa_supplicant/ |
| HD | README-WPS | 87 WPS registration will generate new network blocks for the acquired
|
| /trueos/contrib/llvm/tools/clang/lib/Frontend/ |
| HD | ASTUnit.cpp | 2946 bool acquired = static_cast<llvm::sys::MutexImpl *>(Mutex)->tryacquire(); in start() local 2947 assert(acquired && "Concurrent access to ASTUnit!"); in start()
|
| /trueos/contrib/gdtoa/ |
| HD | README | 221 and to provide (or suitably #define) two locks, acquired by
|
| /trueos/sys/netpfil/ipfw/ |
| HD | dummynet.txt | 230 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/ |
| HD | hx509.texi | 615 ticket has been acquired, all kerberized services would immediately
|
| /trueos/contrib/llvm/lib/Target/ARM/ |
| HD | ARMScheduleA9.td | 451 // Since the reserved FU cannot be acquired, this models precisely
|