Lines Matching refs:strioc
560 struct strioctl strioc; in consconfig_get_polledio() local
566 strioc.ic_cmd = CONSOPENPOLLEDIO; in consconfig_get_polledio()
567 strioc.ic_timout = INFTIM; in consconfig_get_polledio()
568 strioc.ic_len = sizeof (polled_io); in consconfig_get_polledio()
569 strioc.ic_dp = (char *)&polled_io; in consconfig_get_polledio()
576 err = ldi_ioctl(lh, I_STR, (intptr_t)&strioc, FKIOCTL, kcred, &rval); in consconfig_get_polledio()
819 struct strioctl strioc; in cons_build_upper_layer() local
938 strioc.ic_cmd = WC_OPEN_FB; in cons_build_upper_layer()
939 strioc.ic_timout = INFTIM; in cons_build_upper_layer()
940 strioc.ic_len = strlen(sp->cons_fb_path) + 1; in cons_build_upper_layer()
941 strioc.ic_dp = sp->cons_fb_path; in cons_build_upper_layer()
943 if (ldi_ioctl(wc_lh, I_STR, (intptr_t)&strioc, in cons_build_upper_layer()