Searched refs:callback_info (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
H A D | changepw.c | 207 struct sendto_callback_info callback_info; in krb5_change_set_password() local 237 callback_info.context = (void*) &callback_ctx; in krb5_change_set_password() 238 callback_info.pfn_callback = kpasswd_sendto_msg_callback; in krb5_change_set_password() 239 callback_info.pfn_cleanup = kpasswd_sendto_msg_cleanup; in krb5_change_set_password() 244 &callback_info, in krb5_change_set_password()
|
H A D | sendto_kdc.c | 731 struct sendto_callback_info* callback_info, in start_connection() argument 797 if (callback_info) { in start_connection() 799 e = callback_info->pfn_callback(state, in start_connection() 800 callback_info->context, in start_connection() 875 struct sendto_callback_info* callback_info, in maybe_send() argument 886 return start_connection(conn, selstate, callback_info, callback_buffer); in maybe_send() 1274 struct sendto_callback_info* callback_info, krb5_data *reply, in krb5int_sendto() argument 1296 dprint("krb5int_sendto(callback=%p, addrlist=", callback_info); in krb5int_sendto() 1311 if (callback_info) { in krb5int_sendto() 1360 callback_info, in krb5int_sendto() [all …]
|
/titanic_50/usr/src/uts/sun4u/daktari/sys/ |
H A D | hpc3130_dak.h | 142 hpc3130_callback_arg_t callback_info; member
|
/titanic_50/usr/src/uts/sun4u/daktari/io/ |
H A D | hpc3130_dak.c | 671 offset = ste->callback_info.offset; in hpc3130_ioctl() 930 ste->callback_info.handle = (caddr_t)hpc3130_p->hpc3130_hdl; in hpc3130_do_attach() 932 ste->callback_info.offset = hpc3130_atoi(reg_offset); in hpc3130_do_attach() 934 ste->callback_info.statep = (caddr_t)hpc3130_p; in hpc3130_do_attach() 968 if (ste->callback_info.handle != NULL) { in hpc3130_do_attach() 973 (caddr_t)&ste->callback_info, 0); in hpc3130_do_attach()
|
/titanic_50/usr/src/uts/common/gssapi/mechs/krb5/include/ |
H A D | k5-int.h | 702 const struct addrlist *addrs, struct sendto_callback_info* callback_info,
|