Home
last modified time | relevance | path

Searched refs:out_rec (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/fs/hfs/
H A Dlibhfs.c511 hfs_catalog_keyed_record_t* out_rec, in hfslib_find_catalog_record_with_cnid() argument
519 if (in_vol == NULL || in_cnid == 0 || out_rec == NULL) in hfslib_find_catalog_record_with_cnid()
534 return hfslib_find_catalog_record_with_key(in_vol, &key, out_rec, cbargs); in hfslib_find_catalog_record_with_cnid()
545 hfs_catalog_keyed_record_t* out_rec, in hfslib_find_catalog_record_with_key() argument
563 if (in_key == NULL || out_rec == NULL || in_vol == NULL) in hfslib_find_catalog_record_with_key()
613 if (hfslib_read_catalog_keyed_record(recs[recnum], out_rec, in hfslib_find_catalog_record_with_key()
637 memcpy(out_rec, &lastrec, in hfslib_find_catalog_record_with_key()
658 memcpy(&lastrec, out_rec, sizeof(hfs_catalog_keyed_record_t)); in hfslib_find_catalog_record_with_key()
662 curnode = out_rec->child; in hfslib_find_catalog_record_with_key()
686 hfs_extent_record_t* out_rec, in hfslib_find_extent_record_with_key() argument
[all …]