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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_attrlist.c62 struct cat_attr * cap, struct vfs_context *ctx);
537 struct cat_attr * cap,
571 *((fsobj_type_t *)attrbufptr) = IFTOVT(cap->ca_mode);
611 ((struct user64_timespec *)attrbufptr)->tv_sec = cap->ca_itime;
616 ((struct user32_timespec *)attrbufptr)->tv_sec = cap->ca_itime;
623 ((struct user64_timespec *)attrbufptr)->tv_sec = cap->ca_mtime;
628 ((struct user32_timespec *)attrbufptr)->tv_sec = cap->ca_mtime;
635 ((struct user64_timespec *)attrbufptr)->tv_sec = cap->ca_ctime;
640 ((struct user32_timespec *)attrbufptr)->tv_sec = cap->ca_ctime;
647 ((struct user64_timespec *)attrbufptr)->tv_sec = cap
532 packcommonattr( struct attrblock *abp, struct hfsmount *hfsmp, struct vnode *vp, struct cat_desc * cdp, struct cat_attr * cap, struct vfs_context * ctx) argument
[all...]
H A Dhfs_vfsops.c6566 * We cap the size at 512 MB, unless the allocation block
7402 vol_capabilities_attr_t *cap; local
7404 cap = &fsap->f_capabilities;
7407 cap->capabilities[VOL_CAPABILITIES_FORMAT] =
7414 cap->capabilities[VOL_CAPABILITIES_FORMAT] =
7433 cap->capabilities[VOL_CAPABILITIES_INTERFACES] =
7449 cap->capabilities[VOL_CAPABILITIES_RESERVED1] = 0;
7450 cap->capabilities[VOL_CAPABILITIES_RESERVED2] = 0;
7452 cap->valid[VOL_CAPABILITIES_FORMAT] =
7473 cap
[all...]
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dfasttrap_isa.c786 int i, x, cap = MIN(argc, probe->ftp_nargs); local
789 for (i = 0; i < cap; i++) {
809 int i, x, cap = MIN(argc, probe->ftp_nargs); local
812 for (i = 0; i < cap; i++) {

Completed in 38 milliseconds