Searched refs:gref_t (Results 1 - 25 of 28) sorted by relevance

12

/darwin-on-arm/xnu/bsd/netat/
H A Dat_pcb.h79 typedef struct atpcb gref_t; typedef in typeref:struct:atpcb
108 int (*writeable)(gref_t *gref);
109 int (*readable)(gref_t *gref);
127 int atalk_getref(struct fileproc *, int , gref_t ** , struct proc *, int);
128 int atalk_getref_locked(struct fileproc *, int , gref_t ** , struct proc *, int);
130 void atalk_notify(gref_t *, int);
131 void atalk_notify_sel(gref_t *);
133 int atalk_peek(gref_t *, unsigned char *);
135 void ddp_putmsg(gref_t *gref, gbuf_t *mp);
139 void atalk_putnext(gref_t *gre
[all...]
H A Dasp.h155 gref_t *atp_gref; /* gref must be the first entry */
178 gref_t *gref; /* read queue pointer, must be the first entry */
228 int ASPgetmsg(gref_t *, strbuf_t *, strbuf_t *, gbuf_t **, int *, int *);
229 int ASPputmsg(gref_t *, strbuf_t *, strbuf_t *, gbuf_t *, int , int *);
231 void asp_ack_reply(gref_t *, gbuf_t *);
232 void asp_nak_reply(gref_t *, gbuf_t *);
233 int asp_wput(gref_t *, gbuf_t *);
236 int asp_open(gref_t *);
237 int asp_close(gref_t *);
H A Dadsp_stream.c66 void adsp_rput(gref_t *, gbuf_t *);
67 static void adsp_iocack(gref_t *, gbuf_t *);
68 static void adsp_iocnak(gref_t *, gbuf_t *, int err);
87 gref_t *gref;
136 gref = (gref_t *)((ioc_t *)gbuf_rptr(mp))->ioc_private;
154 int adsp_readable(gref_t *);
157 gref_t *gref;
180 int adsp_writeable(gref_t *);
182 gref_t *gref;
225 gref_t *gre
[all...]
H A Dadsp_internal.h251 gref_t *gref; /* The queue associated with the CCB */
366 void adspioc_ack(int, gbuf_t *, gref_t *);
392 void SndMsgUp(gref_t *, gbuf_t *);
394 unsigned char adspAssignSocket(gref_t *gref, int);
395 int adspWriteHandler(gref_t *, gbuf_t *);
396 int adspReadHandler(gref_t *, gbuf_t *);
398 int adsp_wput(gref_t *gref, gbuf_t *m);
399 int adspRelease(gref_t *);
400 int adsp_close(gref_t *);
401 int adspAllocateCCB(gref_t *);
[all...]
H A Daurp_cfg.c66 gref_t *gref;
96 gref_t *gref;
H A Dsys_dep.c259 gref_t **grefp;
261 if ((*grefp = (gref_t *)fg->fg_data)) {
269 gref_t *gref;
314 gref_t **grefp;
329 gref_t **grefp;
339 *grefp = (gref_t *) 0;
343 *grefp = (gref_t *)fp->f_data;
344 if (fp->f_type != (DTYPE_ATALK+1) || *grefp == 0 || *grefp == (gref_t *)(-1)) {
H A Dsys_glue.c86 int gref_alloc(gref_t **);
90 int gref_close(gref_t *gref);
112 void gref_wput(gref_t *, gbuf_t *m);
115 gref_t *gref;
156 gref_t *gref;
237 gref_t *gref;
269 gref_t *gref;
290 gref_t *gref;
308 gref_t *gref;
447 int at_ioctl(gref_t *gre
[all...]
H A Datp.h383 gref_t *atp_gref; /* must be the first entry */
447 void atp_send_req(gref_t *, gbuf_t *);
448 void atp_drop_req(gref_t *, gbuf_t *);
449 void atp_send_rsp(gref_t *, gbuf_t *, int);
450 void atp_wput(gref_t *, gbuf_t *);
451 void atp_rput(gref_t *, gbuf_t *);
454 void atp_cancel_req(gref_t *, unsigned short);
455 int atp_open(gref_t *, int);
456 int atp_bind(gref_t *, unsigned int, unsigned char *);
457 int atp_close(gref_t *, in
[all...]
H A Datp_open.c71 gref_t *atp_inputQ[256];
77 register gref_t *gref;
82 if ((gref == 0) || (gref == (gref_t *)1)) {
92 gref = (gref_t *)((ioc_t *)gbuf_rptr(mp))->ioc_private;
131 gref_t *gref;
223 gref_t *gref;
243 atp_inputQ[socket] = (gref_t *)1;
H A Daurp_gdata.c62 gref_t *aurp_gref;
H A Dddp.h180 int ddp_close(gref_t *gref);
181 void ddp_putmsg(gref_t *gref, gbuf_t *mp);
182 void ddp_stop(gbuf_t *mioc, gref_t *gref);
H A Dat_var.h331 void ioc_ack(int, gbuf_t *, gref_t *);
336 int atalk_openref(gref_t *, int *, struct proc *);
339 int atalk_closeref(struct fileglob *, gref_t **);
351 int elap_wput(gref_t *gref, gbuf_t *m);
H A Daurp_misc.c64 gref_t *gref;
73 gref_t *gref;
H A Dadsp.c61 register gref_t *gref; /* READ queue */
82 register gref_t *gref; /* READ queue */
121 gref_t *gref; /* WRITE queue */
282 gref_t *gref;
H A Daurp.h177 extern gref_t *aurp_gref;
234 void AURPiocack(gref_t *gref, gbuf_t *m);
235 void AURPiocnak(gref_t *gref, gbuf_t *m, int error);
H A Dadsp_Read.c75 gref_t *gref;
158 gref = (gref_t *)pb->gref;
266 gref_t *gref = 0;
276 gref = (gref_t *)pb->gref;
H A Datp_write.c78 extern gref_t *atp_inputQ[];
133 register gref_t *gref;
190 *(gref_t **)gbuf_rptr(gbuf_cont(m)) = gref;
829 gref_t *gref;
854 (atp_inputQ[sVal] != (gref_t *)1)))) {
863 atp_inputQ[sVal] == (gref_t *)1)
964 gref_t *gref;
1111 gref_t *gref;
1218 gref_t *gref;
1222 gref = (gref_t *)((ioc_
[all...]
H A Dddp.save249 gref_t **grefp;
251 *grefp = (gref_t *)fp->f_data;
257 gref_t *gref;
286 gref_t **grefp;
291 *grefp = (gref_t *)0;
295 if ((*grefp = (gref_t *)fp->f_data) == 0)
599 gref_t *gref;
H A Dasp_proto.c79 StaticProc void asp_putnext(gref_t *, gbuf_t *);
80 StaticProc void asp_iocack(gref_t *, gbuf_t *);
81 StaticProc void asp_iocnak(gref_t *, gbuf_t *, int);
90 StaticProc int asp_send_req(gref_t *, gbuf_t *, at_inet_t *, at_retry_t *, asp_word_t *,
95 extern gref_t *atp_inputQ[];
107 int asp_readable(gref_t *);
111 gref_t *gref;
131 gref_t *gref;
173 gref_t *gref;
368 gref_t *gre
[all...]
H A Dadsp.h443 gref_t *gref;
700 extern int adspPacket(gref_t *gref, gbuf_t *mp);
702 int adsp_open(gref_t *);
H A Datp_read.c74 register gref_t *gref = (gref_t *)arg;
103 gref_t *gref;
H A Daurp_rx.c67 gref_t *gref;
H A Dddp_proto.c64 gref_t *gref;
H A Dadsp_Close.c127 register gref_t *gref;
171 gref_t *gref;
H A Datp_misc.c71 gref_t *gref;

Completed in 111 milliseconds

12