Searched refs:atp_trans (Results 1 - 6 of 6) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Datp.h285 struct atp_trans *head;
286 struct atp_trans *tail;
290 struct atp_trans *prev;
291 struct atp_trans *next;
308 struct atp_trans;
309 typedef void (*atp_tmo_func)(struct atp_trans *);
311 struct atp_trans { struct
333 struct atp_trans *tr_tmo_next;
334 struct atp_trans *tr_tmo_prev;
424 struct atp_trans *atp_trans_free_lis
[all...]
H A Datp_alloc.c64 struct atp_trans *atp_trans_alloc(atp)
69 register struct atp_trans *trp, *trp_array;
72 if ((m = gbuf_alloc_wait(TRPS_PER_BLK*sizeof(struct atp_trans),
74 return (struct atp_trans *)0;
75 bzero(gbuf_rptr(m), TRPS_PER_BLK*sizeof(struct atp_trans));
76 trp_array = (struct atp_trans *)gbuf_rptr(m);
78 trp_array[i].tr_list.next = (struct atp_trans *)&trp_array[i+1];
82 atp_trans_free_list = (struct atp_trans *)&trp_array[0];
104 register struct atp_trans *trp;
H A Datp_misc.c59 extern struct atp_trans *trp_tmo_rcb;
68 register struct atp_trans *trp;
73 struct atp_trans *ctrp;
144 register struct atp_trans *trp;
197 register struct atp_trans *trp;
262 void atp_rcb_timer(__unused struct atp_trans *junk)
327 register struct atp_trans *trp;
H A Datp_read.c63 static void atp_trans_complete(struct atp_trans *);
143 register struct atp_trans *trp;
464 atp_x_done((struct atp_trans *)trp);
471 register struct atp_trans *trp;
503 register struct atp_trans *trp;
H A Datp_write.c64 int asp_pack_bdsp(struct atp_trans *, gbuf_t **);
66 static int atp_pack_bdsp(struct atp_trans *, struct atpBDS *);
83 static struct atp_trans *trp_tmo_list;
84 struct atp_trans *trp_tmo_rcb;
139 struct atp_trans *trp;
401 register struct atp_trans *trp;
584 register struct atp_trans *trp;
925 register struct atp_trans *trp;
968 struct atp_trans *trp;
1006 struct atp_trans *tr
[all...]
H A Datp_open.c227 register struct atp_trans *trp;

Completed in 84 milliseconds