/freebsd/crypto/krb5/src/util/profile/ |
H A D | prof_init.c | 22 profile_t profile; in init_module() local 169 profile_t profile; in profile_init_flags() local 246 copy_vtable_profile(profile_t profile, profile_t *ret_new_profile) in copy_vtable_profile() 371 profile_is_writable(profile_t profile, int *writable) in profile_is_writable() 394 profile_is_modified(profile_t profile, int *modified) in profile_is_modified() 417 profile_flush(profile_t profile) in profile_flush() 435 profile_flush_to_file(profile_t profile, const_profile_filespec_t outfile) in profile_flush_to_file() 451 profile_flush_to_buffer(profile_t profile, char **buf) in profile_flush_to_buffer() 459 profile_free_buffer(profile_t profile, char *buf) in profile_free_buffer() 465 profile_abandon(profile_t profile) in profile_abandon() [all …]
|
H A D | prof_get.c | 133 get_values_vt(profile_t profile, const char *const *names, char ***ret_values) in get_values_vt() 156 profile_get_values(profile_t profile, const char *const *names, in profile_get_values() 200 get_value_vt(profile_t profile, const char *const *names, char **ret_value) in get_value_vt() 219 errcode_t profile_get_value(profile_t profile, const char **names, in profile_get_value() 252 profile_get_string(profile_t profile, const char *name, const char *subname, in profile_get_string() 309 profile_get_integer(profile_t profile, const char *name, const char *subname, in profile_get_integer() 372 profile_get_boolean(profile_t profile, const char *name, const char *subname, in profile_get_boolean() 405 profile_get_subsection_names(profile_t profile, const char **names, in profile_get_subsection_names() 443 profile_get_relation_names(profile_t profile, const char **names, in profile_get_relation_names() 478 profile_t profile; member [all …]
|
H A D | prof_set.c | 24 static errcode_t rw_setup(profile_t profile) in rw_setup() 82 profile_update_relation(profile_t profile, const char **names, in profile_update_relation() 140 profile_clear_relation(profile_t profile, const char **names) in profile_clear_relation() 192 profile_rename_section(profile_t profile, const char **names, in profile_rename_section() 249 profile_add_relation(profile_t profile, const char **names, in profile_add_relation()
|
H A D | test_profile.c | 22 static void do_batchmode(profile) in do_batchmode() argument 116 profile_t profile; local
|
H A D | test_vtable.c | 237 profile_t profile; in main() local
|
/freebsd/usr.sbin/bluetooth/sdpd/ |
H A D | profile.h | 65 struct profile struct 67 uint16_t uuid; /* profile uuid */ argument 68 uint16_t dsize; /* profile data size */ argument 69 profile_data_valid_p valid; /* profile data validator */ argument 73 typedef struct profile profile_t; argument
|
H A D | provider.h | 44 struct profile *profile; /* profile */ member
|
H A D | srr.c | 58 profile_t *profile = NULL; server_prepare_service_register_response() local
|
H A D | provider.c | 89 provider_register(profile_p const profile, bdaddr_p const bdaddr, int32_t fd, in provider_register()
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SymbolManager.h | 55 static void Profile(llvm::FoldingSetNodeID& profile, const TypedValueRegion* R) { in Profile() 60 void Profile(llvm::FoldingSetNodeID& profile) override { in Profile() 112 static void Profile(llvm::FoldingSetNodeID& profile, const Stmt *S, in Profile() 123 void Profile(llvm::FoldingSetNodeID& profile) override { in Profile() 159 static void Profile(llvm::FoldingSetNodeID& profile, SymbolRef parent, in Profile() 166 void Profile(llvm::FoldingSetNodeID& profile) override { in Profile() 197 static void Profile(llvm::FoldingSetNodeID& profile, const SubRegion *R) { in Profile() 202 void Profile(llvm::FoldingSetNodeID& profile) override { in Profile() 256 static void Profile(llvm::FoldingSetNodeID &profile, const MemRegion *R, in Profile() 268 void Profile(llvm::FoldingSetNodeID& profile) override { in Profile()
|
/freebsd/crypto/krb5/src/lib/krb5/os/ |
H A D | init_os_ctx.c | 415 k5_os_init_context(krb5_context ctx, profile_t profile, krb5_flags flags) in k5_os_init_context() 454 krb5_get_profile (krb5_context ctx, profile_t *profile) in krb5_get_profile() 463 profile_t profile; in krb5_set_config_files() local
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | SymbolManager.cpp | 168 llvm::FoldingSetNodeID profile; in getRegionValueSymbol() local 186 llvm::FoldingSetNodeID profile; in conjureSymbol() local 202 llvm::FoldingSetNodeID profile; in getDerivedSymbol() local 217 llvm::FoldingSetNodeID profile; in getExtentSymbol() local 234 llvm::FoldingSetNodeID profile; in getMetadataSymbol() local
|
/freebsd/crypto/krb5/src/plugins/preauth/pkinit/ |
H A D | pkinit_profile.c | 93 profile_t profile = NULL; in pkinit_kdcdefault_strings() local 225 profile_t profile; in pkinit_libdefault_strings() local
|
/freebsd/crypto/krb5/src/lib/krb5/krb/ |
H A D | libdef_parse.c | 70 profile_t profile; in krb5int_libdefault_string() local
|
H A D | appdefault.c | 41 profile_t profile; in appdefault_get() local
|
/freebsd/crypto/krb5/src/plugins/kdb/ldap/ldap_util/ |
H A D | kdb5_ldap_services.c | 47 get_conf_service_file(profile_t profile, const char *realm, char **path_out) in get_conf_service_file()
|
/freebsd/crypto/krb5/src/plugins/preauth/otp/ |
H A D | otp_state.c | 178 token_type_decode(profile_t profile, const char *name, token_type *out) in token_type_decode() 298 token_types_decode(profile_t profile, token_type **out) in token_types_decode() 568 profile_t profile; in otp_state_new() local
|
/freebsd/sys/dev/mlx4/mlx4_core/ |
H A D | mlx4_profile.c | 84 struct mlx4_resource *profile; in mlx4_make_profile() local
|
/freebsd/contrib/pam-krb5/portable/ |
H A D | krb5-profile.c | 59 profile_t profile; in appdefault_get() local
|
/freebsd/contrib/opencsd/decoder/include/common/ |
H A D | ocsd_code_follower.h | 134 inline void OcsdCodeFollower::setArchProfile(const ocsd_arch_profile_t profile) in setArchProfile()
|
/freebsd/tools/tools/crypto/ |
H A D | cryptotest.c | 449 …tests(struct alg *ealg, struct alg *alg, int count, int size, u_long cmd, int threads, int profile) in runtests() 546 int profile = 0; in main() local
|
/freebsd/sys/dev/mthca/ |
H A D | mthca_main.c | 293 struct mthca_profile profile; in mthca_init_tavor() local 578 struct mthca_profile profile; in mthca_init_arbel() local
|
H A D | mthca_profile.c | 79 struct mthca_resource *profile; in mthca_make_profile() local
|
/freebsd/crypto/krb5/src/windows/leashdll/ |
H A D | lshfunc.c | 944 profile_t profile; in Leash_get_default_lifetime() local 1096 profile_t profile; in Leash_get_default_renew_till() local 1248 profile_t profile; in Leash_get_default_forwardable() local 1354 profile_t profile; in Leash_get_default_renewable() local 1453 profile_t profile; in Leash_get_default_noaddresses() local 1572 profile_t profile; in Leash_get_default_proxiable() local
|
/freebsd/sys/dev/ice/ |
H A D | ice_sched.h | 86 struct ice_aqc_rl_profile_elem profile; member
|