OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RMNETCFG_ERR_NUM_START
(Results
1 - 6
of
6
) sorted by null
/device/google/marlin/dataservices/rmnetctl/cli/
rmnetcli.h
56
#define
RMNETCFG_ERR_NUM_START
100
rmnetcli.c
212
if ((error_number >=
RMNETCFG_ERR_NUM_START
) &&
213
(error_number <
RMNETCFG_ERR_NUM_START
+ RMNETCFG_TOTAL_ERR_MSGS)) {
215
[error_number -
RMNETCFG_ERR_NUM_START
]);
/device/huawei/angler/dataservices/rmnetctl/cli/
rmnetcli.h
56
#define
RMNETCFG_ERR_NUM_START
100
rmnetcli.c
212
if ((error_number >=
RMNETCFG_ERR_NUM_START
) &&
213
(error_number <
RMNETCFG_ERR_NUM_START
+ RMNETCFG_TOTAL_ERR_MSGS)) {
215
[error_number -
RMNETCFG_ERR_NUM_START
]);
/device/lge/bullhead/dataservices/rmnetctl/cli/
rmnetcli.h
56
#define
RMNETCFG_ERR_NUM_START
100
rmnetcli.c
212
if ((error_number >=
RMNETCFG_ERR_NUM_START
) &&
213
(error_number <
RMNETCFG_ERR_NUM_START
+ RMNETCFG_TOTAL_ERR_MSGS)) {
215
[error_number -
RMNETCFG_ERR_NUM_START
]);
Completed in 74 milliseconds