Home
last modified time | relevance | path

Searched refs:mt_devices (Results 1 – 5 of 5) sorted by relevance

/xnu-8019.80.24/bsd/dev/
H A Dmonotonic.c70 return &mt_devices[minor(devnum)]; in mt_get_device()
107 if (mt_devices[i].mtd_init(&mt_devices[i])) { in mt_dev_init()
111 assert(mt_devices[i].mtd_ncounters > 0); in mt_dev_init()
115 snprintf(name, sizeof(name), MT_NODE "/%s", mt_devices[i].mtd_name); in mt_dev_init()
120 mt_devices[i].mtd_name); in mt_dev_init()
124 lck_mtx_init(&mt_devices[i].mtd_lock, &mt_lock_grp, LCK_ATTR_NULL); in mt_dev_init()
/xnu-8019.80.24/osfmk/x86_64/
H A Dmonotonic_x86_64.c391 struct mt_device mt_devices[] = { variable
399 (sizeof(mt_devices) / sizeof(mt_devices[0])) == MT_NDEVS,
/xnu-8019.80.24/osfmk/arm/
H A Dmonotonic_arm.c70 struct mt_device mt_devices[0]; variable
/xnu-8019.80.24/bsd/sys/
H A Dmonotonic.h198 extern struct mt_device mt_devices[];
/xnu-8019.80.24/osfmk/arm64/
H A Dmonotonic_arm64.c730 mt_devices[MT_NDEVS - 1].mtd_nmonitors = (uint8_t)uncore_nmonitors(); in uncore_init()
1425 struct mt_device mt_devices[] = { variable
1445 (sizeof(mt_devices) / sizeof(mt_devices[0])) == MT_NDEVS,