Home
last modified time | relevance | path

Searched defs:vn_user (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/arch/hppa/dev/
H A Dviper.h174 struct vn_user { struct
175 u_int vnu_resv1[32];
176 struct vnu_ctl vnu_uctl; /* user control */
177 u_int vnu_spancnt; /* span count (13 bits, signed) */
178 u_int vnu_graddr; /* graphics address (24 bits: 6-29) */
179 u_int vnu_resv2;
180 union vnu_prec vnu_zslope; /* Z Slope */
181 union vnu_prec vnu_z; /* Z */
182 u_int vnu_resv3[8];
185 u_int vnu_resv4[2];
[all …]
/openbsd/gnu/usr.bin/cvs/src/
H A Dcvs.h717 char *vn_user; member