| /src/sys/arch/atari/vme/ |
| et4000.c | 181 struct vme_attach_args vat = *va; local 183 if (vat.va_irq != VMECF_IRQ_DEFAULT) { 187 if (vat.va_iobase == VMECF_IOPORT_DEFAULT) 188 vat.va_iobase = et4k_ap->io_addr; 189 if (vat.va_maddr == VMECF_MEM_DEFAULT) 190 vat.va_maddr = et4k_ap->mem_addr; 191 if (vat.va_iosize == VMECF_IOSIZE_DEFAULT) 192 vat.va_iosize = et4k_ap->io_size; 193 if (vat.va_msize == VMECF_MEMSIZ_DEFAULT) 194 vat.va_msize = et4k_ap->mem_size [all...] |
| leo.c | 150 struct vme_attach_args vat = *va; local 152 if (vat.va_irq != VMECF_IRQ_DEFAULT) { 156 if (vat.va_iobase == VMECF_IOPORT_DEFAULT) 157 vat.va_iobase = leo_ap->reg_addr; 158 if (vat.va_maddr == VMECF_MEM_DEFAULT) 159 vat.va_maddr = leo_ap->mem_addr; 160 if (vat.va_iosize == VMECF_IOSIZE_DEFAULT) 161 vat.va_iosize = leo_ap->reg_size; 162 if (vat.va_msize == VMECF_MEMSIZ_DEFAULT) 163 vat.va_msize = leo_ap->mem_size [all...] |
| /src/external/bsd/openldap/dist/servers/slapd/back-sql/ |
| entry-id.c | 964 backsql_at_map_rec **vat; local 987 rc = backsql_supad2at( bsi->bsi_oc, an->an_desc, &vat ); 988 if ( rc != 0 || vat == NULL ) { 997 for ( j = 0; vat[j]; j++ ) { 998 backsql_get_attr_vals( vat[j], bsi ); 1001 ch_free( vat );
|
| search.c | 759 backsql_at_map_rec **vat = NULL; local 1082 if ( backsql_supad2at( bsi->bsi_oc, ad, &vat ) ) { 1088 if ( vat == NULL ) { 1102 if ( vat[0]->bam_next || vat[1] ) { 1112 if ( backsql_process_filter_attr( bsi, f, vat[i] ) == -1 ) { 1117 if ( vat[i]->bam_next ) { 1122 vat[i] = vat[i]->bam_next; 1128 if ( vat[i] ) [all...] |
| /src/sys/fs/union/ |
| union_subr.c | 892 struct vattr vat; local 893 struct vattr *vap = &vat;
|
| /src/sbin/newfs_udf/ |
| udf_core.h | 69 "\7VAT\10WORM\11TRACK512\12INVALID\13READONLY" 145 uint32_t fsd, rootdir, vat; member in struct:udf_disclayout 231 /* VAT file */ 235 uint8_t *vat_contents; /* the VAT */
|
| /src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| CodeGenFunction.cpp | 1129 auto VAT = FD->getCapturedVLAType(); 1130 VLASizeMap[VAT->getSizeExpr()] = ExprArg; 2184 const VariableArrayType *vat = cast<VariableArrayType>(ty); local 2188 if (const Expr *size = vat->getSizeExpr()) { 2216 type = vat->getElementType();
|
| /src/sbin/fsck_udf/ |
| main.c | 184 /* shadow VAT build */ 203 int vat_writeout = 0; /* write out the VAT anyway */ 317 /* Note: only for VAT media since we don't allocate in bitmap */ 1708 /* ------------------------- VAT support ------------------------- */ 1714 * Note that it doesn't update the VAT structure! 1756 udf_print_timestamp("\tFound VAT timestamped at ", 1784 /* TODO sanity check vat length */ 1797 struct udf_vat *vat; local 1802 const char *extstr = "*UDF VAT LVExtension"; 1815 /* read in VAT contents * [all...] |
| /src/sys/fs/udf/ |
| udf_subr.c | 1927 * that its OK to have an open logical volume integrity here. The VAT 2148 * Note that it doesn't update the VAT structure! 2597 const char *extstr = "*UDF VAT LVExtension"; 2627 DPRINTF(VOLUMES, ("VAT LVExtension size doesn't compute\n")); 2632 * we have found our "VAT LVExtension attribute. BUT due to a 2636 DPRINTF(VOLUMES, ("Found VAT LVExtension attr\n")); 2646 DPRINTF(VOLUMES, ("VAT LVExtension out of date\n")); 2647 /* replace VAT LVExt by free space EA */ 2664 const char *extstr = "*UDF VAT LVExtension"; 2693 DPRINTF(VOLUMES, ("VAT LVExtension bad on update\n")) 2767 struct udf_vat *vat; local 2907 struct udf_vat *vat; local [all...] |
| /src/external/apache2/llvm/dist/clang/lib/AST/ |
| ASTContext.cpp | 3591 const auto *vat = cast<VariableArrayType>(ty); local 3593 getVariableArrayDecayedType(vat->getElementType()), 3596 vat->getIndexTypeCVRQualifiers(), 3597 vat->getBracketsRange()); 5754 if (const auto *VAT = dyn_cast<VariableArrayType>(AT)) { 5756 VAT->getSizeExpr(), 5757 VAT->getSizeModifier(), 5758 VAT->getIndexTypeCVRQualifiers(), 5759 VAT->getBracketsRange()); 6135 const auto *VAT = cast<VariableArrayType>(ATy) [all...] |