Searched refs:is_alive (Results 1 - 23 of 23) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/mutex/
H A Dmut_failchk.c53 if (dbenv->is_alive(
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/lock/
H A Dlock_failchk.c60 if (dbenv->is_alive(dbenv, lip->pid, lip->tid, 0))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/txn/
H A Dtxn_failchk.c55 if (dbenv->is_alive(dbenv, td->pid, td->tid, 0))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/env/
H A Denv_failchk.c49 "DB_ENV->failchk requires DB_ENV->is_alive be configured");
111 "is_alive method specified but no thread region allocated");
226 if (dbenv->is_alive(
349 * can take it, otherwise we must call is_alive before freeing
357 ALIVE_ON(env) && !dbenv->is_alive(
H A Denv_method.c991 __env_set_isalive(dbenv, is_alive)
993 int (*is_alive) __P((DB_ENV *, pid_t, db_threadid_t, u_int32_t));
1001 "is_alive method specified but no thread region allocated");
1004 dbenv->is_alive = is_alive;
H A Denv_stat.c277 STAT_ISSET("IsAlive", dbenv->is_alive);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pcmcia/
H A Dm32r_cfc.c283 static int __init is_alive(u_short sock) function
287 debug(3, "m32r_cfc: is_alive:\n");
294 debug(3, "m32r_cfc: is_alive: sock stat is 0x%04x\n", stat);
322 if (is_alive(pcc_sockets))
H A Dm32r_pcc.c288 static int __init is_alive(u_short sock) function
319 if (is_alive(pcc_sockets))
H A Di82365.c659 static int __init is_alive(u_short sock) function
687 if (is_alive(sockets))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dfloppy.c634 static void is_alive(const char *message) function
1749 is_alive("bizarre fdc");
1784 is_alive("normal interrupt end");
1911 is_alive("floppy shutdown");
2050 is_alive("wait_til_done");
2980 is_alive("do fd request, old request running");
2985 is_alive("do fd request");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb_int.h379 * ALIVE_ON The is_alive function is configured.
395 #define ALIVE_ON(env) ((env)->dbenv->is_alive != NULL)
H A Ddb.h1849 int (*is_alive) __P((DB_ENV *, pid_t, db_threadid_t, u_int32_t)); member in struct:__db_env
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb_int.h378 * ALIVE_ON The is_alive function is configured.
394 #define ALIVE_ON(env) ((env)->dbenv->is_alive != NULL)
H A Ddb.h1838 int (*is_alive) __P((DB_ENV *, pid_t, db_threadid_t, u_int32_t)); member in struct:__db_env
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb_int.h377 * ALIVE_ON The is_alive function is configured.
393 #define ALIVE_ON(env) ((env)->dbenv->is_alive != NULL)
H A Ddb.h1859 int (*is_alive) __P((DB_ENV *, pid_t, db_threadid_t, u_int32_t)); member in struct:__db_env
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb_int.h381 * ALIVE_ON The is_alive function is configured.
397 #define ALIVE_ON(env) ((env)->dbenv->is_alive != NULL)
H A Ddb.h1847 int (*is_alive) __P((DB_ENV *, pid_t, db_threadid_t, u_int32_t)); member in struct:__db_env
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb_int.h378 * ALIVE_ON The is_alive function is configured.
394 #define ALIVE_ON(env) ((env)->dbenv->is_alive != NULL)
H A Ddb.h1886 int (*is_alive) __P((DB_ENV *, pid_t, db_threadid_t, u_int32_t)); member in struct:__db_env
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb_int.h378 * ALIVE_ON The is_alive function is configured.
394 #define ALIVE_ON(env) ((env)->dbenv->is_alive != NULL)
H A Ddb.h1886 int (*is_alive) __P((DB_ENV *, pid_t, db_threadid_t, u_int32_t)); member in struct:__db_env
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dbreg/
H A Ddbreg.c691 if (dbenv->is_alive(dbenv, fnp->pid, 0, DB_MUTEX_PROCESS_ONLY))

Completed in 242 milliseconds