Searched refs:__dbc_idup (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_cam.c348 if ((ret = __dbc_idup(dbc_orig, &dbc_n, flags)) != 0)
358 __dbc_idup(dbc_orig->internal->opd, &dbc_nopd, flags)) != 0)
373 * __dbc_idup --
376 * PUBLIC: int __dbc_idup __P((DBC *, DBC **, u_int32_t));
379 __dbc_idup(dbc_orig, dbcp, flags) function
428 "__dbc_idup", dbc_orig->dbtype);
612 else if ((ret = __dbc_idup(cp->opd, &opd, DB_POSITION)) != 0)
672 ret = __dbc_idup(dbc_arg, &dbc_n, tmp_flags);
826 if ((ret = __dbc_idup(dbc_arg,
1093 if ((ret = __dbc_idup(dbc_ar
[all...]
H A Ddb_am.c208 * call DBC->dup or __dbc_idup, we want to use the original
851 if ((ret = __dbc_idup(dbc, &pdbc, DB_POSITION)) != 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dbinc_auto/
H A Ddb_ext.h93 int __dbc_idup __P((DBC *, DBC **, u_int32_t));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/qam/
H A Dqam.c1116 if ((ret = __dbc_idup(dbc,

Completed in 203 milliseconds