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

/xnu-2422.115.4/bsd/vfs/
H A Dvfs_attrlist.c724 setattrlist_setfinderinfo(vnode_t vp, char *fndrinfo, struct vfs_context *ctx) argument
733 uio_addiov(auio, CAST_USER_ADDR_T(fndrinfo), 32);
2292 char *user_buf, *cursor, *bufend, *fndrinfo, *cp, *volname; local
2298 fndrinfo = NULL;
2422 fndrinfo = cursor;
2539 if (fndrinfo != NULL) {
2565 if ((fndrinfo != NULL) && !(al.volattr & ATTR_VOL_INFO) &&
2567 if ((error = setattrlist_setfinderinfo(vp, fndrinfo, ctx)) != 0) {
2570 fndrinfo = NULL; /* it was set here so skip setting below */
2584 if (fndrinfo !
[all...]
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_link.c927 struct FndrDirInfo * fndrinfo; local
985 fndrinfo = (struct FndrDirInfo *)&priv_attrp->ca_finderinfo;
986 fndrinfo->frLocation.v = SWAP_BE16(16384);
987 fndrinfo->frLocation.h = SWAP_BE16(16384);
988 fndrinfo->frFlags = SWAP_BE16(kIsInvisible + kNameLocked);

Completed in 19 milliseconds