Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libtnfctl/
H A Dprobes_ext.c48 tnfctl_probe_op_t func_p; member
115 tnfctl_probe_apply(tnfctl_handle_t *hndl, tnfctl_probe_op_t func_p, in tnfctl_probe_apply() argument
121 pr_args.func_p = func_p; in tnfctl_probe_apply()
129 ulong_t *probe_ids, tnfctl_probe_op_t func_p, in tnfctl_probe_apply_ids() argument
160 prexstat = func_p(hndl, probe->probe_handle, calldata); in tnfctl_probe_apply_ids()
455 prexstat = (*(args->func_p))(hndl, probe->probe_handle, args->calldata); in apply_func()
H A Dwlcmd57 add pr_func_args::func_p target warlock_dummy
H A Dprobes.c317 _tnfctl_traverse_probe_func_t func_p, void *calldata_p) in _tnfctl_probes_traverse() argument
329 prexstat = (*func_p) (hndl, &(obj->probes[j]), in _tnfctl_probes_traverse()
H A Dtnfctl_int.h243 _tnfctl_traverse_probe_func_t func_p, void *calldata_p);
/titanic_44/usr/src/cmd/nscd/
H A Dnscd_switch.c446 char *lib, char *name, void **func_p) in get_lib_func() argument
451 if (func_p != NULL && *handle != NULL && *func != NULL) { in get_lib_func()
452 *func_p = *func; in get_lib_func()
459 if (func_p == NULL) { in get_lib_func()
470 *func_p = *func; in get_lib_func()
492 *func_p = sym; in get_lib_func()
501 get_libc_nss_search(void **func_p) in get_libc_nss_search() argument
508 "libc.so", "nss_search", func_p)); in get_libc_nss_search()
512 get_gss_func(void **func_p) in get_gss_func() argument
519 "libgss.so", "gss_inquire_cred", func_p)); in get_gss_func()
[all …]
H A Dnscd_selfcred.c1147 void **func_p) in get_ldap_funcs() argument
1177 (void) memcpy(func_p, &sym, sizeof (void *)); in get_ldap_funcs()