Home
last modified time | relevance | path

Searched refs:Tab_DMBX_Class (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/modules/mbx/drv/mbx/api_mbx/
H A DapiMBX.c55 static Dynamic_MBX_Class Tab_DMBX_Class[MAX_DMBX_CLASS]; variable
123 if (strncmp(Tab_DMBX_Class[i].name, name, MAX_DMBX_NAME_LEN) == 0) in _MApi_Search_ClassNum()
125 *pmbx_class = Tab_DMBX_Class[i].mbx_class; in _MApi_Search_ClassNum()
161 if (strncmp(Tab_DMBX_Class[i].name, temp_name, MAX_DMBX_NAME_LEN) == 0) in _MApi_Conduct_GenerateClass()
170 Tab_DMBX_Class[Count_DMBX_Class].name[0] = 0; //clear name string in _MApi_Conduct_GenerateClass()
172 Tab_DMBX_Class[Count_DMBX_Class].mbx_class = temp_class; in _MApi_Conduct_GenerateClass()
173 strncpy(Tab_DMBX_Class[Count_DMBX_Class].name, temp_name, MAX_DMBX_NAME_LEN); in _MApi_Conduct_GenerateClass()
444 Tab_DMBX_Class[Count_DMBX_Class].name[0] = 0; //clear name string in _MApi_MBX_DynamicClass()
445 strncpy(Tab_DMBX_Class[Count_DMBX_Class].name, name, MAX_DMBX_NAME_LEN); in _MApi_MBX_DynamicClass()
446 Tab_DMBX_Class[Count_DMBX_Class].mbx_class = E_MBX_CLASS_NUM + Count_DMBX_Class + 1; in _MApi_MBX_DynamicClass()
[all …]