Searched refs:_ATioctl (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/netat/
H A Dsys_dep.c74 int _ATioctl(struct fileproc *, u_long, caddr_t, vfs_context_t);
274 {_ATread, _ATwrite, _ATioctl, _ATselect, _ATclose, _ATkqfilter, 0};
H A Dddp.save261 extern int _ATrw(), _ATioctl(), _ATselect(), _ATclose(), _ATstat();
262 static struct fileops fileops = {_ATrw, _ATioctl, _ATselect, _ATclose, _ATstat};
H A Dsys_glue.c74 int _ATioctl(struct fileproc *, u_long, caddr_t, vfs_context_t);
444 /* Most of the processing from _ATioctl, so that it can be called
606 int _ATioctl( function
619 kprintf("_ATioctl: atalk_getref err = %d\n", err);

Completed in 51 milliseconds