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

/darwin-on-arm/xnu/bsd/netat/
H A Dsys_glue.c79 int _ATrw(struct fileproc *, enum uio_rw, struct uio *, vfs_context_t);
301 int _ATrw(fp, rw, uio, ctx) function
402 kprintf("_ATrw: UIO_WRITE: res=%d\n", res);
413 } /* _ATrw */
424 stat = _ATrw(fp, UIO_READ, uio, ctx);
438 stat = _ATrw(fp, UIO_WRITE, uio, ctx);
H A Dddp.save261 extern int _ATrw(), _ATioctl(), _ATselect(), _ATclose(), _ATstat();
262 static struct fileops fileops = {_ATrw, _ATioctl, _ATselect, _ATclose, _ATstat};

Completed in 20 milliseconds