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

/macosx-10.5.8/xnu-1228.15.4/bsd/isofs/cd9660/
H A Dcd9660_vnops.c218 header.entries[0].offset = offsetof(apple_double_header_t, finfo);
223 header.finfo.fdType = ip->i_FileType;
224 header.finfo.fdCreator = ip->i_Creator;
225 header.finfo.fdFlags = ip->i_FinderFlags;
226 header.finfo.fdLocation.v = -1;
227 header.finfo.fdLocation.h = -1;
228 header.finfo.fdReserved = 0;
824 header.entries[0].offset = offsetof(apple_double_header_t, finfo);
829 header.finfo.fdType = ip->i_FileType;
830 header.finfo
[all...]
H A Diso.h459 struct finder_info finfo; member in struct:apple_double_header
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_xattr.c1155 apple_double_entry_t entries[2]; /* 'finfo' & 'rsrc' always exist */
1156 u_int8_t finfo[FINDERINFOSIZE]; /* Must start with Finder Info (32 bytes) */ member in struct:apple_double_header
1526 char finfo[FINDERINFOSIZE]; local
1545 * NOTE: this copies the Finder Info data into the "finfo" local.
1555 error = uiomove(finfo, datalen, uio);
1559 bcmp(finfo, emptyfinfo, FINDERINFOSIZE) == 0) {
1596 if (options != 0 && bcmp(finfo, emptyfinfo, FINDERINFOSIZE) == 0) {
1618 bcopy(finfo, attrdata, datalen);
2612 ainfop->finderinfo->offset == offsetof(apple_double_header_t, finfo)) {
2736 xah->appledouble.entries[0].offset = SWAP32 (offsetof(apple_double_header_t, finfo));
[all...]
H A Dvfs_fsevents.c2114 const fse_info *finfo, *dest_finfo; local
2129 finfo = (const fse_info *)ptr;
2148 err = add_fsevent(type, ctx, FSE_ARG_STRING, path_len, path, FSE_ARG_FINFO, finfo, FSE_ARG_DONE);
2156 // if we're here we have to slurp up the destination finfo
2177 FSE_ARG_STRING, path_len, path, FSE_ARG_FINFO, finfo,
H A Dvfs_syscalls.c2599 fse_info finfo; local
2728 if (get_fse_info(vp, &finfo, ctx) == 0) {
2732 FSE_ARG_FINFO, &finfo,
2936 fse_info finfo; local
2994 get_fse_info(vp, &finfo, ctx);
3042 get_fse_info(vp, &finfo, ctx);
3046 FSE_ARG_FINFO, &finfo,
5445 fse_info finfo; local
5452 get_fse_info(vp, &finfo, ctx);
5511 FSE_ARG_FINFO, &finfo,
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_serv.c2427 fse_info finfo; local
2432 get_fse_info(vp, &finfo, ctx);
2446 FSE_ARG_FINFO, &finfo,
3201 fse_info finfo; local
3211 if (get_fse_info(vp, &finfo, ctx) == 0)
3214 FSE_ARG_FINFO, &finfo,
3791 fse_info finfo; local
3796 get_fse_info(vp, &finfo, ctx);
3811 FSE_ARG_FINFO, &finfo,
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dproc_info.c122 void fill_fileinfo(struct fileproc * fp, int closeonexec, struct proc_fileinfo * finfo);

Completed in 88 milliseconds