Home
last modified time | relevance | path

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

/openbmc/linux/net/ceph/
H A Dauth.c510 const int *allowed_modes, int mode_cnt) in ceph_auth_handle_bad_method() argument
521 if (!contains(allowed_modes, mode_cnt, ac->preferred_mode) && in ceph_auth_handle_bad_method()
523 !contains(allowed_modes, mode_cnt, ac->fallback_mode))) { in ceph_auth_handle_bad_method()
616 const int *allowed_modes, int mode_cnt) in ceph_auth_handle_bad_authorizer() argument
628 if (!contains(allowed_modes, mode_cnt, ac->preferred_mode) && in ceph_auth_handle_bad_authorizer()
630 !contains(allowed_modes, mode_cnt, ac->fallback_mode))) { in ceph_auth_handle_bad_authorizer()
H A Dmon_client.c1416 const int *allowed_modes, int mode_cnt) in mon_handle_auth_bad_method() argument
1426 allowed_modes, mode_cnt); in mon_handle_auth_bad_method()
H A Dmessenger_v2.c2292 int allowed_protos[8], allowed_modes[8]; in process_auth_bad_method() local
2320 if (allowed_mode_cnt > ARRAY_SIZE(allowed_modes)) { in process_auth_bad_method()
2325 ceph_decode_32_safe(&p, end, allowed_modes[i], bad); in process_auth_bad_method()
2327 i, allowed_modes[i]); in process_auth_bad_method()
2334 allowed_modes, in process_auth_bad_method()
H A Dosd_client.c5705 const int *allowed_modes, int mode_cnt) in osd_handle_auth_bad_method() argument
5714 allowed_modes, mode_cnt)) { in osd_handle_auth_bad_method()
/openbmc/linux/include/linux/ceph/
H A Dauth.h171 const int *allowed_modes, int mode_cnt);
188 const int *allowed_modes, int mode_cnt);
H A Dmessenger.h73 const int *allowed_modes, int mode_cnt);
/openbmc/linux/drivers/leds/flash/
H A Dleds-max77693.c99 u8 allowed_modes; member
199 new_mode_flags &= led->allowed_modes; in max77693_add_mode()
236 led->allowed_modes |= (MODE_FLASH(fled_id) | in max77693_add_allowed_modes()
239 led->allowed_modes |= MODE_TORCH(fled_id); in max77693_add_allowed_modes()
256 led->allowed_modes &= ~MODE_FLASH_MASK; in max77693_distribute_currents()
258 led->allowed_modes &= ~MODE_TORCH_MASK; in max77693_distribute_currents()
961 led->allowed_modes = MODE_FLASH_MASK; in max77693_led_probe()
/openbmc/linux/fs/ceph/
H A Dmds_client.c5900 const int *allowed_modes, int mode_cnt) in mds_handle_auth_bad_method() argument
5909 allowed_modes, mode_cnt)) { in mds_handle_auth_bad_method()