Home | Sort by: relevance | last modified time | path |
/src/lib/libc/db/btree/ | |
bt_split.c | 826 recno_t recs; local in function:rec_total 829 for (recs = 0, nxt = 0, top = NEXTINDEX(h); nxt < top; ++nxt) 830 recs += GETRINTERNAL(h, nxt)->nrecs; 831 return (recs); |
/src/sys/fs/hfs/ | |
libhfs.c | 552 void** recs; local in function:hfslib_find_catalog_record_with_key 570 recs = NULL; 606 if (hfslib_reada_node(buffer, &nd, &recs, &recsizes, HFS_CATALOG_FILE, 613 if (hfslib_read_catalog_keyed_record(recs[recnum], out_rec, 665 hfslib_free_recs(&recs, &recsizes, &nd.num_recs, cbargs); 672 hfslib_free_recs(&recs, &recsizes, &nd.num_recs, cbargs); 693 void** recs; local in function:hfslib_find_extent_record_with_key 709 recs = NULL; 725 hfslib_free_recs(&recs, &recsizes, &nd.num_recs, cbargs); 733 if (hfslib_reada_node(buffer, &nd, &recs, &recsizes, HFS_EXTENTS_FILE 928 void** recs; local in function:hfslib_get_directory_contents [all...] |