Searched refs:REGION_CREATE (Results 1 - 25 of 36) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/os/
H A Dos_map.c61 create_ok = F_ISSET(infop, REGION_CREATE) ? 1 : 0;
65 F_SET(infop, REGION_CREATE);
67 F_CLR(infop, REGION_CREATE);
98 * Basing create solely on REGION_CREATE is much safer -- a
101 if (F_ISSET(infop, REGION_CREATE)) {
212 if (ret == 0 && F_ISSET(infop, REGION_CREATE)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/os/
H A Dos_map.c61 create_ok = F_ISSET(infop, REGION_CREATE) ? 1 : 0;
65 F_SET(infop, REGION_CREATE);
67 F_CLR(infop, REGION_CREATE);
98 * Basing create solely on REGION_CREATE is much safer -- a
101 if (F_ISSET(infop, REGION_CREATE)) {
212 if (ret == 0 && F_ISSET(infop, REGION_CREATE)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/os/
H A Dos_map.c61 create_ok = F_ISSET(infop, REGION_CREATE) ? 1 : 0;
65 F_SET(infop, REGION_CREATE);
67 F_CLR(infop, REGION_CREATE);
98 * Basing create solely on REGION_CREATE is much safer -- a
101 if (F_ISSET(infop, REGION_CREATE)) {
212 if (ret == 0 && F_ISSET(infop, REGION_CREATE)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/env/
H A Denv_region.c327 F_SET(infop, REGION_CREATE);
357 * way we find out is underlying functions clear the REGION_CREATE flag.
359 if (!F_ISSET(infop, REGION_CREATE))
513 infop, F_ISSET(infop, REGION_CREATE));
552 if (!F_ISSET(infop, REGION_CREATE))
657 if (F_ISSET(infop, REGION_CREATE)) {
1004 * it, the REGION_CREATE flag will be set in the infop structure.
1006 F_CLR(infop, REGION_CREATE);
1018 if (F_ISSET(infop, REGION_CREATE))
1035 infop->addr, rp->size, F_ISSET(infop, REGION_CREATE));
[all...]
H A Denv_open.c956 __env_thread_init(env, F_ISSET(infop, REGION_CREATE) ? 1 : 0)) != 0)
1080 F_ISSET(infop, REGION_CREATE) &&
1107 if (infop != NULL && F_ISSET(infop, REGION_CREATE)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/env/
H A Denv_region.c327 F_SET(infop, REGION_CREATE);
357 * way we find out is underlying functions clear the REGION_CREATE flag.
359 if (!F_ISSET(infop, REGION_CREATE))
513 infop, F_ISSET(infop, REGION_CREATE));
552 if (!F_ISSET(infop, REGION_CREATE))
657 if (F_ISSET(infop, REGION_CREATE)) {
1004 * it, the REGION_CREATE flag will be set in the infop structure.
1006 F_CLR(infop, REGION_CREATE);
1018 if (F_ISSET(infop, REGION_CREATE))
1035 infop->addr, rp->size, F_ISSET(infop, REGION_CREATE));
[all...]
H A Denv_open.c956 __env_thread_init(env, F_ISSET(infop, REGION_CREATE) ? 1 : 0)) != 0)
1080 F_ISSET(infop, REGION_CREATE) &&
1107 if (infop != NULL && F_ISSET(infop, REGION_CREATE)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/env/
H A Denv_region.c327 F_SET(infop, REGION_CREATE);
357 * way we find out is underlying functions clear the REGION_CREATE flag.
359 if (!F_ISSET(infop, REGION_CREATE))
513 infop, F_ISSET(infop, REGION_CREATE));
552 if (!F_ISSET(infop, REGION_CREATE))
657 if (F_ISSET(infop, REGION_CREATE)) {
1004 * it, the REGION_CREATE flag will be set in the infop structure.
1006 F_CLR(infop, REGION_CREATE);
1018 if (F_ISSET(infop, REGION_CREATE))
1035 infop->addr, rp->size, F_ISSET(infop, REGION_CREATE));
[all...]
H A Denv_open.c956 __env_thread_init(env, F_ISSET(infop, REGION_CREATE) ? 1 : 0)) != 0)
1080 F_ISSET(infop, REGION_CREATE) &&
1107 if (infop != NULL && F_ISSET(infop, REGION_CREATE)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/dbinc/
H A Dregion.h250 #define REGION_CREATE 0x01 /* Caller created region. */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/dbinc/
H A Dregion.h250 #define REGION_CREATE 0x01 /* Caller created region. */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/dbinc/
H A Dregion.h250 #define REGION_CREATE 0x01 /* Caller created region. */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/os_vxworks/
H A Dos_vx_map.c81 if (!F_ISSET(infop, REGION_CREATE)) {
366 if (F_ISSET(infop, REGION_CREATE))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/os_vxworks/
H A Dos_vx_map.c81 if (!F_ISSET(infop, REGION_CREATE)) {
366 if (F_ISSET(infop, REGION_CREATE))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/os_vxworks/
H A Dos_vx_map.c81 if (!F_ISSET(infop, REGION_CREATE)) {
366 if (F_ISSET(infop, REGION_CREATE))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/mutex/
H A Dmut_region.c87 if (F_ISSET(&mtxmgr->reginfo, REGION_CREATE))
100 DB_ASSERT(env, F_ISSET(&mtxmgr->reginfo, REGION_CREATE));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/mutex/
H A Dmut_region.c87 if (F_ISSET(&mtxmgr->reginfo, REGION_CREATE))
100 DB_ASSERT(env, F_ISSET(&mtxmgr->reginfo, REGION_CREATE));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/mutex/
H A Dmut_region.c87 if (F_ISSET(&mtxmgr->reginfo, REGION_CREATE))
100 DB_ASSERT(env, F_ISSET(&mtxmgr->reginfo, REGION_CREATE));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/crypto/
H A Dcrypto.c43 if (!F_ISSET(infop, REGION_CREATE)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/crypto/
H A Dcrypto.c43 if (!F_ISSET(infop, REGION_CREATE)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/crypto/
H A Dcrypto.c43 if (!F_ISSET(infop, REGION_CREATE)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/txn/
H A Dtxn_region.c50 if (F_ISSET(&mgr->reginfo, REGION_CREATE))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/txn/
H A Dtxn_region.c50 if (F_ISSET(&mgr->reginfo, REGION_CREATE))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/txn/
H A Dtxn_region.c50 if (F_ISSET(&mgr->reginfo, REGION_CREATE))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/lock/
H A Dlock_region.c94 if (F_ISSET(&lt->reginfo, REGION_CREATE))

Completed in 304 milliseconds

12