Home
last modified time | relevance | path

Searched refs:c_config (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/osfmk/kern/
H A Dclock_oldops.c143 .c_config = NULL,
158 .c_config = NULL,
207 if (clock->cl_ops && clock->cl_ops->c_config) { in clock_oldconfig()
208 if ((*clock->cl_ops->c_config)() == 0) { in clock_oldconfig()
H A Dclock.h70 int (*c_config)(void); /* configuration */ member