Home
last modified time | relevance | path

Searched refs:j (Results 1 – 25 of 321) sorted by relevance

12345678910>>...13

/hardware/google/gchips/videoapi/
DVendorVideoAPI.cpp59 int i, j, k, l; in Exynos_parsing_user_data_registered_itu_t_t35() local
70 for (j = 0; j < 8; j++) { in Exynos_parsing_user_data_registered_itu_t_t35()
71 data |= (*((char *)src + (bit_offset / 8) + i) & (1 << j)); in Exynos_parsing_user_data_registered_itu_t_t35()
80 for (j = 0; j < 8; j++) { in Exynos_parsing_user_data_registered_itu_t_t35()
81 data |= (*((char *)src + (bit_offset / 8) + i) & (1 << j)); in Exynos_parsing_user_data_registered_itu_t_t35()
90 for (j = 0; j < 8; j++) { in Exynos_parsing_user_data_registered_itu_t_t35()
91 data |= (*((char *)src + (bit_offset / 8) + i) & (1 << j)); in Exynos_parsing_user_data_registered_itu_t_t35()
100 for (j = 0; j < 8; j++) { in Exynos_parsing_user_data_registered_itu_t_t35()
101 data |= (*((char *)src + (bit_offset / 8) + i) & (1 << j)); in Exynos_parsing_user_data_registered_itu_t_t35()
110 for (j = 0; j < 8; j++) { in Exynos_parsing_user_data_registered_itu_t_t35()
[all …]
/hardware/qcom/media/msm8974/mm-core/omxcore/src/common/
Dqc_omx_core.c168 unsigned i = 0,j=0; in clear_cmp_handle() local
175 for(j=0; j< OMX_COMP_MAX_INST; j++) in clear_cmp_handle()
177 if(inst == core[i].inst[j]) in clear_cmp_handle()
179 core[i].inst[j] = NULL; in clear_cmp_handle()
202 unsigned i=0,j=0; in is_cmp_handle_exists() local
210 for(j=0; j< OMX_COMP_MAX_INST; j++) in is_cmp_handle_exists()
212 if(inst == core[i].inst[j]) in is_cmp_handle_exists()
237 unsigned i=0,j=0; in get_comp_handle_index() local
243 for(j=0; j< OMX_COMP_MAX_INST; j++) in get_comp_handle_index()
245 if(NULL == core[i].inst[j]) in get_comp_handle_index()
[all …]
/hardware/qcom/media/msm8974/mm-core/src/common/
Dqc_omx_core.c165 unsigned i = 0,j=0; in clear_cmp_handle() local
172 for(j=0; j< OMX_COMP_MAX_INST; j++) in clear_cmp_handle()
174 if(inst == core[i].inst[j]) in clear_cmp_handle()
176 core[i].inst[j] = NULL; in clear_cmp_handle()
199 unsigned i=0,j=0; in is_cmp_handle_exists() local
208 for(j=0; j< OMX_COMP_MAX_INST; j++) in is_cmp_handle_exists()
210 if(inst == core[i].inst[j]) in is_cmp_handle_exists()
237 unsigned i=0,j=0; in get_comp_handle_index() local
243 for(j=0; j< OMX_COMP_MAX_INST; j++) in get_comp_handle_index()
245 if(NULL == core[i].inst[j]) in get_comp_handle_index()
[all …]
/hardware/qcom/sm8150/gps/android/2.1/
DGnssAntennaInfo.cpp89 for (uint32_t j = 0; j < numberOfRows; j++) { in convertGnssAntennaInfo() local
90 numberOfColumns = in[i].phaseCenterVariationCorrectionMillimeters[j].size(); in convertGnssAntennaInfo()
91 out[i].phaseCenterVariationCorrectionMillimeters[j].row.resize(numberOfColumns); in convertGnssAntennaInfo()
93 out[i].phaseCenterVariationCorrectionMillimeters[j].row[k] = in convertGnssAntennaInfo()
94 in[i].phaseCenterVariationCorrectionMillimeters[j][k]; in convertGnssAntennaInfo()
100 for (uint32_t j = 0; j < numberOfRows; j++) { in convertGnssAntennaInfo() local
101 numberOfColumns = in[i].phaseCenterVariationCorrectionUncertaintyMillimeters[j].size(); in convertGnssAntennaInfo()
102 out[i].phaseCenterVariationCorrectionUncertaintyMillimeters[j]. in convertGnssAntennaInfo()
105 out[i].phaseCenterVariationCorrectionUncertaintyMillimeters[j].row[k] = in convertGnssAntennaInfo()
106 in[i].phaseCenterVariationCorrectionUncertaintyMillimeters[j][k]; in convertGnssAntennaInfo()
[all …]
/hardware/qcom/sm7250/gps/android/2.1/
DGnssAntennaInfo.cpp89 for (uint32_t j = 0; j < numberOfRows; j++) { in convertGnssAntennaInfo() local
90 numberOfColumns = in[i].phaseCenterVariationCorrectionMillimeters[j].size(); in convertGnssAntennaInfo()
91 out[i].phaseCenterVariationCorrectionMillimeters[j].row.resize(numberOfColumns); in convertGnssAntennaInfo()
93 out[i].phaseCenterVariationCorrectionMillimeters[j].row[k] = in convertGnssAntennaInfo()
94 in[i].phaseCenterVariationCorrectionMillimeters[j][k]; in convertGnssAntennaInfo()
100 for (uint32_t j = 0; j < numberOfRows; j++) { in convertGnssAntennaInfo() local
101 numberOfColumns = in[i].phaseCenterVariationCorrectionUncertaintyMillimeters[j].size(); in convertGnssAntennaInfo()
102 out[i].phaseCenterVariationCorrectionUncertaintyMillimeters[j]. in convertGnssAntennaInfo()
105 out[i].phaseCenterVariationCorrectionUncertaintyMillimeters[j].row[k] = in convertGnssAntennaInfo()
106 in[i].phaseCenterVariationCorrectionUncertaintyMillimeters[j][k]; in convertGnssAntennaInfo()
[all …]
/hardware/qcom/media/msm8996/mm-core/src/common/
Dqc_omx_core.c169 unsigned i = 0,j=0; in clear_cmp_handle() local
176 for(j=0; j< OMX_COMP_MAX_INST; j++) in clear_cmp_handle()
178 if(inst == core[i].inst[j]) in clear_cmp_handle()
180 core[i].inst[j] = NULL; in clear_cmp_handle()
203 unsigned i=0,j=0; in is_cmp_handle_exists() local
212 for(j=0; j< OMX_COMP_MAX_INST; j++) in is_cmp_handle_exists()
214 if(inst == core[i].inst[j]) in is_cmp_handle_exists()
241 unsigned i=0,j=0; in get_comp_handle_index() local
247 for(j=0; j< OMX_COMP_MAX_INST; j++) in get_comp_handle_index()
249 if(NULL == core[i].inst[j]) in get_comp_handle_index()
[all …]
/hardware/qcom/media/msm8998/mm-core/src/common/
Dqc_omx_core.c169 unsigned i = 0,j=0; in clear_cmp_handle() local
176 for(j=0; j< OMX_COMP_MAX_INST; j++) in clear_cmp_handle()
178 if(inst == core[i].inst[j]) in clear_cmp_handle()
180 core[i].inst[j] = NULL; in clear_cmp_handle()
203 unsigned i=0,j=0; in is_cmp_handle_exists() local
212 for(j=0; j< OMX_COMP_MAX_INST; j++) in is_cmp_handle_exists()
214 if(inst == core[i].inst[j]) in is_cmp_handle_exists()
241 unsigned i=0,j=0; in get_comp_handle_index() local
247 for(j=0; j< OMX_COMP_MAX_INST; j++) in get_comp_handle_index()
249 if(NULL == core[i].inst[j]) in get_comp_handle_index()
[all …]
/hardware/qcom/audio/legacy/alsa_sound/
DALSAMixer.cpp209 for (int j = 0; mixerProp[j][i].device; j++) { in ALSAMixer() local
211 mixer_info_t *info = mixerProp[j][i].mInfo = new mixer_info_t; in ALSAMixer()
213 property_get (mixerProp[j][i].propName, in ALSAMixer()
215 mixerProp[j][i].propDefault); in ALSAMixer()
257 for (int j = 0; mixerProp[j][i].device; j++) { in ~ALSAMixer() local
258 if (mixerProp[j][i].mInfo) { in ~ALSAMixer()
259 delete mixerProp[j][i].mInfo; in ~ALSAMixer()
260 mixerProp[j][i].mInfo = NULL; in ~ALSAMixer()
307 for (int j = 0; mixerProp[j][SND_PCM_STREAM_PLAYBACK].device; j++) in setVolume() local
308 if (mixerProp[j][SND_PCM_STREAM_PLAYBACK].device & device) { in setVolume()
[all …]
/hardware/google/pixel/thermal/utils/
Dconfig_parser.cpp235 for (Json::Value::ArrayIndex j = 0; j < kThrottlingSeverityCount; ++j) { in ParseSensorInfo() local
236 hot_thresholds[j] = getFloatFromValue(values[j]); in ParseSensorInfo()
237 if (!std::isnan(hot_thresholds[j])) { in ParseSensorInfo()
238 if (hot_thresholds[j] < min) { in ParseSensorInfo()
240 << "Sensor[" << name << "]'s HotThreshold[j" << j in ParseSensorInfo()
241 << "]: " << hot_thresholds[j] << " < " << min; in ParseSensorInfo()
245 min = hot_thresholds[j]; in ParseSensorInfo()
247 LOG(INFO) << "Sensor[" << name << "]'s HotThreshold[" << j in ParseSensorInfo()
248 << "]: " << hot_thresholds[j]; in ParseSensorInfo()
257 for (Json::Value::ArrayIndex j = 0; j < kThrottlingSeverityCount; ++j) { in ParseSensorInfo() local
[all …]
/hardware/qcom/sdm845/media/mm-core/src/common/
Dqc_omx_core.c169 unsigned i = 0,j=0; in clear_cmp_handle() local
176 for(j=0; j< OMX_COMP_MAX_INST; j++) in clear_cmp_handle()
178 if(inst == core[i].inst[j]) in clear_cmp_handle()
180 core[i].inst[j] = NULL; in clear_cmp_handle()
203 unsigned i=0,j=0; in is_cmp_handle_exists() local
212 for(j=0; j< OMX_COMP_MAX_INST; j++) in is_cmp_handle_exists()
214 if(inst == core[i].inst[j]) in is_cmp_handle_exists()
241 unsigned i=0,j=0; in get_comp_handle_index() local
247 for(j=0; j< OMX_COMP_MAX_INST; j++) in get_comp_handle_index()
249 if(NULL == core[i].inst[j]) in get_comp_handle_index()
[all …]
/hardware/qcom/display/msm8998/sdm/libs/core/fb/
Dhw_scale.cpp108 for (int j = 0; j < MAX_PLANES; j++) { in DumpScaleData() local
110 j, scale->init_phase_x[j], scale->phase_step_x[j], scale->init_phase_y[j], in DumpScaleData()
111 scale->phase_step_y[j], scale->num_ext_pxls_left[j], scale->num_ext_pxls_top[j], in DumpScaleData()
112 scale->num_ext_pxls_right[j], scale->num_ext_pxls_btm[j]); in DumpScaleData()
114 scale->left_ftch[j], scale->top_ftch[j], scale->right_ftch[j], scale->btm_ftch[j], in DumpScaleData()
115 scale->left_rpt[j], scale->top_rpt[j], scale->right_rpt[j], scale->btm_rpt[j], in DumpScaleData()
116 scale->roi_w[j]); in DumpScaleData()
277 for (int j = 0; j < MAX_PLANES; j++) { in DumpScaleData() local
279 j, scale->init_phase_x[j], scale->init_phase_y[j], scale->phase_step_x[j], in DumpScaleData()
280 scale->phase_step_y[j]); in DumpScaleData()
[all …]
/hardware/qcom/display/msm8996/sdm/libs/core/fb/
Dhw_scale.cpp108 for (int j = 0; j < MAX_PLANES; j++) { in DumpScaleData() local
110 j, scale->init_phase_x[j], scale->phase_step_x[j], scale->init_phase_y[j], in DumpScaleData()
111 scale->phase_step_y[j], scale->num_ext_pxls_left[j], scale->num_ext_pxls_top[j], in DumpScaleData()
112 scale->num_ext_pxls_right[j], scale->num_ext_pxls_btm[j]); in DumpScaleData()
114 scale->left_ftch[j], scale->top_ftch[j], scale->right_ftch[j], scale->btm_ftch[j], in DumpScaleData()
115 scale->left_rpt[j], scale->top_rpt[j], scale->right_rpt[j], scale->btm_rpt[j], in DumpScaleData()
116 scale->roi_w[j]); in DumpScaleData()
280 for (int j = 0; j < MAX_PLANES; j++) { in DumpScaleData() local
282 j, scale->init_phase_x[j], scale->init_phase_y[j], scale->phase_step_x[j], in DumpScaleData()
283 scale->phase_step_y[j]); in DumpScaleData()
[all …]
/hardware/qcom/sdm845/display/sdm/libs/core/fb/
Dhw_scale.cpp108 for (int j = 0; j < MAX_PLANES; j++) { in DumpScaleData() local
110 j, scale->init_phase_x[j], scale->phase_step_x[j], scale->init_phase_y[j], in DumpScaleData()
111 scale->phase_step_y[j], scale->num_ext_pxls_left[j], scale->num_ext_pxls_top[j], in DumpScaleData()
112 scale->num_ext_pxls_right[j], scale->num_ext_pxls_btm[j]); in DumpScaleData()
114 scale->left_ftch[j], scale->top_ftch[j], scale->right_ftch[j], scale->btm_ftch[j], in DumpScaleData()
115 scale->left_rpt[j], scale->top_rpt[j], scale->right_rpt[j], scale->btm_rpt[j], in DumpScaleData()
116 scale->roi_w[j]); in DumpScaleData()
277 for (int j = 0; j < MAX_PLANES; j++) { in DumpScaleData() local
279 j, scale->init_phase_x[j], scale->init_phase_y[j], scale->phase_step_x[j], in DumpScaleData()
280 scale->phase_step_y[j]); in DumpScaleData()
[all …]
/hardware/qcom/sm8150/display/sdm/libs/core/fb/
Dhw_scale.cpp108 for (int j = 0; j < MAX_PLANES; j++) { in DumpScaleData() local
110 j, scale->init_phase_x[j], scale->phase_step_x[j], scale->init_phase_y[j], in DumpScaleData()
111 scale->phase_step_y[j], scale->num_ext_pxls_left[j], scale->num_ext_pxls_top[j], in DumpScaleData()
112 scale->num_ext_pxls_right[j], scale->num_ext_pxls_btm[j]); in DumpScaleData()
114 scale->left_ftch[j], scale->top_ftch[j], scale->right_ftch[j], scale->btm_ftch[j], in DumpScaleData()
115 scale->left_rpt[j], scale->top_rpt[j], scale->right_rpt[j], scale->btm_rpt[j], in DumpScaleData()
116 scale->roi_w[j]); in DumpScaleData()
277 for (int j = 0; j < MAX_PLANES; j++) { in DumpScaleData() local
279 j, scale->init_phase_x[j], scale->init_phase_y[j], scale->phase_step_x[j], in DumpScaleData()
280 scale->phase_step_y[j]); in DumpScaleData()
[all …]
/hardware/qcom/display/msm8909/sdm/libs/core/fb/
Dhw_scale.cpp108 for (int j = 0; j < MAX_PLANES; j++) { in DumpScaleData() local
110 j, scale->init_phase_x[j], scale->phase_step_x[j], scale->init_phase_y[j], in DumpScaleData()
111 scale->phase_step_y[j], scale->num_ext_pxls_left[j], scale->num_ext_pxls_top[j], in DumpScaleData()
112 scale->num_ext_pxls_right[j], scale->num_ext_pxls_btm[j]); in DumpScaleData()
114 scale->left_ftch[j], scale->top_ftch[j], scale->right_ftch[j], scale->btm_ftch[j], in DumpScaleData()
115 scale->left_rpt[j], scale->top_rpt[j], scale->right_rpt[j], scale->btm_rpt[j], in DumpScaleData()
116 scale->roi_w[j]); in DumpScaleData()
277 for (int j = 0; j < MAX_PLANES; j++) { in DumpScaleData() local
279 j, scale->init_phase_x[j], scale->init_phase_y[j], scale->phase_step_x[j], in DumpScaleData()
280 scale->phase_step_y[j]); in DumpScaleData()
[all …]
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/fb/
Dhw_scale.cpp108 for (int j = 0; j < MAX_PLANES; j++) { in DumpScaleData() local
110 j, scale->init_phase_x[j], scale->phase_step_x[j], scale->init_phase_y[j], in DumpScaleData()
111 scale->phase_step_y[j], scale->num_ext_pxls_left[j], scale->num_ext_pxls_top[j], in DumpScaleData()
112 scale->num_ext_pxls_right[j], scale->num_ext_pxls_btm[j]); in DumpScaleData()
114 scale->left_ftch[j], scale->top_ftch[j], scale->right_ftch[j], scale->btm_ftch[j], in DumpScaleData()
115 scale->left_rpt[j], scale->top_rpt[j], scale->right_rpt[j], scale->btm_rpt[j], in DumpScaleData()
116 scale->roi_w[j]); in DumpScaleData()
277 for (int j = 0; j < MAX_PLANES; j++) { in DumpScaleData() local
279 j, scale->init_phase_x[j], scale->init_phase_y[j], scale->phase_step_x[j], in DumpScaleData()
280 scale->phase_step_y[j]); in DumpScaleData()
[all …]
/hardware/qcom/sdm845/gps/sdm845/utils/
Dloc_cfg.cpp533 unsigned int j=0; in loc_read_process_conf() local
774 for(j=0; j<proc_list_length; j++) { in loc_read_process_conf()
776 child_proc[j].proc_status = DISABLED; in loc_read_process_conf()
777 memset(child_proc[j].group_list, 0, sizeof(child_proc[j].group_list)); in loc_read_process_conf()
803 child_proc[j].proc_status = DISABLED_FROM_CONF; in loc_read_process_conf()
817 strlcpy(child_proc[j].name[0], conf.proc_name, sizeof (child_proc[j].name[0])); in loc_read_process_conf()
819 child_proc[j].num_groups = 0; in loc_read_process_conf()
825 child_proc[j].group_list[i] = pwd->pw_gid; in loc_read_process_conf()
826 child_proc[j].num_groups++; in loc_read_process_conf()
829 pwd->pw_gid,child_proc[j].group_list[i]); in loc_read_process_conf()
[all …]
/hardware/qcom/sm7250/media/mm-core/src/common/
Dqc_omx_core.c201 unsigned i = 0,j=0; in clear_cmp_handle() local
208 for(j=0; j< OMX_COMP_MAX_INST; j++) in clear_cmp_handle()
210 if (inst == component[i].inst[j]) in clear_cmp_handle()
212 component[i].inst[j] = NULL; in clear_cmp_handle()
235 unsigned i=0,j=0; in is_cmp_handle_exists() local
244 for(j=0; j< OMX_COMP_MAX_INST; j++) in is_cmp_handle_exists()
246 if (inst == component[i].inst[j]) in is_cmp_handle_exists()
273 unsigned i=0,j=0; in get_comp_handle_index() local
279 for(j=0; j< OMX_COMP_MAX_INST; j++) in get_comp_handle_index()
281 if (NULL == component[i].inst[j]) in get_comp_handle_index()
[all …]
/hardware/qcom/sm8150/media/mm-core/src/common/
Dqc_omx_core.c214 unsigned i = 0,j=0; in clear_cmp_handle() local
221 for(j=0; j< OMX_COMP_MAX_INST; j++) in clear_cmp_handle()
223 if (inst == component[i].inst[j]) in clear_cmp_handle()
225 component[i].inst[j] = NULL; in clear_cmp_handle()
248 unsigned i=0,j=0; in is_cmp_handle_exists() local
257 for(j=0; j< OMX_COMP_MAX_INST; j++) in is_cmp_handle_exists()
259 if (inst == component[i].inst[j]) in is_cmp_handle_exists()
286 unsigned i=0,j=0; in get_comp_handle_index() local
292 for(j=0; j< OMX_COMP_MAX_INST; j++) in get_comp_handle_index()
294 if (NULL == component[i].inst[j]) in get_comp_handle_index()
[all …]
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_unit_test.c78 int i, j; in mm_app_tc_start_stop_preview() local
91 for (j = 0; j < MM_QCAMERA_APP_UTEST_INNER_LOOP; j++) { in mm_app_tc_start_stop_preview()
126 int i, j; in mm_app_tc_start_stop_zsl() local
139 for (j = 0; j < 1; j++) { in mm_app_tc_start_stop_zsl()
174 int i, j; in mm_app_tc_start_stop_video_preview() local
189 for (j = 0; j < MM_QCAMERA_APP_UTEST_INNER_LOOP; j++) { in mm_app_tc_start_stop_video_preview()
224 int i, j; in mm_app_tc_start_stop_video_record() local
249 for (j = 0; j < MM_QCAMERA_APP_UTEST_INNER_LOOP; j++) { in mm_app_tc_start_stop_video_record()
301 int i, j; in mm_app_tc_start_stop_live_snapshot() local
337 for (j = 0; j < MM_QCAMERA_APP_UTEST_INNER_LOOP; j++) { in mm_app_tc_start_stop_live_snapshot()
[all …]
/hardware/qcom/display/msm8084/libqdutils/
Dqd_utils.cpp40 int j = 0; in getHDMINode() local
42 for(j = 0; j < HWC_NUM_DISPLAY_TYPES; j++) { in getHDMINode()
44 "/sys/class/graphics/fb%d/msm_fb_type", j); in getHDMINode()
50 ALOGD("%s: HDMI is at fb%d", __func__, j); in getHDMINode()
56 ALOGE("%s: Failed to open fb node %d", __func__, j); in getHDMINode()
60 if (j < HWC_NUM_DISPLAY_TYPES) in getHDMINode()
61 return j; in getHDMINode()
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
Dml_sysfs_helper.c117 int i, j, result, find_flag; in parsing_proc_input() local
145 j = 0; in parsing_proc_input()
148 while(j < CHIP_NUM){ in parsing_proc_input()
149 if(!memcmp(&line[i], chip_name[j], strlen(chip_name[j]))){ in parsing_proc_input()
151 chip_ind = j; in parsing_proc_input()
153 j++; in parsing_proc_input()
168 j = 0; in parsing_proc_input()
170 tmp[j] = line[i]; in parsing_proc_input()
171 i ++; j++; in parsing_proc_input()
196 j = 0; in parsing_proc_input()
[all …]
/hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
Dml_sysfs_helper.c125 int i, j, result, find_flag; in parsing_proc_input() local
153 j = 0; in parsing_proc_input()
156 while(j < CHIP_NUM){ in parsing_proc_input()
157 if(!memcmp(&line[i], chip_name[j], strlen(chip_name[j]))){ in parsing_proc_input()
159 chip_ind = j; in parsing_proc_input()
161 j++; in parsing_proc_input()
176 j = 0; in parsing_proc_input()
178 tmp[j] = line[i]; in parsing_proc_input()
179 i ++; j++; in parsing_proc_input()
204 j = 0; in parsing_proc_input()
[all …]
/hardware/qcom/sm8150p/gps/utils/
Dloc_cfg.cpp560 unsigned int j=0; in loc_read_process_conf() local
754 for(j=0; j<proc_list_length; j++) { in loc_read_process_conf()
756 child_proc[j].proc_status = DISABLED; in loc_read_process_conf()
757 memset(child_proc[j].group_list, 0, sizeof(child_proc[j].group_list)); in loc_read_process_conf()
783 child_proc[j].proc_status = DISABLED_VIA_VENDOR_ENHANCED_CHECK; in loc_read_process_conf()
790 child_proc[j].proc_status = DISABLED_FROM_CONF; in loc_read_process_conf()
804 strlcpy(child_proc[j].name[0], conf.proc_name, sizeof (child_proc[j].name[0])); in loc_read_process_conf()
806 child_proc[j].num_groups = 0; in loc_read_process_conf()
811 child_proc[j].group_list[child_proc[j].num_groups] = grp->gr_gid; in loc_read_process_conf()
812 child_proc[j].num_groups++; in loc_read_process_conf()
[all …]
/hardware/qcom/sm7250/gps/utils/
Dloc_cfg.cpp580 unsigned int j=0; in loc_read_process_conf() local
790 for(j=0; j<proc_list_length; j++) { in loc_read_process_conf()
792 child_proc[j].proc_status = DISABLED; in loc_read_process_conf()
793 memset(child_proc[j].group_list, 0, sizeof(child_proc[j].group_list)); in loc_read_process_conf()
820 child_proc[j].proc_status = DISABLED_VIA_VENDOR_ENHANCED_CHECK; in loc_read_process_conf()
827 child_proc[j].proc_status = DISABLED_FROM_CONF; in loc_read_process_conf()
841 strlcpy(child_proc[j].name[0], conf.proc_name, sizeof (child_proc[j].name[0])); in loc_read_process_conf()
843 child_proc[j].num_groups = 0; in loc_read_process_conf()
848 child_proc[j].group_list[child_proc[j].num_groups] = grp->gr_gid; in loc_read_process_conf()
849 child_proc[j].num_groups++; in loc_read_process_conf()
[all …]

12345678910>>...13