Searched refs:totsz (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/ia64/ia64/
H A Dmca.c59 size_t recsz, totsz; local
84 totsz = sizeof(struct sysctl_oid) + recsz + 32;
85 oidp = malloc(totsz, M_MCA, M_WAITOK|M_ZERO);
/netbsd-6-1-5-RELEASE/sys/dev/qbus/
H A Dif_uba.c78 int totsz, i, error, rseg, nm = nr; local
93 totsz = size * nw;
94 if ((error = bus_dmamem_alloc(uh->uh_dmat, totsz, PAGE_SIZE, 0,
97 if ((error = bus_dmamem_map(uh->uh_dmat, &seg, rseg, totsz, &vaddr,

Completed in 126 milliseconds