Symbol: hfs_catalog_keyed_record_t
sys/fs/hfs/hfs.h
172
enum vtype hfs_catalog_keyed_record_vtype(const hfs_catalog_keyed_record_t *);
sys/fs/hfs/hfs_subr.c
405
hfs_catalog_keyed_record_vtype(const hfs_catalog_keyed_record_t *rec)
sys/fs/hfs/hfs_subr.c
69
(hfs_catalog_keyed_record_t *)&hp->h_rec);
sys/fs/hfs/hfs_vfsops.c
538
hfs_catalog_keyed_record_t rec;
sys/fs/hfs/hfs_vnops.c
320
hfs_catalog_keyed_record_t rec; /* catalog record of requested child */
sys/fs/hfs/hfs_vnops.c
861
hfs_catalog_keyed_record_t *children;
sys/fs/hfs/libhfs.c
1054
sizeof(hfs_catalog_keyed_record_t), cbargs);
sys/fs/hfs/libhfs.c
1060
&currec, sizeof(hfs_catalog_keyed_record_t));
sys/fs/hfs/libhfs.c
1659
hfs_catalog_keyed_record_t* out_recdata,
sys/fs/hfs/libhfs.c
2681
hfs_catalog_keyed_record_t *rec,
sys/fs/hfs/libhfs.c
2684
hfs_catalog_keyed_record_t metadata;
sys/fs/hfs/libhfs.c
353
(hfs_catalog_keyed_record_t*)&rootthread, cbargs)!=0)
sys/fs/hfs/libhfs.c
494
(hfs_catalog_keyed_record_t*)out_thread, cbargs) != 0)
sys/fs/hfs/libhfs.c
511
hfs_catalog_keyed_record_t* out_rec,
sys/fs/hfs/libhfs.c
545
hfs_catalog_keyed_record_t* out_rec,
sys/fs/hfs/libhfs.c
550
hfs_catalog_keyed_record_t lastrec;
sys/fs/hfs/libhfs.c
638
sizeof(hfs_catalog_keyed_record_t));
sys/fs/hfs/libhfs.c
658
memcpy(&lastrec, out_rec, sizeof(hfs_catalog_keyed_record_t));
sys/fs/hfs/libhfs.c
836
(hfs_catalog_keyed_record_t*)&file, cbargs) != 0)
sys/fs/hfs/libhfs.c
919
hfs_catalog_keyed_record_t** out_children,
sys/fs/hfs/libhfs.c
926
hfs_catalog_keyed_record_t currec;
sys/fs/hfs/libhfs.h
569
hfs_catalog_keyed_record_t*, hfs_catalog_key_t*, hfs_callback_args*);
sys/fs/hfs/libhfs.h
571
hfs_catalog_keyed_record_t*, hfs_callback_args*);
sys/fs/hfs/libhfs.h
575
hfs_catalog_keyed_record_t**, hfs_unistr255_t**, uint32_t*,
sys/fs/hfs/libhfs.h
581
hfs_catalog_keyed_record_t *, hfs_callback_args *);
sys/fs/hfs/libhfs.h
591
size_t hfslib_read_catalog_keyed_record(void*, hfs_catalog_keyed_record_t*,