Lines Matching refs:strioc
549 struct strioctl strioc; in consconfig_get_polledio() local
555 strioc.ic_cmd = CONSOPENPOLLEDIO; in consconfig_get_polledio()
556 strioc.ic_timout = INFTIM; in consconfig_get_polledio()
557 strioc.ic_len = sizeof (polled_io); in consconfig_get_polledio()
558 strioc.ic_dp = (char *)&polled_io; in consconfig_get_polledio()
565 err = ldi_ioctl(lh, I_STR, (intptr_t)&strioc, FKIOCTL, kcred, &rval); in consconfig_get_polledio()
807 struct strioctl strioc; in cons_build_upper_layer() local
927 strioc.ic_cmd = WC_OPEN_FB; in cons_build_upper_layer()
928 strioc.ic_timout = INFTIM; in cons_build_upper_layer()
929 strioc.ic_len = strlen(sp->cons_fb_path) + 1; in cons_build_upper_layer()
930 strioc.ic_dp = sp->cons_fb_path; in cons_build_upper_layer()
932 if (ldi_ioctl(wc_lh, I_STR, (intptr_t)&strioc, in cons_build_upper_layer()