HomeSort by: relevance | last modified time | path
    Searched defs:totsz (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/qbus/
if_uba.c 78 int totsz, i, error, rseg, nm = nr; local in function:if_ubaminit
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,
  /src/sys/netinet/
sctp_usrreq.c 244 int totsz; local in function:sctp_notify_mbuf
272 totsz = ip->ip_len;
280 nxtsz = find_next_best_mtu(totsz);

Completed in 14 milliseconds