| 981 | } |
| 982 | |
| 983 | cs_error_t icmap_adjust_int( |
| 984 | const char *key_name, |
| 985 | int32_t step) |
| 986 | { |
| 987 | |
| 988 | return (icmap_adjust_int_r(icmap_global_map, key_name, step)); |
| 989 | } |
| 990 | |
| 991 | cs_error_t icmap_fast_adjust_int_r( |
| 992 | const icmap_map_t map, |
nothing calls this directly
no test coverage detected