Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/dev/
H A Dmonotonic.c76 return &mt_devices[minor_dev]; in mt_get_device()
112 if (mt_devices[i].mtd_init(&mt_devices[i])) { in mt_dev_init()
116 assert(mt_devices[i].mtd_ncounters > 0); in mt_dev_init()
121 mt_devices[i].mtd_name); in mt_dev_init()
124 mt_devices[i].mtd_name); in mt_dev_init()
127 lck_mtx_init(&mt_devices[i].mtd_lock, &mt_lock_grp, LCK_ATTR_NULL); in mt_dev_init()
/xnu-10063.141.1/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-10063.141.1/bsd/sys/
H A Dmonotonic.h160 extern struct mt_device mt_devices[];
/xnu-10063.141.1/osfmk/arm64/
H A Dmonotonic_arm64.c770 mt_devices[MT_NDEVS - 1].mtd_nmonitors = (uint8_t)uncore_nmonitors(); in uncore_init()
1494 struct mt_device mt_devices[] = { variable
1514 (sizeof(mt_devices) / sizeof(mt_devices[0])) == MT_NDEVS,