Searched refs:vflags (Results 1 - 9 of 9) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/videomode/
H A Dmodelines2c.awk92 vflags = "VP";
98 vflags = "VN";
122 vsyncstart, vsyncend, vtotal, hflags "|" vflags iflags);
132 hflags "|" vflags "|DS" iflags);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/vms/
H A Ddst.h184 unsigned char vflags; member in struct:vms_dst_recbeg
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/vms/
H A Ddst.h184 unsigned char vflags; member in struct:vms_dst_recbeg
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/apps/
H A Dverify.c76 static int v_verbose=0, vflags = 0; variable
285 X509_STORE_set_flags(ctx, vflags);
/netbsd-6-1-5-RELEASE/usr.sbin/mrouted/
H A Dvif.c816 u_short vflags = v->uv_flags; local
818 if (vflags & VIFF_TUNNEL)
820 if (vflags & VIFF_SRCRT)
822 if (vflags & VIFF_DOWN)
824 if (vflags & VIFF_DISABLED)
826 if (vflags & VIFF_QUERIER)
828 if (vflags & VIFF_LEAF)
/netbsd-6-1-5-RELEASE/sys/arch/usermode/usermode/
H A Dpmap.c807 int pflags, vflags; local
812 vflags = pv_table[pv->pv_ppn].pv_vflags;
832 if (vflags & (PV_UNMANAGED | PV_WIRED))
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dsubr_pool.c2785 const vm_flag_t vflags = (flags & PR_WAITOK) ? VM_SLEEP: VM_NOSLEEP; local
2790 vflags | VM_INSTANTFIT, &va);
2805 const vm_flag_t vflags = (flags & PR_WAITOK) ? VM_SLEEP: VM_NOSLEEP; local
2810 vflags | VM_INSTANTFIT, &va);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Dvms-alpha.c6716 unsigned int vflags = buf[0];
6721 fprintf (file, _("vflags: 0x%02x, value: 0x%08x "), vflags, value);
6724 switch (vflags)
6750 (vflags & DST__K_REGNUM_MASK) >> DST__K_REGNUM_SHIFT,
6751 vflags & DST__K_DISP ? 1 : 0,
6752 vflags & DST__K_INDIR ? 1 : 0);
6753 switch (vflags & DST__K_VALKIND_MASK)
6704 unsigned int vflags = buf[0]; local
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Dvms-alpha.c6716 unsigned int vflags = buf[0];
6721 fprintf (file, _("vflags: 0x%02x, value: 0x%08x "), vflags, value);
6724 switch (vflags)
6750 (vflags & DST__K_REGNUM_MASK) >> DST__K_REGNUM_SHIFT,
6751 vflags & DST__K_DISP ? 1 : 0,
6752 vflags & DST__K_INDIR ? 1 : 0);
6753 switch (vflags & DST__K_VALKIND_MASK)
6704 unsigned int vflags = buf[0]; local

Completed in 151 milliseconds