Searched refs:isssd (Results 1 - 4 of 4) sorted by relevance

/xnu-2422.115.4/bsd/miscfs/specfs/
H A Dspec_vnops.c229 static void throttle_info_update_internal(struct _throttle_io_info_t *info, uthread_t ut, int flags, boolean_t isssd);
334 int isssd = 0; local
341 VNOP_IOCTL(vp, DKIOCISSOLIDSTATE, (caddr_t)&isssd, 0, ap->a_context) == 0) {
350 vp->v_un.vu_specinfo->si_isssd = isssd;
1196 throttle_init_throttle_period(struct _throttle_io_info_t *info, boolean_t isssd) argument
1209 if (isssd == TRUE)
1748 void throttle_info_set_initial_window(uthread_t ut, struct _throttle_io_info_t *info, boolean_t BC_throttle, boolean_t isssd) argument
1754 throttle_init_throttle_period(info, isssd);
1769 void throttle_info_update_internal(struct _throttle_io_info_t *info, uthread_t ut, int flags, boolean_t isssd) argument
1805 throttle_info_set_initial_window(ut, info, FALSE, isssd);
1813 boolean_t isssd = FALSE; local
1924 boolean_t isssd = FALSE; local
[all...]
/xnu-2422.115.4/bsd/kern/
H A Dkern_symfile.c203 int isssd = 0; local
465 error = do_ioctl(p1, p2, DKIOCISSOLIDSTATE, (caddr_t)&isssd);
466 if (!error && isssd)
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_vfsops.c1239 int isssd; local
1423 if (VNOP_IOCTL(devvp, DKIOCISSOLIDSTATE, (caddr_t)&isssd, 0, context) == 0) {
1424 if (isssd) {
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_subr.c2959 int isssd = 0; local
3009 if (VNOP_IOCTL(devvp, DKIOCISSOLIDSTATE, (caddr_t)&isssd, 0, ctx) == 0) {
3010 if (isssd)

Completed in 49 milliseconds