Searched refs:finfo (Results 1 - 10 of 10) sorted by relevance

/xnu-2422.115.4/bsd/hfs/
H A Dhfs_cnode.c1618 u_int8_t *finfo = NULL; local
1621 finfo = (u_int8_t*)attrp->ca_finderinfo;
1622 finfo = finfo + 16;
1631 struct FndrExtendedFileInfo *extinfo = (struct FndrExtendedFileInfo *)finfo;
1636 struct FndrExtendedDirInfo *extinfo = (struct FndrExtendedDirInfo *)finfo;
1646 u_int8_t *finfo = NULL; local
1656 finfo = (u_int8_t*)cp->c_finderinfo;
1657 finfo = finfo
1687 u_int8_t *finfo = NULL; local
1710 u_int8_t *finfo = NULL; local
1749 u_int8_t *finfo = NULL; local
[all...]
H A Dhfs_xattr.c237 u_int8_t *finfo = finderinfo; local
239 /* Advance finfo by 16 bytes to the 2nd half of the finderinfo */
240 finfo = finfo + 16;
243 struct FndrExtendedFileInfo *extinfo = (struct FndrExtendedFileInfo *)finfo;
248 struct FndrExtendedDirInfo *extinfo = (struct FndrExtendedDirInfo *)finfo;
726 u_int8_t *finfo = NULL; local
803 finfo = &finderinfo[16];
806 struct FndrExtendedFileInfo *extinfo = (struct FndrExtendedFileInfo *)finfo;
811 struct FndrExtendedDirInfo *extinfo = (struct FndrExtendedDirInfo *)finfo;
1389 u_int8_t *finfo = NULL; local
[all...]
H A Dhfs_attrlist.c670 u_int8_t *finfo = NULL; local
672 finfo = (u_int8_t*)attrbufptr;
684 finfo = finfo + 16;
688 struct FndrExtendedFileInfo *extinfo = (struct FndrExtendedFileInfo *)finfo;
694 struct FndrExtendedDirInfo *extinfo = (struct FndrExtendedDirInfo *)finfo;
H A Dhfs_vnops.c6683 u_int8_t *finfo = NULL; local
6687 finfo = ((uint8_t *)finderinfo) + 16;
6690 struct FndrExtendedFileInfo *extinfo = (struct FndrExtendedFileInfo *)finfo;
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_xattr.c1358 apple_double_entry_t entries[2]; /* 'finfo' & 'rsrc' always exist */
1359 u_int8_t finfo[FINDERINFOSIZE]; /* Must start with Finder Info (32 bytes) */ member in struct:apple_double_header
1727 char finfo[FINDERINFOSIZE]; local
1746 * NOTE: this copies the Finder Info data into the "finfo" local.
1756 error = uiomove(finfo, datalen, uio);
1760 bcmp(finfo, emptyfinfo, FINDERINFOSIZE) == 0) {
1797 if (options != 0 && bcmp(finfo, emptyfinfo, FINDERINFOSIZE) == 0) {
1819 bcopy(finfo, attrdata, datalen);
2852 ainfop->finderinfo->offset == offsetof(apple_double_header_t, finfo)) {
2976 xah->appledouble.entries[0].offset = SWAP32 (offsetof(apple_double_header_t, finfo));
[all...]
H A Dvfs_fsevents.c1983 const fse_info *finfo, *dest_finfo; local
1998 finfo = (const fse_info *)ptr;
2017 err = add_fsevent(type, ctx, FSE_ARG_STRING, path_len, path, FSE_ARG_FINFO, finfo, FSE_ARG_DONE);
2025 // if we're here we have to slurp up the destination finfo
2054 FSE_ARG_STRING, path_len, path, FSE_ARG_FINFO, finfo,
2059 FSE_ARG_STRING, path_len, path, FSE_ARG_FINFO, finfo,
H A Dvfs_syscalls.c3654 fse_info finfo; local
3786 if (get_fse_info(vp, &finfo, ctx) == 0) {
3788 finfo.mode |= FSE_TRUNCATED_PATH;
3794 FSE_ARG_FINFO, &finfo,
4012 fse_info finfo; local
4079 get_fse_info(vp, &finfo, ctx);
4154 get_fse_info(vp, &finfo, ctx);
4156 vnode_get_fse_info_from_vap(vp, &finfo, vap);
4159 finfo.mode |= FSE_TRUNCATED_PATH;
4163 FSE_ARG_FINFO, &finfo,
6768 fse_info finfo; local
[all...]
/xnu-2422.115.4/bsd/nfs/
H A Dnfs_serv.c2444 fse_info finfo; local
2449 get_fse_info(vp, &finfo, ctx);
2463 FSE_ARG_FINFO, &finfo,
3204 fse_info finfo; local
3211 if (get_fse_info(vp, &finfo, ctx) == 0) {
3213 finfo.mode |= FSE_TRUNCATED_PATH;
3217 FSE_ARG_FINFO, &finfo,
3793 fse_info finfo; local
3798 get_fse_info(vp, &finfo, ctx);
3813 FSE_ARG_FINFO, &finfo,
[all...]
H A Dnfs4_vnops.c7755 uint8_t finfo[FINDERINFOSIZE]; local
7789 if (uio_resid(uio) != sizeof(finfo))
7791 error = uiomove((char*)&finfo, sizeof(finfo), uio);
7796 for (i=0, finfop=(uint32_t*)&finfo; i < (int)(sizeof(finfo)/sizeof(uint32_t)); i++)
7846 * For FinderInfo, we've already copied the data to finfo, so do I/O from there.
7855 uio_addiov(auio, (uintptr_t)&finfo, sizeof(finfo));
/xnu-2422.115.4/bsd/kern/
H A Dproc_info.c138 void fill_fileinfo(struct fileproc * fp, int closeonexec, struct proc_fileinfo * finfo);

Completed in 89 milliseconds