Searched refs:atp_state (Results 1 - 9 of 9) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Datp.h313 struct atp_state *tr_queue; /* state data structure */
353 struct atp_state *rc_queue; /* state data structure */
382 struct atp_state { struct
391 struct atp_state *atp_trans_waiting; /* list of atps waiting for a
395 struct atp_state *atp_rcb_waiting;
406 * atp_state flag definitions
426 struct atp_state *atp_free_list = NULL; /* free atp states */
429 struct atp_state* atp_state_data=NULL;
435 extern struct atp_state *atp_free_list; /* free atp states */
437 extern struct atp_state* atp_state_dat
[all...]
H A Datp_open.c72 struct atp_state *atp_used_list;
134 register struct atp_state *atp;
157 if (kmem_alloc(kernel_map, &temp, sizeof(struct atp_state) * NATP_STATE) != KERN_SUCCESS)
160 bzero((caddr_t)temp, sizeof(struct atp_state) * NATP_STATE);
161 atp_state_data = (struct atp_state*) temp;
167 kmem_free(kernel_map, temp, sizeof(struct atp_state) * NATP_STATE);
226 register struct atp_state *atp;
232 atp = (struct atp_state *)gref->info;
234 atp = (struct atp_state *)atp->atp_msgq;
H A Datp_misc.c72 struct atp_state *atp;
146 register struct atp_state *atp;
200 struct atp_state *atp;
239 register struct atp_state *atp;
282 struct atp_state *atp;
299 struct atp_state *atp;
324 register struct atp_state *atp;
H A Datp_read.c76 register struct atp_state *atp;
79 atp = (struct atp_state *)gref->info;
81 atp = (struct atp_state *)atp->atp_msgq;
107 register struct atp_state *atp;
112 atp = (struct atp_state *)gref->info;
114 atp = (struct atp_state *)atp->atp_msgq;
473 struct atp_state *atp;
484 AT_DDP_HDR(m)->src_socket = ((struct atp_state *)
506 struct atp_state *atp;
H A Datp_alloc.c65 struct atp_state *atp;
119 struct atp_state *atp;
142 register struct atp_state *atp;
H A Datp_write.c67 static int atp_unpack_bdsp(struct atp_state *, gbuf_t *, struct atp_rcb *,
73 extern struct atp_state *atp_used_list;
138 struct atp_state *atp;
143 atp = (struct atp_state *)gref->info;
145 atp = (struct atp_state *)atp->atp_msgq;
437 register struct atp_state *atp;
657 struct atp_state *atp;
835 struct atp_state *atp;
837 atp = (struct atp_state *)gref->info;
839 atp = (struct atp_state *)at
[all...]
H A Dasp.h180 atp_state_t *atp_state; /* atp state info, must be the third entry */ member in struct:asp_scb
H A Dasp_proto.c194 if (scb->atp_state) {
213 new_scb->atp_state->atp_gref = new_scb->gref;
214 new_scb->atp_state->pid = new_scb->pid;
430 scb->atp_state = (atp_state_t *)gref->info;
431 scb->atp_state->pid = scb->pid;
438 scb->atp_state = (atp_state_t *)0;
446 scb->atp_state->dflag = scb->dflag;
461 scb->atp_state = (atp_state_t *)gref->info;
462 scb->atp_state->pid = scb->pid;
467 scb->atp_state
[all...]
H A Dddp_lap.c130 extern struct atp_state *atp_used_list;
1094 struct atp_state *atp, *atp_next;
1145 atp = (struct atp_state *)gref->info;

Completed in 19 milliseconds