Searched refs:tr_tmo_func (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Datp_write.c1012 if (trp->tr_tmo_func)
1015 trp->tr_tmo_func = func;
1062 if (trp->tr_tmo_func == 0)
1076 trp->tr_tmo_func = 0;
1093 atp_tmo_func tr_tmo_func; local
1100 if ((tr_tmo_func = trp->tr_tmo_func) != 0) {
1101 trp->tr_tmo_func = 0;
1102 (*tr_tmo_func)(trp);
H A Datp_misc.c158 if (trp->tr_tmo_func)
H A Datp.h332 atp_tmo_func tr_tmo_func; member in struct:atp_trans

Completed in 29 milliseconds