| /src/crypto/external/apache2/openssl/dist/apps/ |
| verify.c | 26 static int v_verbose = 0, vflags = 0; variable 293 X509_STORE_set_flags(ctx, vflags);
|
| /src/crypto/external/bsd/openssl/dist/apps/ |
| verify.c | 26 static int v_verbose = 0, vflags = 0; variable 279 X509_STORE_set_flags(ctx, vflags);
|
| /src/crypto/external/bsd/openssl.old/dist/apps/ |
| verify.c | 25 static int v_verbose = 0, vflags = 0; variable 226 X509_STORE_set_flags(ctx, vflags);
|
| /src/usr.sbin/mrouted/ |
| vif.c | 816 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)
|
| /src/sys/arch/usermode/usermode/ |
| pmap.c | 835 int pflags, vflags; local 840 vflags = pv_table[pv->pv_ppn].pv_vflags; 860 if (vflags & (PV_UNMANAGED | PV_WIRED))
|
| /src/external/gpl3/binutils/dist/include/vms/ |
| dst.h | 184 unsigned char vflags; member in struct:vms_dst_recbeg 249 /* Vflags fields. */
|
| /src/external/gpl3/binutils.old/dist/include/vms/ |
| dst.h | 184 unsigned char vflags; member in struct:vms_dst_recbeg 249 /* Vflags fields. */
|
| /src/external/gpl3/gdb/dist/include/vms/ |
| dst.h | 184 unsigned char vflags; member in struct:vms_dst_recbeg 249 /* Vflags fields. */
|
| /src/external/gpl3/gdb.old/dist/include/vms/ |
| dst.h | 184 unsigned char vflags; member in struct:vms_dst_recbeg 249 /* Vflags fields. */
|
| /src/sys/kern/ |
| subr_pool.c | 3000 const vm_flag_t vflags = (flags & PR_WAITOK) ? VM_SLEEP: VM_NOSLEEP; local 3005 vflags | VM_INSTANTFIT, &va); 3020 const vm_flag_t vflags = (flags & PR_WAITOK) ? VM_SLEEP: VM_NOSLEEP; local 3025 vflags | VM_INSTANTFIT, &va);
|
| subr_vmem.c | 231 const vm_flag_t vflags = (flags & PR_WAITOK) ? VM_SLEEP: VM_NOSLEEP; local 236 (vflags & ~VM_FITMASK) | VM_INSTANTFIT | VM_POPULATING, &va);
|
| /src/external/gpl3/binutils/dist/bfd/ |
| vms-alpha.c | 7354 unsigned int vflags = buf[0]; 7360 fprintf (file, _("vflags: 0x%02x, value: 0x%08x "), vflags, value); 7364 switch (vflags) 7392 (vflags & DST__K_REGNUM_MASK) >> DST__K_REGNUM_SHIFT, 7393 vflags & DST__K_DISP ? 1 : 0, 7394 vflags & DST__K_INDIR ? 1 : 0); 7395 switch (vflags & DST__K_VALKIND_MASK) 7342 unsigned int vflags = buf[0]; local
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| vms-alpha.c | 7341 unsigned int vflags = buf[0]; 7347 fprintf (file, _("vflags: 0x%02x, value: 0x%08x "), vflags, value); 7351 switch (vflags) 7379 (vflags & DST__K_REGNUM_MASK) >> DST__K_REGNUM_SHIFT, 7380 vflags & DST__K_DISP ? 1 : 0, 7381 vflags & DST__K_INDIR ? 1 : 0); 7382 switch (vflags & DST__K_VALKIND_MASK) 7329 unsigned int vflags = buf[0]; local
|
| /src/external/gpl3/gdb/dist/bfd/ |
| vms-alpha.c | 7341 unsigned int vflags = buf[0]; 7347 fprintf (file, _("vflags: 0x%02x, value: 0x%08x "), vflags, value); 7351 switch (vflags) 7379 (vflags & DST__K_REGNUM_MASK) >> DST__K_REGNUM_SHIFT, 7380 vflags & DST__K_DISP ? 1 : 0, 7381 vflags & DST__K_INDIR ? 1 : 0); 7382 switch (vflags & DST__K_VALKIND_MASK) 7329 unsigned int vflags = buf[0]; local
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| vms-alpha.c | 7348 unsigned int vflags = buf[0]; 7354 fprintf (file, _("vflags: 0x%02x, value: 0x%08x "), vflags, value); 7358 switch (vflags) 7386 (vflags & DST__K_REGNUM_MASK) >> DST__K_REGNUM_SHIFT, 7387 vflags & DST__K_DISP ? 1 : 0, 7388 vflags & DST__K_INDIR ? 1 : 0); 7389 switch (vflags & DST__K_VALKIND_MASK) 7336 unsigned int vflags = buf[0]; local
|