Searched refs:atalk_getref (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/netat/
H A Dat_pcb.h127 int atalk_getref(struct fileproc *, int , gref_t ** , struct proc *, int);
H A Dsys_dep.c311 int atalk_getref(fp, fd, grefp, proc, droponerr) function
H A Datp_write.c1395 if ((*err = atalk_getref(0, fd, &gref, proc, 1)) != 0)
1625 if ((*err = atalk_getref(0, fd, &gref, proc, 1)) != 0)
1753 if ((*err = atalk_getref(0, fd, &gref, proc, 1)) != 0)
1823 if ((*err = atalk_getref(0, fd, &gref, proc, 1)) != 0)
H A Dddp.save283 int atalk_getref(fp, fd, grefp, proc) /* AIX version */
602 if ((err = atalk_getref(fp, 0, &gref, 0)) != 0)
H A Dsys_glue.c239 if ((*err = atalk_getref(0, fd, &gref, proc, 1)) == 0) {
271 if ((*err = atalk_getref(0, fd, &gref, proc, 1)) == 0) {
619 kprintf("_ATioctl: atalk_getref err = %d\n", err);

Completed in 23 milliseconds