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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_attrlist.c61 struct cat_attr * cap, struct proc *p);
517 struct cat_attr * cap,
551 *((fsobj_type_t *)attrbufptr) = IFTOVT(cap->ca_mode);
591 ((struct user_timespec *)attrbufptr)->tv_sec = cap->ca_itime;
596 ((struct timespec *)attrbufptr)->tv_sec = cap->ca_itime;
603 ((struct user_timespec *)attrbufptr)->tv_sec = cap->ca_mtime;
608 ((struct timespec *)attrbufptr)->tv_sec = cap->ca_mtime;
615 ((struct user_timespec *)attrbufptr)->tv_sec = cap->ca_ctime;
620 ((struct timespec *)attrbufptr)->tv_sec = cap->ca_ctime;
627 ((struct user_timespec *)attrbufptr)->tv_sec = cap
512 packcommonattr( struct attrblock *abp, struct hfsmount *hfsmp, struct vnode *vp, struct cat_desc * cdp, struct cat_attr * cap, struct proc *p) argument
[all...]
H A Dhfs_vfsops.c4877 vol_capabilities_attr_t *cap; local
4879 cap = &fsap->f_capabilities;
4882 cap->capabilities[VOL_CAPABILITIES_FORMAT] =
4889 cap->capabilities[VOL_CAPABILITIES_FORMAT] =
4903 cap->capabilities[VOL_CAPABILITIES_INTERFACES] =
4919 cap->capabilities[VOL_CAPABILITIES_RESERVED1] = 0;
4920 cap->capabilities[VOL_CAPABILITIES_RESERVED2] = 0;
4922 cap->valid[VOL_CAPABILITIES_FORMAT] =
4938 cap->valid[VOL_CAPABILITIES_INTERFACES] =
4956 cap
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Dfasttrap_isa.c381 int i, x, cap = MIN(argc, probe->ftp_nargs); local
384 for (i = 0; i < cap; i++) {
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/i386/
H A Dfasttrap_isa.c765 int i, x, cap = MIN(argc, probe->ftp_nargs); local
768 for (i = 0; i < cap; i++) {
788 int i, x, cap = MIN(argc, probe->ftp_nargs); local
791 for (i = 0; i < cap; i++) {

Completed in 26 milliseconds