Searched refs:fndrinfo (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_link.c906 struct FndrDirInfo * fndrinfo; local
964 fndrinfo = (struct FndrDirInfo *)&priv_attrp->ca_finderinfo;
965 fndrinfo->frLocation.v = SWAP_BE16(16384);
966 fndrinfo->frLocation.h = SWAP_BE16(16384);
967 fndrinfo->frFlags = SWAP_BE16(kIsInvisible + kNameLocked);
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_attrlist.c577 setattrlist_setfinderinfo(vnode_t vp, char *fndrinfo, struct vfs_context *ctx) argument
586 uio_addiov(auio, CAST_USER_ADDR_T(fndrinfo), 32);
2092 char *user_buf, *cursor, *bufend, *fndrinfo, *cp, *volname; local
2098 fndrinfo = NULL;
2222 fndrinfo = cursor;
2326 if (fndrinfo != NULL) {
2352 if ((fndrinfo != NULL) && !(al.volattr & ATTR_VOL_INFO) &&
2354 if ((error = setattrlist_setfinderinfo(vp, fndrinfo, ctx)) != 0) {
2357 fndrinfo = NULL; /* it was set here so skip setting below */
2371 if (fndrinfo !
[all...]

Completed in 33 milliseconds