HomeSort by: relevance | last modified time | path
    Searched defs:entry_id (Results 1 - 13 of 13) sorted by relevancy

  /src/bin/setfacl/
mask.c 54 int entry_id; local in function:set_acl_mask
90 entry_id = ACL_FIRST_ENTRY;
92 while (acl_get_entry(acl, entry_id, &entry) == 1) {
93 entry_id = ACL_NEXT_ENTRY;
remove.c 55 int carried_error, entry_id, acl_brand, prev_acl_brand; local in function:remove_acl
78 entry_id = ACL_FIRST_ENTRY;
79 while (acl_get_entry(acl, entry_id, &entry) == 1) {
80 entry_id = ACL_NEXT_ENTRY;
107 int carried_error, entry_id; local in function:remove_by_number
124 entry_id = ACL_FIRST_ENTRY;
126 while (acl_get_entry(acl_new, entry_id, &entry) == 1) {
127 entry_id = ACL_NEXT_ENTRY;
merge.c 103 int entry_id, entry_id_new, have_entry, had_entry, entry_number = 0; local in function:merge_acl
120 entry_id = ACL_FIRST_ENTRY;
122 while (acl_get_entry(acl, entry_id, &entry) == 1) {
123 entry_id = ACL_NEXT_ENTRY;
250 int entry_id, acl_brand, prev_acl_brand; local in function:add_acl
272 entry_id = ACL_FIRST_ENTRY;
274 while (acl_get_entry(acl, entry_id, &entry) == 1) {
275 entry_id = ACL_NEXT_ENTRY;
setfacl.c 145 int acl_brand, entry_id; local in function:clear_inheritance_flags
157 entry_id = ACL_FIRST_ENTRY;
158 while (acl_get_entry(nacl, entry_id, &acl_entry) == 1) {
159 entry_id = ACL_NEXT_ENTRY;
  /src/lib/libc/posix1e/
acl_strip.c 70 int entry_id, have_mask_entry; local in function:_posix1e_acl_strip_np
89 entry_id = ACL_FIRST_ENTRY;
90 while (acl_get_entry(acl_old, entry_id, &entry) == 1) {
91 entry_id = ACL_NEXT_ENTRY;
acl_to_text_nfs4.c 237 int error, entry_id = ACL_FIRST_ENTRY; local in function:_nfs4_acl_to_text_np
250 while (acl_get_entry(aclp, entry_id, &entry) == 1) {
251 entry_id = ACL_NEXT_ENTRY;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/stats/
stats.c 50 unsigned int entry_id; member in struct:stats_time_cache
77 unsigned int entry_id; member in struct:stats_event_cache
88 unsigned int entry_id; member in struct:core_stats
175 core_stats->entry_id = 0;
239 for (int i = 0; i < core_stats->entry_id; i++) {
241 i == events[event_index].entry_id) {
245 i == time[time_index].entry_id) {
298 core_stats->entry_id = 0;
328 events[index].entry_id = core_stats->entry_id;
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_smu_helper.c 468 uint8_t entry_id; local in function:phm_get_sclk_for_voltage_evv
476 for (entry_id = 0; entry_id < table_info->vdd_dep_on_sclk->count; entry_id++) {
477 voltage_id = table_info->vdd_dep_on_sclk->entries[entry_id].vddInd;
482 if (entry_id >= table_info->vdd_dep_on_sclk->count) {
487 *sclk = table_info->vdd_dep_on_sclk->entries[entry_id].clk;
amdgpu_ppatomctrl.c 1132 int entry_id; local in function:atomctrl_get_voltage_evv
1135 for (entry_id = 0; entry_id < hwmgr->dyn_state.vddc_dependency_on_sclk->count; entry_id++) {
1136 if (hwmgr->dyn_state.vddc_dependency_on_sclk->entries[entry_id].v == virtual_voltage_id) {
1142 if (entry_id >= hwmgr->dyn_state.vddc_dependency_on_sclk->count) {
1151 cpu_to_le32(hwmgr->dyn_state.vddc_dependency_on_sclk->entries[entry_id].clk);
amdgpu_vega10_hwmgr.c 526 uint8_t entry_id; local in function:vega10_get_socclk_for_voltage_evv
536 for (entry_id = 0; entry_id < table_info->vdd_dep_on_sclk->count; entry_id++) {
537 voltage_id = table_info->vdd_dep_on_socclk->entries[entry_id].vddInd;
542 PP_ASSERT_WITH_CODE(entry_id < table_info->vdd_dep_on_socclk->count,
546 *socclk = table_info->vdd_dep_on_socclk->entries[entry_id].clk;
668 uint8_t entry_id, voltage_id; local in function:vega10_patch_voltage_dependency_tables_with_lookup_table
688 for (entry_id = 0; entry_id < vdt->count; entry_id++)
    [all...]
amdgpu_smu7_hwmgr.c 1854 uint8_t entry_id; local in function:smu7_patch_voltage_dependency_tables_with_lookup_table
1868 for (entry_id = 0; entry_id < sclk_table->count; ++entry_id) {
1869 voltage_id = sclk_table->entries[entry_id].vddInd;
1870 sclk_table->entries[entry_id].vddgfx =
1874 for (entry_id = 0; entry_id < sclk_table->count; ++entry_id) {
1875 voltage_id = sclk_table->entries[entry_id].vddInd
1936 uint8_t entry_id; local in function:smu7_calc_voltage_dependency_tables
1978 uint8_t entry_id; local in function:smu7_calc_mm_voltage_dependency_table
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_atombios.c 1367 u32 entry_id; local in function:amdgpu_atombios_get_voltage_evv
1371 for (entry_id = 0; entry_id < count; entry_id++) {
1372 if (adev->pm.dpm.dyn_state.vddc_dependency_on_sclk.entries[entry_id].v ==
1377 if (entry_id >= count)
1384 cpu_to_le32(adev->pm.dpm.dyn_state.vddc_dependency_on_sclk.entries[entry_id].clk);
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_atombios.c 3310 u32 entry_id; local in function:radeon_atom_get_voltage_evv
3314 for (entry_id = 0; entry_id < count; entry_id++) {
3315 if (rdev->pm.dpm.dyn_state.vddc_dependency_on_sclk.entries[entry_id].v ==
3320 if (entry_id >= count)
3327 cpu_to_le32(rdev->pm.dpm.dyn_state.vddc_dependency_on_sclk.entries[entry_id].clk);

Completed in 25 milliseconds