Searched refs:__dbreg_revoke_id (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbinc_auto/
H A Ddbreg_ext.h15 int __dbreg_revoke_id __P((DB *, int, int32_t));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbreg/
H A Ddbreg.c338 (void)__dbreg_revoke_id(dbp, 1, id);
401 if ((ret = __dbreg_revoke_id(close_dbp, 1,
428 (void)__dbreg_revoke_id(dbp, 1, id);
440 * __dbreg_revoke_id --
444 * PUBLIC: int __dbreg_revoke_id __P((DB *, int, int32_t));
447 __dbreg_revoke_id(dbp, have_lock, force_id) function
566 ret = __dbreg_revoke_id(dbp, 0, DB_LOGFILEID_INVALID);
605 ret = __dbreg_revoke_id(dbp, 1, DB_LOGFILEID_INVALID);
H A Ddbreg_util.c210 t_ret = __dbreg_revoke_id(
759 (ret = __dbreg_revoke_id(dbp, 1, DB_LOGFILEID_INVALID)) != 0)
779 * If there was an error, then we call __dbreg_revoke_id to
785 (void)__dbreg_revoke_id(dbp, 1, id);
H A Ddbreg_rec.c345 (void)__dbreg_revoke_id(dbp, 0,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb.c892 if ((t_ret = __dbreg_revoke_id(dbp,

Completed in 45 milliseconds