Searched refs:DKIOCGETTHROTTLEMASK (Results 1 – 3 of 3) sorted by relevance
| /xnu-11215/bsd/sys/ |
| H A D | disk.h | 274 #define DKIOCGETTHROTTLEMASK _IOR('d', 80, uint64_t) macro
|
| /xnu-11215/bsd/miscfs/specfs/ |
| H A D | spec_vnops.c | 314 if (VNOP_IOCTL(vp, DKIOCGETTHROTTLEMASK, (caddr_t)&throttle_mask, 0, NULL)) { in spec_init_bsdunit() 413 if (VNOP_IOCTL(vp, DKIOCGETTHROTTLEMASK, (caddr_t)&throttle_mask, 0, NULL) == 0) { in spec_open()
|
| /xnu-11215/bsd/vfs/ |
| H A D | vfs_subr.c | 4453 VNOP_IOCTL(devvp, DKIOCGETTHROTTLEMASK, (caddr_t)&mp->mnt_throttle_mask, 0, NULL); in vfs_init_io_attributes()
|