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

/darwin-on-arm/xnu/osfmk/i386/
H A Dhpet.h89 typedef struct hpetRequest hpetRequest_t; typedef in typeref:struct:hpetRequest
115 extern int hpet_register_callback(int (*hpet_reqst)(uint32_t apicid, void *arg, hpetRequest_t *hpet), void *arg);
H A Dhpet.c84 static int (*hpet_req)(uint32_t apicid, void *arg, hpetRequest_t *hpet) = NULL;
96 hpetRequest_t *hpet),
112 hpetRequest_t hpetReq;

Completed in 22 milliseconds