Searched refs:DTYPE_ATALK (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/netat/
H A Dsys_dep.c288 * MacOSX, so defines DTYPE_ATALK as DTYPE_SOCKET...
290 fp->f_type = DTYPE_ATALK+1;
344 if (fp->f_type != (DTYPE_ATALK+1) || *grefp == 0 || *grefp == (gref_t *)(-1)) {
H A Dsysglue.h146 * DTYPE_ATALK
149 #define DTYPE_ATALK -1 macro
H A Dddp.save273 &fileops, 0, DTYPE_ATALK, &fd, crp)) != 0)
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_descrip.c3341 #define DTYPE_ATALK -1 /* XXX This does not belong here */ macro
3385 if (fp->f_type != (DTYPE_ATALK+1)) {

Completed in 19 milliseconds