HomeSort by: relevance | last modified time | path
    Searched defs:curkey (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/fs/hfs/
libhfs.c 551 hfs_catalog_key_t* curkey; local in function:hfslib_find_catalog_record_with_key
568 curkey = NULL;
575 curkey = hfslib_malloc(sizeof(hfs_catalog_key_t), cbargs);
576 if (curkey == NULL)
614 &leaftype, curkey, in_vol) == 0)
619 dlo_print_key(curkey);
622 keycompare = in_vol->keycmp(in_key, curkey);
673 if (curkey != NULL)
674 hfslib_free(curkey, cbargs);
692 hfs_extent_key_t curkey; local in function:hfslib_find_extent_record_with_key
927 hfs_catalog_key_t curkey; local in function:hfslib_get_directory_contents
1126 hfs_catalog_key_t* curkey = NULL; local in function:hfslib_is_private_file
    [all...]

Completed in 52 milliseconds