Lines Matching defs:asd
66 struct wsdisplay_addscreendata asd;
75 asd.screentype[0] = 0;
76 asd.emul[0] = 0;
98 strlcpy(asd.screentype, optarg, WSSCREEN_NAME_SIZE);
101 strlcpy(asd.emul, optarg, WSEMUL_NAME_SIZE);
147 asd.idx = idx;
148 res = ioctl(wsfd, WSDISPLAYIO_GETSCREEN, &asd);
152 printf("%d\n", asd.idx);
154 asd.idx = idx;
155 res = ioctl(wsfd, WSDISPLAYIO_ADDSCREEN, &asd);