Searched refs:offsetof_func (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Ddecmpfs.c168 #define offsetof_func(func) ((uintptr_t)(&(((decmpfs_registration*)NULL)->func))) macro
181 if (offset > offsetof_func(free_data))
185 if (offset > offsetof_func(get_flags))
254 #define decmp_get_func(type, func) ((typeof(((decmpfs_registration*)NULL)->func))_decmp_get_func(type, offsetof_func(func)))

Completed in 69 milliseconds