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

/netbsd-current/external/bsd/libarchive/dist/libarchive/test/
H A Dtest_write_format_zip_large.c338 int64_t cd_size; local
439 cd_size = le32(eocd + 12);
460 cd_size = le64(zip64_eocd + 40);
463 assert(cd_start + cd_size == zip64_eocd);
466 + cd_size
/netbsd-current/sys/dev/pci/
H A Dcmpcivar.h51 size_t cd_size; member in struct:cmpci_dmanode
H A Dcmpci.c929 n->cd_size = size;
930 error = bus_dmamem_alloc(n->cd_tag, n->cd_size,
936 error = bus_dmamem_map(n->cd_tag, n->cd_segs, n->cd_nsegs, n->cd_size,
940 error = bus_dmamap_create(n->cd_tag, n->cd_size, 1, n->cd_size, 0,
944 error = bus_dmamap_load(n->cd_tag, n->cd_map, n->cd_addr, n->cd_size,
957 bus_dmamem_unmap(n->cd_tag, n->cd_addr, n->cd_size);
976 bus_dmamem_unmap(n->cd_tag, n->cd_addr, n->cd_size);
1006 (void *)DMAADDR(p), (void *)p->cd_size));
/netbsd-current/sys/dev/ic/
H A Dicp.c302 icp->icp_cdr[j].cd_size = icp->icp_info;
303 if (icp->icp_cdr[j].cd_size != 0)
379 if (icp->icp_cdr[j].cd_size == 0)
467 if (icp->icp_cdr[unit].cd_size != 0)
469 icp->icp_cdr[unit].cd_size = 0;
490 device_xname(icp->icp_dv), unit, icp->icp_cdr[unit].cd_size,
499 newsize != icp->icp_cdr[unit].cd_size ||
501 if (icp->icp_cdr[unit].cd_size == 0)
503 icp->icp_cdr[unit].cd_size = newsize;
545 if (icp->icp_cdr[unit].cd_size !
[all...]
H A Dicpvar.h96 u_int cd_size; member in struct:icp_cachedrv
H A Dld_icp.c115 ld->sc_secperunit = cd->cd_size;
/netbsd-current/sys/sys/
H A Dbootblock.h1196 int32_t cd_size; /* size of media area (sectors) */ member in struct:next68k_disklabel
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_support_format_zip.c3665 uint32_t cd_size, cd_offset; local
3668 cd_size = archive_le32dec(p + 12);
3683 if (cd_offset + cd_size > current_offset)
3688 zip->central_directory_offset_adjusted = current_offset - cd_size;
/netbsd-current/sys/dev/scsipi/
H A Dcd.c137 static u_long cd_size(struct cd_softc *, int);
1600 cd_size(struct cd_softc *cd, int flags) function
1626 ("cd_size: %u %lu\n", blksize, size));
1636 SC_DEBUG(cd->sc_periph, SCSIPI_DB2, ("cd_size: failed\n"));
1826 if (cd_size(cd, flags) == 0)

Completed in 244 milliseconds