Searched refs:acquired (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/events/
H A Devmisc.c307 u8 acquired = FALSE; local
315 ACPI_ACQUIRE_GLOBAL_LOCK(facs, acquired);
316 if (acquired) {
434 u8 acquired = FALSE; local
473 ACPI_ACQUIRE_GLOBAL_LOCK(facs, acquired);
474 if (acquired) {
520 /* Lock must be already acquired */
524 "Cannot release the ACPI Global Lock, it has not been acquired"));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/drm/
H A Ddrm_agpsupport.c48 * Verifies the AGP device has been initialized and acquired and fills in the
55 if (!dev->agp || !dev->agp->acquired)
97 * Verifies the AGP device hasn't been acquired before and calls
104 if (dev->agp->acquired)
108 dev->agp->acquired = 1;
123 * Verifies the AGP device hasn't been acquired before and calls
140 * Verifies the AGP device has been acquired and calls \c agp_backend_release.
144 if (!dev->agp || !dev->agp->acquired)
147 dev->agp->acquired = 0;
164 * \param dev DRM device that has previously acquired AG
[all...]
H A Ddrm_drv.c195 if (dev->agp->acquired)
198 dev->agp->acquired = 0;
H A DdrmP.h465 int acquired; /**< whether the AGP device has been acquired */ member in struct:drm_agp_head
H A Dmga_dma.c953 if ((dev->agp != NULL) && dev->agp->acquired) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/engine/
H A Dhw_cswift.c476 int to_return, acquired; local
480 acquired = 0;
487 acquired = 1;
550 if(acquired)
573 int acquired = 0; local
580 acquired = 1;
657 if(acquired)
707 int acquired = 0; local
716 acquired = 1;
794 if(acquired)
819 int acquired = 0; local
934 int acquired = 0; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/engines/
H A De_cswift.c502 int to_return, acquired; local
506 acquired = 0;
513 acquired = 1;
576 if(acquired)
620 int acquired = 0; local
633 acquired = 1;
735 if(acquired)
822 int acquired = 0; local
831 acquired = 1;
909 if(acquired)
934 int acquired = 0; local
1048 int acquired = 0; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/
H A Dglock.c624 * Returns: 1 if the glock is acquired
629 int acquired = 1; local
633 acquired = 0;
640 return acquired;
1266 * Returns: 0 on success (all glocks acquired),
1267 * errno on failure (no glocks acquired)
1305 * Returns: 0 on success (all glocks acquired),
1306 * errno on failure (no glocks acquired)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Ddlmglue.c1726 int status, level, dlm_flags, acquired; local
1740 acquired = 0;
1770 acquired = 1;
1820 if (acquired)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-cref.tex822 acquired by the host from stateless address autoconfiguration

Completed in 168 milliseconds