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

/darwin-on-arm/xnu/osfmk/kern/
H A Dclock_oldops.c189 if (clock->cl_ops && clock->cl_ops->c_config) {
190 if ((*clock->cl_ops->c_config)() == 0)
191 clock->cl_ops = NULL;
210 if (clock->cl_ops && clock->cl_ops->c_init)
211 (*clock->cl_ops->c_init)();
229 if (clock->cl_ops) {
258 if ((*clock)->cl_ops == 0)
279 if ((*clock)->cl_ops
[all...]
H A Dclock.h88 clock_ops_t cl_ops; /* operations list */ member in struct:clock

Completed in 24 milliseconds