Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/i386/
H A Dhpet.h87 typedef struct hpetRequest hpetRequest_t; typedef
113 extern int hpet_register_callback(int (*hpet_reqst)(uint32_t apicid, void *arg, hpetRequest_t *hpet…
H A Dhpet.c83 static int (*hpet_req)(uint32_t apicid, void *arg, hpetRequest_t *hpet) = NULL;
95 hpetRequest_t *hpet), in hpet_register_callback()
111 hpetRequest_t hpetReq; in hpet_request()