HomeSort by: relevance | last modified time | path
    Searched refs:vat (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/arch/atari/vme/
leo.c 150 struct vme_attach_args vat = *va; local in function:leo_match
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...]
et4000.c 181 struct vme_attach_args vat = *va; local in function:et4k_probe_addresses
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...]
  /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 in function:udf_extract_vat
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 in function:udf_update_vat_descriptor
2907 struct udf_vat *vat; local in function:udf_check_for_vat
    [all...]
  /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 */
udf_core.c 1448 /* add VAT virtual mapping; reflects on datapart */
2793 /* old style VAT has no prepend */
2840 /* new style VAT has VAT LVInt analog in front */
2858 /* old style VAT has identifier appended */
2860 /* append "*UDF Virtual Alloc Tbl" id and prev. VAT location */
2900 /* old style VAT */
2906 /* append VAT LVExtension attribute */
2915 implext->hdr.a_l = udf_rw32(ea_len); /* VAT LVext EA size */
2918 udf_set_regid(&implext->imp_id, "*UDF VAT LVExtension")
    [all...]
  /src/sys/fs/union/
union_subr.c 892 struct vattr vat; local in function:union_vn_create
893 struct vattr *vap = &vat;

Completed in 19 milliseconds