Home
last modified time | relevance | path

Searched refs:s_transfunc (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/sun4u/starfire/io/
H A Didn_proto.c4506 sp->s_transfunc = transfunc; in idn_sync_enter()
4593 sp->s_transfunc) { in idn_sync_exit()
4601 delok = (*sp->s_transfunc)(sp->s_domid, in idn_sync_exit()
4702 if ((sp->s_domid != domid) && sp->s_transfunc) { in idn_sync_register()
4708 delok = (*sp->s_transfunc)(sp->s_domid, in idn_sync_register()
/titanic_41/usr/src/uts/sun4u/starfire/sys/
H A Didn.h809 int (*s_transfunc)(int domid, void *arg); member