Searched refs:atp_free_list (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Datp_open.c163 atp_state_data[i].atp_trans_waiting = atp_free_list;
164 atp_free_list = &atp_state_data[i];
175 if ((atp = atp_free_list) == NULL)
182 atp_free_list = atp->atp_trans_waiting;
268 atp->atp_trans_waiting = atp_free_list;
269 atp_free_list = atp;
H A Datp.h426 struct atp_state *atp_free_list = NULL; /* free atp states */ variable in typeref:struct:atp_state
435 extern struct atp_state *atp_free_list; /* free atp states */

Completed in 10 milliseconds