Searched defs:vn_user (Results 1 – 2 of 2) sorted by relevance
202 struct vn_user { struct203 u_int vnu_resv1[32];204 struct vnu_ctl vnu_uctl; /* user control */205 u_int vnu_spancnt; /* span count (13 bits, signed) */206 u_int vnu_graddr; /* graphics address (24 bits: 6-29) */207 u_int vnu_resv2;208 union vnu_prec vnu_zslope; /* Z Slope */209 union vnu_prec vnu_z; /* Z */210 u_int vnu_resv3[8];211 u_int vnu_bslope; /* Blue Slope (12-19:int, 20-31:fra) */[all …]
743 char *vn_user; member