| /freebsd/contrib/pkgconf/libpkgconf/ |
| H A D | client.c | 35 trace_path_list(const pkgconf_client_t *client, const char *desc, pkgconf_list_t *list) in trace_path_list() 61 pkgconf_client_dir_list_build(pkgconf_client_t *client, const pkgconf_cross_personality_t *personal… in pkgconf_client_dir_list_build() 101 pkgconf_client_init(pkgconf_client_t *client, pkgconf_error_handler_func_t error_handler, void *err… in pkgconf_client_init() 181 unref_preload_list(pkgconf_client_t *client) in unref_preload_list() 203 pkgconf_client_deinit(pkgconf_client_t *client) in pkgconf_client_deinit() 237 pkgconf_client_free(pkgconf_client_t *client) in pkgconf_client_free() 255 pkgconf_client_get_sysroot_dir(const pkgconf_client_t *client) in pkgconf_client_get_sysroot_dir() 275 pkgconf_client_set_sysroot_dir(pkgconf_client_t *client, const char *sysroot_dir) in pkgconf_client_set_sysroot_dir() 299 pkgconf_client_get_buildroot_dir(const pkgconf_client_t *client) in pkgconf_client_get_buildroot_dir() 319 pkgconf_client_set_buildroot_dir(pkgconf_client_t *client, const char *buildroot_dir) in pkgconf_client_set_buildroot_dir() [all …]
|
| H A D | queue.c | 66 pkgconf_queue_compile(pkgconf_client_t *client, pkgconf_pkg_t *world, pkgconf_list_t *list) in pkgconf_queue_compile() 106 pkgconf_queue_mark_public(pkgconf_client_t *client, pkgconf_pkg_t *pkg, void *data) in pkgconf_queue_mark_public() 133 pkgconf_queue_collect_dependencies_walk(pkgconf_client_t *client, in pkgconf_queue_collect_dependencies_walk() 175 pkgconf_queue_collect_dependencies_main(pkgconf_client_t *client, in pkgconf_queue_collect_dependencies_main() 214 pkgconf_queue_collect_dependencies(pkgconf_client_t *client, in pkgconf_queue_collect_dependencies() 224 pkgconf_queue_verify(pkgconf_client_t *client, pkgconf_pkg_t *world, pkgconf_list_t *list, int maxd… in pkgconf_queue_verify() 288 pkgconf_solution_free(pkgconf_client_t *client, pkgconf_pkg_t *world) in pkgconf_solution_free() 314 pkgconf_queue_solve(pkgconf_client_t *client, pkgconf_list_t *list, pkgconf_pkg_t *world, int maxde… in pkgconf_queue_solve() 348 pkgconf_queue_apply(pkgconf_client_t *client, pkgconf_list_t *list, pkgconf_queue_apply_func_t func… in pkgconf_queue_apply() 389 pkgconf_queue_validate(pkgconf_client_t *client, pkgconf_list_t *list, int maxdepth) in pkgconf_queue_validate()
|
| H A D | tuple.c | 46 pkgconf_tuple_add_global(pkgconf_client_t *client, const char *key, const char *value) in pkgconf_tuple_add_global() 52 lookup_global_tuple(const pkgconf_client_t *client, const char *key) in lookup_global_tuple() 80 pkgconf_tuple_find_global(const pkgconf_client_t *client, const char *key) in pkgconf_tuple_find_global() 102 pkgconf_tuple_free_global(pkgconf_client_t *client) in pkgconf_tuple_free_global() 119 pkgconf_tuple_define_global(pkgconf_client_t *client, const char *kv) in pkgconf_tuple_define_global() 182 find_sysroot(const pkgconf_client_t *client, pkgconf_list_t *vars) in find_sysroot() 194 should_rewrite_sysroot(const pkgconf_client_t *client, pkgconf_list_t *vars, const char *buf, unsig… in should_rewrite_sysroot() 236 pkgconf_tuple_add(const pkgconf_client_t *client, pkgconf_list_t *list, const char *key, const char… in pkgconf_tuple_add() 274 pkgconf_tuple_find(const pkgconf_client_t *client, pkgconf_list_t *list, const char *key) in pkgconf_tuple_find() 312 pkgconf_tuple_parse(const pkgconf_client_t *client, pkgconf_list_t *vars, const char *value, unsign… in pkgconf_tuple_parse()
|
| H A D | cache.c | 59 cache_dump(const pkgconf_client_t *client) in cache_dump() 89 pkgconf_cache_lookup(pkgconf_client_t *client, const char *id) in pkgconf_cache_lookup() 123 pkgconf_cache_add(pkgconf_client_t *client, pkgconf_pkg_t *pkg) in pkgconf_cache_add() 156 pkgconf_cache_remove(pkgconf_client_t *client, pkgconf_pkg_t *pkg) in pkgconf_cache_remove() 218 pkgconf_cache_free(pkgconf_client_t *client) in pkgconf_cache_free()
|
| H A D | pkg.c | 156 pkgconf_pkg_parser_tuple_func(pkgconf_client_t *client, pkgconf_pkg_t *pkg, const char *keyword, co… in pkgconf_pkg_parser_tuple_func() 166 pkgconf_pkg_parser_version_func(pkgconf_client_t *client, pkgconf_pkg_t *pkg, const char *keyword, … in pkgconf_pkg_parser_version_func() 191 pkgconf_pkg_parser_fragment_func(pkgconf_client_t *client, pkgconf_pkg_t *pkg, const char *keyword,… in pkgconf_pkg_parser_fragment_func() 212 pkgconf_pkg_parser_dependency_func(pkgconf_client_t *client, pkgconf_pkg_t *pkg, const char *keywor… in pkgconf_pkg_parser_dependency_func() 223 pkgconf_pkg_parser_internal_dependency_func(pkgconf_client_t *client, pkgconf_pkg_t *pkg, const cha… in pkgconf_pkg_parser_internal_dependency_func() 234 pkgconf_pkg_parser_private_dependency_func(pkgconf_client_t *client, pkgconf_pkg_t *pkg, const char… in pkgconf_pkg_parser_private_dependency_func() 461 pkgconf_pkg_validate(const pkgconf_client_t *client, const pkgconf_pkg_t *pkg) in pkgconf_pkg_validate() 553 pkgconf_pkg_new_from_path(pkgconf_client_t *client, const char *filename, unsigned int flags) in pkgconf_pkg_new_from_path() 668 pkgconf_pkg_free(pkgconf_client_t *client, pkgconf_pkg_t *pkg) in pkgconf_pkg_free() 699 pkgconf_pkg_ref(pkgconf_client_t *client, pkgconf_pkg_t *pkg) in pkgconf_pkg_ref() [all …]
|
| H A D | audit.c | 44 pkgconf_audit_set_log(pkgconf_client_t *client, FILE *auditf) in pkgconf_audit_set_log() 61 pkgconf_audit_log(pkgconf_client_t *client, const char *format, ...) in pkgconf_audit_log() 86 pkgconf_audit_log_dependency(pkgconf_client_t *client, const pkgconf_pkg_t *dep, const pkgconf_depe… in pkgconf_audit_log_dependency()
|
| H A D | dependency.c | 76 add_or_replace_dependency_node(pkgconf_client_t *client, pkgconf_dependency_t *dep, pkgconf_list_t … in add_or_replace_dependency_node() 129 pkgconf_dependency_addraw(pkgconf_client_t *client, pkgconf_list_t *list, const char *package, size… in pkgconf_dependency_addraw() 167 pkgconf_dependency_add(pkgconf_client_t *client, pkgconf_list_t *list, const char *package, const c… in pkgconf_dependency_add() 229 pkgconf_dependency_ref(pkgconf_client_t *client, pkgconf_dependency_t *dep) in pkgconf_dependency_ref() 251 pkgconf_dependency_unref(pkgconf_client_t *client, pkgconf_dependency_t *dep) in pkgconf_dependency_unref() 305 pkgconf_dependency_parse_str(pkgconf_client_t *client, pkgconf_list_t *deplist_head, const char *de… in pkgconf_dependency_parse_str() 464 pkgconf_dependency_parse(pkgconf_client_t *client, pkgconf_pkg_t *pkg, pkgconf_list_t *deplist, con… in pkgconf_dependency_parse() 484 pkgconf_dependency_copy(pkgconf_client_t *client, const pkgconf_dependency_t *dep) in pkgconf_dependency_copy()
|
| /freebsd/crypto/krb5/src/plugins/kadm5_auth/test/ |
| H A D | main.c | 58 krb5_const_principal client, krb5_const_principal target) in welcomer_getprinc() 66 krb5_const_principal client, krb5_const_principal target, in welcomer_addprinc() 78 krb5_const_principal client, krb5_const_principal target, in bouncer_addprinc() 88 krb5_const_principal client, krb5_const_principal target, in welcomer_modprinc() 99 krb5_const_principal client, krb5_const_principal target, in bouncer_modprinc() 109 krb5_const_principal client, krb5_const_principal target, in welcomer_setstr() 118 krb5_const_principal client, krb5_const_principal target, in bouncer_setstr() 128 krb5_const_principal client, krb5_const_principal target) in welcomer_delprinc() 140 krb5_const_principal client, krb5_const_principal target) in bouncer_delprinc() 159 krb5_const_principal client, krb5_const_principal src, in welcomer_renprinc() [all …]
|
| /freebsd/crypto/heimdal/appl/gssmask/ |
| H A D | gssmaestro.c | 43 struct client { struct 60 static struct client **clients; argument 64 init_sec_context(struct client *client, in init_sec_context() 85 accept_sec_context(struct client *client, in accept_sec_context() 106 acquire_cred(struct client *client, in acquire_cred() 123 toast_resource(struct client *client, in toast_resource() 134 goodbye(struct client *client) in goodbye() 141 get_targetname(struct client *client, in get_targetname() 150 encrypt_token(struct client *client, int32_t hContext, int32_t flags, in encrypt_token() 165 decrypt_token(struct client *client, int32_t hContext, int flags, in decrypt_token() [all …]
|
| /freebsd/sys/dev/evdev/ |
| H A D | cdev.c | 62 #define debugf(client, fmt, args...) printf("evdev cdev: "fmt"\n", ##args) argument 64 #define debugf(client, fmt, args...) argument 106 struct evdev_client *client; in evdev_open() local 155 struct evdev_client *client = (struct evdev_client *)data; in evdev_dtor() local 175 struct evdev_client *client; in evdev_read() local 257 struct evdev_client *client; in evdev_write() local 309 struct evdev_client *client; in evdev_poll() local 339 struct evdev_client *client; in evdev_kqfilter() local 365 struct evdev_client *client; in evdev_kqread() local 386 struct evdev_client *client; in evdev_kqdetach() local [all …]
|
| /freebsd/crypto/heimdal/kcm/ |
| H A D | protocol.c | 43 kcm_is_same_session(kcm_client *client, uid_t uid, pid_t session) in kcm_is_same_session() 55 kcm_client *client, in kcm_op_noop() 74 kcm_client *client, in kcm_op_get_name() 117 kcm_client *client, in kcm_op_gen_new() 148 kcm_client *client, in kcm_op_initialize() 214 kcm_client *client, in kcm_op_destroy() 247 kcm_client *client, in kcm_op_store() 305 kcm_client *client, in kcm_op_retrieve() 396 kcm_client *client, in kcm_op_get_principal() 439 kcm_client *client, in kcm_op_get_cred_uuid_list() [all …]
|
| H A D | acl.c | 39 kcm_client *client, in kcm_access() 148 kcm_client *client, in kcm_chmod() 175 kcm_client *client, in kcm_chown()
|
| H A D | client.c | 40 kcm_client *client, in kcm_ccache_resolve_client() 65 kcm_client *client, in kcm_ccache_destroy_client() 89 kcm_client *client, in kcm_ccache_new_client()
|
| /freebsd/crypto/krb5/src/kadmin/server/ |
| H A D | auth_acl.c | 65 krb5_principal client; member 262 parse_entry(krb5_context context, const char *client, const char *ops, in parse_entry() 329 char *client, *client_end, *ops, *ops_end, *target, *target_end, *rs, *end; in parse_line() local 497 find_entry(struct acl_state *state, krb5_const_principal client, in find_entry() 526 acl_check(kadm5_auth_moddata data, uint32_t op, krb5_const_principal client, in acl_check() 578 krb5_const_principal client, krb5_const_principal target, in acl_addprinc() 587 krb5_const_principal client, krb5_const_principal target, in acl_modprinc() 596 krb5_const_principal client, krb5_const_principal target, in acl_setstr() 604 krb5_const_principal client, krb5_const_principal target) in acl_cpw() 611 krb5_const_principal client, krb5_const_principal target) in acl_chrand() [all …]
|
| /freebsd/contrib/pkgconf/cli/ |
| H A D | main.c | 93 error_handler(const char *msg, const pkgconf_client_t *client, void *data) in error_handler() 128 filter_cflags(const pkgconf_client_t *client, const pkgconf_fragment_t *frag, void *data) in filter_cflags() 149 filter_libs(const pkgconf_client_t *client, const pkgconf_fragment_t *frag, void *data) in filter_libs() 239 apply_provides(pkgconf_client_t *client, pkgconf_pkg_t *world, void *unused, int maxdepth) in apply_provides() 259 print_digraph_node(pkgconf_client_t *client, pkgconf_pkg_t *pkg, void *data) in print_digraph_node() 302 apply_digraph(pkgconf_client_t *client, pkgconf_pkg_t *world, void *data, int maxdepth) in apply_digraph() 333 print_solution_node(pkgconf_client_t *client, pkgconf_pkg_t *pkg, void *unused) in print_solution_node() 342 apply_print_solution(pkgconf_client_t *client, pkgconf_pkg_t *world, void *unused, int maxdepth) in apply_print_solution() 353 apply_modversion(pkgconf_client_t *client, pkgconf_pkg_t *world, void *data, int maxdepth) in apply_modversion() 393 apply_variables(pkgconf_client_t *client, pkgconf_pkg_t *world, void *unused, int maxdepth) in apply_variables() [all …]
|
| /freebsd/lib/libc/rpc/ |
| H A D | auth_none.c | 106 authnone_marshal(AUTH *client, XDR *xdrs) in authnone_marshal() 127 authnone_verf(AUTH *client) in authnone_verf() 133 authnone_validate(AUTH *client, struct opaque_auth *opaque) in authnone_validate() 141 authnone_refresh(AUTH *client, void *dummy) in authnone_refresh() 149 authnone_destroy(AUTH *client) in authnone_destroy()
|
| /freebsd/sys/rpc/ |
| H A D | auth_none.c | 109 authnone_marshal(AUTH *client, uint32_t xid, XDR *xdrs, struct mbuf *args) in authnone_marshal() 124 authnone_verf(AUTH *client) in authnone_verf() 130 authnone_validate(AUTH *client, uint32_t xid, struct opaque_auth *opaque, in authnone_validate() 139 authnone_refresh(AUTH *client, void *dummy) in authnone_refresh() 147 authnone_destroy(AUTH *client) in authnone_destroy()
|
| /freebsd/usr.sbin/ypserv/common/ |
| H A D | yplib_host.c | 68 static CLIENT *client; in yp_bind_host() local 116 static CLIENT *client; in yp_bind_local() local 138 yp_match_host(CLIENT *client, char *indomain, char *inmap, const char *inkey, in yp_match_host() 176 yp_first_host(CLIENT *client, char *indomain, char *inmap, char **outkey, in yp_first_host() 215 yp_next_host(CLIENT *client, char *indomain, char *inmap, char *inkey, in yp_next_host() 256 yp_all_host(CLIENT *client, char *indomain, char *inmap, in yp_all_host() 281 yp_order_host(CLIENT *client, char *indomain, char *inmap, u_int32_t *outorder) in yp_order_host() 308 yp_master_host(CLIENT *client, char *indomain, char *inmap, char **outname) in yp_master_host() 335 yp_maplist_host(CLIENT *client, char *indomain, struct ypmaplist **outmaplist) in yp_maplist_host()
|
| /freebsd/sys/rpc/rpcsec_tls/ |
| H A D | auth_tls.c | 118 authtls_marshal(AUTH *client, uint32_t xid, XDR *xdrs, struct mbuf *args) in authtls_marshal() 133 authtls_verf(AUTH *client) in authtls_verf() 139 authtls_validate(AUTH *client, uint32_t xid, struct opaque_auth *opaque, in authtls_validate() 155 authtls_refresh(AUTH *client, void *dummy) in authtls_refresh() 163 authtls_destroy(AUTH *client) in authtls_destroy()
|
| /freebsd/sys/rpc/rpcsec_gss/ |
| H A D | svc_rpcsec_gss.c | 494 struct svc_rpc_gss_client *client; in rpc_gss_getcred() local 519 struct svc_rpc_gss_client *client; in rpc_gss_svc_getcred() local 552 struct svc_rpc_gss_client *client = cc->cc_client; in rpc_gss_svc_max_data_length() local 594 struct svc_rpc_gss_client *client; in svc_rpc_gss_find_client() local 631 struct svc_rpc_gss_client *client; in svc_rpc_gss_create_client() local 672 svc_rpc_gss_destroy_client(struct svc_rpc_gss_client *client) in svc_rpc_gss_destroy_client() 701 svc_rpc_gss_release_client(struct svc_rpc_gss_client *client) in svc_rpc_gss_release_client() 714 svc_rpc_gss_forget_client_locked(struct svc_rpc_gss_client *client) in svc_rpc_gss_forget_client_locked() 730 svc_rpc_gss_forget_client(struct svc_rpc_gss_client *client) in svc_rpc_gss_forget_client() 757 struct svc_rpc_gss_client *client; in svc_rpc_gss_timeout_clients() local [all …]
|
| /freebsd/contrib/libarchive/libarchive/test/ |
| H A D | test_archive_read_open2.c | 29 open_cb(struct archive * a,void * client) open_cb() argument 36 read_cb(struct archive * a,void * client,const void ** buff) read_cb() argument 44 skip_cb(struct archive * a,void * client,int64_t request) skip_cb() argument 52 close_cb(struct archive * a,void * client) close_cb() argument
|
| /freebsd/crypto/krb5/src/plugins/preauth/securid_sam2/ |
| H A D | grail.c | 51 get_grail_key(krb5_context context, krb5_db_entry *client, in get_grail_key() 76 decrypt_track_data(krb5_context context, krb5_db_entry *client, in decrypt_track_data() 112 encrypt_track_data(krb5_context context, krb5_db_entry *client, in encrypt_track_data() 155 get_grail_edata(krb5_context context, krb5_db_entry *client, in get_grail_edata() 198 verify_grail_data(krb5_context context, krb5_db_entry *client, in verify_grail_data()
|
| /freebsd/lib/librpcsec_gss/ |
| H A D | svc_rpcsec_gss.c | 320 struct svc_rpc_gss_client *client; in rpc_gss_getcred() local 338 struct svc_rpc_gss_client *client = req->rq_clntcred; in rpc_gss_svc_max_data_length() local 380 struct svc_rpc_gss_client *client; in svc_rpc_gss_find_client() local 406 struct svc_rpc_gss_client *client; in svc_rpc_gss_create_client() local 431 svc_rpc_gss_destroy_client(struct svc_rpc_gss_client *client) in svc_rpc_gss_destroy_client() 463 struct svc_rpc_gss_client *client; in svc_rpc_gss_timeout_clients() local 561 svc_rpc_gss_build_ucred(struct svc_rpc_gss_client *client, in svc_rpc_gss_build_ucred() 591 svc_rpc_gss_accept_sec_context(struct svc_rpc_gss_client *client, in svc_rpc_gss_accept_sec_context() 747 svc_rpc_gss_validate(struct svc_rpc_gss_client *client, struct rpc_msg *msg, in svc_rpc_gss_validate() 803 svc_rpc_gss_nextverf(struct svc_rpc_gss_client *client, in svc_rpc_gss_nextverf() [all …]
|
| /freebsd/sys/ofed/drivers/infiniband/core/ |
| H A D | sa.h | 42 static inline void ib_sa_client_get(struct ib_sa_client *client) in ib_sa_client_get() 47 static inline void ib_sa_client_put(struct ib_sa_client *client) in ib_sa_client_put()
|
| /freebsd/crypto/heimdal/lib/ipc/ |
| H A D | server.c | 448 struct client { struct 449 int fd; 450 heim_ipc_callback callback; 451 void *userctx; 452 int flags; 482 static struct client **clients = NULL; argument
|