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

/darwin-on-arm/xnu/bsd/netat/
H A Datp_open.c156 if (atp_state_data == NULL) {
159 if (atp_state_data == NULL) {
161 atp_state_data = (struct atp_state*) temp;
163 atp_state_data[i].atp_trans_waiting = atp_free_list;
164 atp_free_list = &atp_state_data[i];
H A Datp.h429 struct atp_state* atp_state_data=NULL; variable in typeref:struct:atp_state
437 extern struct atp_state* atp_state_data;

Completed in 66 milliseconds