Searched refs:asp (Results 1 - 9 of 9) sorted by relevance

/darwin-on-arm/xnu/bsd/netat/
H A DMakefile28 appletalk.h atp.h asp.h aurp.h \
H A Datp_misc.c55 #include <netat/asp.h>
H A Datp_open.c58 #include <netat/asp.h>
H A Datp_read.c58 #include <netat/asp.h>
H A Dsys_glue.c68 #include <netat/asp.h>
H A Datp_write.c59 #include <netat/asp.h>
H A Dddp_lap.c84 #include <netat/asp.h>
1114 dPrintf(D_M_ASP, D_L_TRACE, ("asp pid=%d\n", scb->pid));
1126 ("asp pid=%d\n", scb->pid));
H A Dasp_proto.c58 #include <netat/asp.h>
136 * if no asp structure available, return failure
251 * free the asp session control block
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_attrlist.c325 * Given the attributes listed in asp and those supported
326 * in the vsp, fixup the asp attributes to reflect any
330 getvolattrlist_fixupattrs(attribute_set_t *asp, struct vfs_attr *vsp) argument
334 if (asp->commonattr) {
337 if ((tab->attr & asp->commonattr) &&
340 asp->commonattr &= ~tab->attr;
344 if (asp->volattr) {
347 if ((tab->attr & asp->volattr) &&
350 asp->volattr &= ~tab->attr;
515 * Given the attributes listed in asp an
520 getattrlist_fixupattrs(attribute_set_t *asp, struct vnode_attr *vap) argument
[all...]

Completed in 108 milliseconds