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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_catalog.c98 int cat_lookupmangled(struct hfsmount *hfsmp, struct cat_desc *descp, int wantrsrc,
327 result = cat_lookupmangled(hfsmp, descp, wantrsrc, outdescp, attrp, forkp);
569 * cat_lookupmangled - lookup a catalog node using a mangled name
572 cat_lookupmangled(struct hfsmount *hfsmp, struct cat_desc *descp, int wantrsrc, function
1176 result = cat_lookupmangled(hfsmp, from_cdp, 0, &temp_desc, NULL, NULL);
1432 result = cat_lookupmangled(hfsmp, descp, 0, &temp_desc, attrp, NULL);

Completed in 69 milliseconds