static Table_Status_2 res;
Table_Args_4 *newargs;
Table_Status_4 *newres;
-
+
+ res = 0;
+
newargs = _DtCm_tableargs2_to_tableargs4(args);
if(newargs) {
newres = _DtCm_rtable_check_4_svc(newargs, svcrq);
static Table_Status_2 res;
Table_Args_4 *newargs;
Table_Status_4 *newres;
-
+
+ res = 0;
+
newargs = _DtCm_tableargs2_to_tableargs4(args);
newres = _DtCm_rtable_flush_table_4_svc(newargs, svcrq);
{
static int size;
Table_Args_4 *newargs;
-
+
+ size = 0;
+
newargs = _DtCm_tableargs2_to_tableargs4(args);
if(newargs) {
size = (*(_DtCm_rtable_size_4_svc(newargs, svcrq)));
Registration_4 *newreg;
Registration_Status_4 *newstat;
+ stat = 0;
+
newreg = _DtCm_reg2_to_reg4(r);
if(newreg) {
newstat = _DtCm_register_callback_4_svc(newreg, svcrq);
static Registration_Status_2 stat;
Registration_4 *newreg;
Registration_Status_4 *newstat;
-
+
+ stat = 0;
+
newreg = _DtCm_reg2_to_reg4(r);
if(newreg) {
newstat = _DtCm_deregister_callback_4_svc(newreg, svcrq);
static Access_Status_2 stat;
Access_Args_4 *newargs;
Access_Status_4 *newstat;
-
+
+ stat = 0;
+
newargs = _DtCm_accargs2_to_accargs4(args);
if(newargs) {
newstat = _DtCm_rtable_set_access_4_svc(newargs, svcrq);
Table_Args_4 *newargs;
Table_Status_4 *newres;
+ res = 0;
+
newargs = _DtCm_tableargs3_to_tableargs4(args);
newres = _DtCm_rtable_check_4_svc(newargs, svcrq);
res = _DtCm_tablestat4_to_tablestat3(*newres);
Table_Args_4 *newargs;
Table_Status_4 *newres;
+ res = 0;
+
newargs = _DtCm_tableargs3_to_tableargs4(args);
newres = _DtCm_rtable_flush_table_4_svc(newargs, svcrq);
res = _DtCm_tablestat4_to_tablestat3(*newres);
static int size;
Table_Args_4 *newargs;
+ size = 0;
+
newargs = _DtCm_tableargs3_to_tableargs4(args);
size = (*(_DtCm_rtable_size_4_svc(newargs, svcrq)));
Registration_4 *newreg;
Registration_Status_4 *newstat;
+ stat = 0;
+
newreg = _DtCm_reg3_to_reg4(r);
newstat = _DtCm_register_callback_4_svc(newreg, svcrq);
stat = _DtCm_regstat4_to_regstat3(*newstat);
Registration_4 *newreg;
Registration_Status_4 *newstat;
+ stat = 0;
+
newreg = _DtCm_reg3_to_reg4(r);
newstat = _DtCm_deregister_callback_4_svc(newreg, svcrq);
stat = _DtCm_regstat4_to_regstat3(*newstat);
Access_Args_4 *newargs;
Access_Status_4 *newstat;
+ stat = 0;
+
newargs = _DtCm_accargs3_to_accargs4(args);
newstat = _DtCm_rtable_set_access_4_svc(newargs, svcrq);
stat = _DtCm_accstat4_to_accstat3(*newstat);