HomeSort by: relevance | last modified time | path
    Searched refs:hfs_unistr255_t (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/fs/hfs/
libhfs.h 235 } hfs_unistr255_t; typedef in typeref:struct:__anon46ade0a11408
317 hfs_unistr255_t name;
381 hfs_unistr255_t name;
457 hfs_unistr255_t name; /* volume name */
575 hfs_catalog_keyed_record_t**, hfs_unistr255_t**, uint32_t*,
599 size_t hfslib_read_unistr255(void*, hfs_unistr255_t*);
libhfs.c 356 memcpy(&out_vol->name, &rootthread.name, sizeof(hfs_unistr255_t));
908 * hfs_unistr255_t's which correspond to the name of the child with that same
920 hfs_unistr255_t** out_childnames,
1065 *out_numchildren * sizeof(hfs_unistr255_t),
1072 &curkey.name, sizeof(hfs_unistr255_t));
1951 hfslib_read_unistr255(void* in_bytes, hfs_unistr255_t* out_string)
hfs_vnops.c 862 hfs_unistr255_t *childnames;

Completed in 34 milliseconds