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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_encodings.c299 unicode_to_hfs_func_t hfs_get_hfsname = VCBTOHFS(vcb)->hfs_get_hfsname; local
301 error = hfs_get_hfsname(srcStr, srcLen/sizeof(UniChar), dstStr);
H A Dhfs.h217 unicode_to_hfs_func_t hfs_get_hfsname; member in struct:hfsmount
H A Dhfs_vfsops.c539 * the old hfs_get_hfsname converter in place so that
544 * hfs_get_hfsname converter and release our interest
583 * connect the new hfs_get_hfsname converter and
587 hfsmp->hfs_get_hfsname = get_hfsname_func;
1169 &hfsmp->hfs_get_hfsname);
1335 (void) hfs_getconverter(0, &hfsmp->hfs_get_unicode, &hfsmp->hfs_get_hfsname);

Completed in 47 milliseconds