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

  /src/sys/fs/hfs/
libhfs.c 70 hfs_callbacks hfs_gcb; /* global callbacks */ variable in typeref:typename:hfs_callbacks
106 memcpy(&hfs_gcb, in_callbacks, sizeof(hfs_callbacks));
2205 if (hfs_gcb.error != NULL) {
2207 hfs_gcb.error(in_format, in_file, in_line, ap);
2215 if (hfs_gcb.allocmem != NULL)
2216 return hfs_gcb.allocmem(size, cbargs);
2224 if (hfs_gcb.reallocmem != NULL)
2225 return hfs_gcb.reallocmem(ptr, size, cbargs);
2233 if (hfs_gcb.freemem != NULL && ptr != NULL)
2234 hfs_gcb.freemem(ptr, cbargs)
    [all...]
libhfs.h 543 extern hfs_callbacks hfs_gcb; /* global callbacks */

Completed in 15 milliseconds