OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
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 18 milliseconds
Indexes created Mon Feb 23 01:20:22 UTC 2026