Searched refs:acquire (Results 1 - 15 of 15) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/os/
H A Dos_flock.c20 __os_fdlock(env, fhp, offset, acquire, nowait)
23 int acquire, nowait;
38 fhp->name, acquire ? "acquire": "release", (u_long)offset);
42 fl.l_type = acquire ? F_WRLCK : F_UNLCK;
56 COMPQUIET(acquire, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/os_windows/
H A Dos_flock.c18 __os_fdlock(env, fhp, offset, acquire, nowait)
21 int acquire, nowait;
48 fhp->name, acquire ? "acquire": "release", (u_long)offset);
59 if (acquire) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-lh7a40x/
H A Dssp.h32 void (*acquire) (void); member in struct:ssp_driver
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/python/tests/
H A Dthread2.py19 self.lock.acquire()
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/rand/
H A Drand_win.c197 CRYPTACQUIRECONTEXTW acquire = 0; local
347 acquire = (CRYPTACQUIRECONTEXTW) GetProcAddress(advapi,
355 if (acquire && gen && release)
359 if (acquire(&hProvider, 0, 0, PROV_RSA_FULL,
373 if (acquire(&hProvider, 0, INTEL_DEF_PROV, PROV_INTEL_SEC, 0))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/rand/
H A Drand_win.c243 CRYPTACQUIRECONTEXTW acquire = NULL; local
342 acquire = (CRYPTACQUIRECONTEXTW) GetProcAddress(advapi,
350 if (acquire && gen && release)
354 if (acquire(&hProvider, NULL, NULL, PROV_RSA_FULL,
369 if (acquire(&hProvider, 0, INTEL_DEF_PROV, PROV_INTEL_SEC, 0))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/dvb-core/
H A Ddvb_frontend.h132 int (*ts_bus_ctrl)(struct dvb_frontend* fe, int acquire);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-lh7a40x/
H A Dssp-cpld.c329 .acquire = ssp_acquire,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/arch-v32/hwregs/
H A Dbif_slave_defs.h159 unsigned int acquire : 1; member in struct:__anon8135
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/cx88/
H A Dcx88-dvb.c104 static int cx88_dvb_bus_ctrl(struct dvb_frontend* fe, int acquire) argument
112 if (acquire)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dxfrm.h306 * spi - zero to acquire spi. Not zero if spi is static, then
397 int (*acquire)(struct xfrm_state *x, struct xfrm_tmpl *, struct xfrm_policy *xp, int dir); member in struct:xfrm_mgr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/xfrm/
H A Dxfrm_state.c1515 acqret = km->acquire(x, t, pol, XFRM_POLICY_OUT);
H A Dxfrm_user.c2543 .acquire = xfrm_send_acquire,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/key/
H A Daf_key.c3761 .acquire = pfkey_send_acquire,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.c3343 ** ^[SQLITE_BUSY] means that the database engine was unable to acquire the
20451 /* Lock the PENDING_LOCK byte if we need to acquire a PENDING lock or
20480 OSTRACE3( "LOCK %d acquire shared lock. res=%d\n", pFile->h, res );
20495 OSTRACE3( "LOCK %d acquire reserved lock. res=%d\n", pFile->h, res );
20503 OSTRACE2( "LOCK %d acquire pending lock. pending lock boolean unset.\n", pFile->h );
20523 OSTRACE3( "LOCK %d acquire exclusive lock. res=%d\n", pFile->h, res );
26304 ** have been user-intervention), if we acquire the exclusive lock,
27603 /* If no pending lock has been acquired, then acquire it */
28047 /* Lock the PENDING_LOCK byte if we need to acquire a PENDING lock or
[all...]

Completed in 950 milliseconds