Home
last modified time | relevance | path

Searched refs:profile_name (Results 1 – 6 of 6) sorted by relevance

/dragonfly/crypto/libressl/ssl/
H A Dd1_srtp.c151 srtp_find_profile_by_name(const char *profile_name, in srtp_find_profile_by_name() argument
159 !strncmp(p->name, profile_name, len)) { in srtp_find_profile_by_name()
H A Dssl_locl.h1570 int srtp_find_profile_by_name(const char *profile_name,
/dragonfly/usr.bin/indent/
H A Dargs.c170 set_profile(const char *profile_name) in set_profile() argument
176 if (profile_name == NULL) in set_profile()
179 snprintf(fname, sizeof(fname), "%s", profile_name + 2); in set_profile()
H A Dindent.c106 const char *profile_name = NULL; in main() local
211 profile_name = argv[i]; /* non-empty -P (set profile) */ in main()
214 set_profile(profile_name); in main()
/dragonfly/sys/dev/drm/amd/powerplay/hwmgr/
H A Dsmu7_hwmgr.c4906 static const char *profile_name[6] = {"3D_FULL_SCREEN", in smu7_get_power_profile_mode() local
4934 i, profile_name[i], "*", in smu7_get_power_profile_mode()
4945 i, profile_name[i], smu7_profiling[i].sclk_up_hyst, in smu7_get_power_profile_mode()
4950 i, profile_name[i], "-", "-", "-"); in smu7_get_power_profile_mode()
H A Dvega10_hwmgr.c4650 static const char *profile_name[6] = {"3D_FULL_SCREEN", in vega10_get_power_profile_mode() local
4671 i, profile_name[i], (i == hwmgr->power_profile_mode) ? "*" : " ", in vega10_get_power_profile_mode()
4675 profile_name[i], (i == hwmgr->power_profile_mode) ? "*" : " ", in vega10_get_power_profile_mode()