Searched refs:vio (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/os2/OS2/OS2-Process/
H A DProcess.xs853 /* Force vio to not cross 64K-boundary: */
855 vio = viob; \
856 if (!_THUNK_PTR_STRUCT_OK(vio)) \
857 vio++
862 VIOMODEINFO viob[2], *vio;
869 vio->cb = sizeof(*vio);
870 if (CheckOSError(VioGetMode( vio, 0 )))
874 vio->col = (USHORT)w;
877 vio
[all...]
/openbsd-current/sys/dev/
H A Dvnd.c399 struct vnd_ioctl *vio; local
414 vio = (struct vnd_ioctl *)addr;
430 if (vio->vnd_secsize > UINT_MAX ||
431 vio->vnd_secsize == 0 ||
432 vio->vnd_ntracks > UINT_MAX ||
433 vio->vnd_nsectors > UINT_MAX)
436 if ((error = copyinstr(vio->vnd_file, name,
440 if (vio->vnd_keylen > 0) {
441 if (vio->vnd_keylen > sizeof(key))
442 vio
671 vndsetcred(struct proc *p, struct vnode *vp, struct vnd_ioctl *vio, struct ucred **newcredp) argument
[all...]
/openbsd-current/usr.sbin/ldomctl/
H A Dldomctl.h143 struct ldc_channel vio[8]; member in struct:guest
H A Dconfig.c1554 struct ldc_channel *lc = &guest->vio[guest->num_vios++];
/openbsd-current/share/man/man4/
H A DMakefile110 viapm.4 viasio.4 vic.4 video.4 vio.4 \

Completed in 201 milliseconds