Home
last modified time | relevance | path

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

/xnu-10002.41.9/osfmk/kern/
H A Dclock_oldops.c142 .c_config = NULL,
157 .c_config = NULL,
204 if (clock->cl_ops && clock->cl_ops->c_config) { in clock_oldconfig()
205 if ((*clock->cl_ops->c_config)() == 0) { in clock_oldconfig()
H A Dclock.h70 int (*c_config)(void); /* configuration */ member