Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/dev/
H A Dmonotonic.c71 return &mt_devices[minor(devnum)]; in mt_get_device()
108 if (mt_devices[i].mtd_init(&mt_devices[i])) { in mt_dev_init()
112 assert(mt_devices[i].mtd_ncounters > 0); in mt_dev_init()
117 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-8020.121.3/osfmk/x86_64/
H A Dmonotonic_x86_64.c386 struct mt_device mt_devices[] = { variable
394 (sizeof(mt_devices) / sizeof(mt_devices[0])) == MT_NDEVS,
/xnu-8020.121.3/osfmk/arm/
H A Dmonotonic_arm.c70 struct mt_device mt_devices[0]; variable
/xnu-8020.121.3/bsd/sys/
H A Dmonotonic.h189 extern struct mt_device mt_devices[];
/xnu-8020.121.3/osfmk/arm64/
H A Dmonotonic_arm64.c730 mt_devices[MT_NDEVS - 1].mtd_nmonitors = (uint8_t)uncore_nmonitors(); in uncore_init()
1429 struct mt_device mt_devices[] = { variable
1449 (sizeof(mt_devices) / sizeof(mt_devices[0])) == MT_NDEVS,