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

  /src/sys/fs/hfs/
libhfs.h 484 } hfs_catalog_keyed_record_t; typedef in typeref:union:__anon46ade0a1250a
569 hfs_catalog_keyed_record_t*, hfs_catalog_key_t*, hfs_callback_args*);
571 hfs_catalog_keyed_record_t*, hfs_callback_args*);
575 hfs_catalog_keyed_record_t**, hfs_unistr255_t**, uint32_t*,
581 hfs_catalog_keyed_record_t *, hfs_callback_args *);
591 size_t hfslib_read_catalog_keyed_record(void*, hfs_catalog_keyed_record_t*,
hfs.h 172 enum vtype hfs_catalog_keyed_record_vtype(const hfs_catalog_keyed_record_t *);
hfs_subr.c 69 (hfs_catalog_keyed_record_t *)&hp->h_rec);
405 hfs_catalog_keyed_record_vtype(const hfs_catalog_keyed_record_t *rec)
libhfs.c 353 (hfs_catalog_keyed_record_t*)&rootthread, cbargs)!=0)
494 (hfs_catalog_keyed_record_t*)out_thread, cbargs) != 0)
511 hfs_catalog_keyed_record_t* out_rec,
545 hfs_catalog_keyed_record_t* out_rec,
550 hfs_catalog_keyed_record_t lastrec;
638 sizeof(hfs_catalog_keyed_record_t));
658 memcpy(&lastrec, out_rec, sizeof(hfs_catalog_keyed_record_t));
836 (hfs_catalog_keyed_record_t*)&file, cbargs) != 0)
919 hfs_catalog_keyed_record_t** out_children,
926 hfs_catalog_keyed_record_t currec
    [all...]
hfs_vfsops.c 538 hfs_catalog_keyed_record_t rec;
hfs_vnops.c 320 hfs_catalog_keyed_record_t rec; /* catalog record of requested child */
861 hfs_catalog_keyed_record_t *children;

Completed in 15 milliseconds