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

  /src/sys/dev/qbus/
if_uba.c 78 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,
  /src/external/bsd/mdocml/dist/
out.c 491 size_t intsz, totsz; local
497 totsz = (*tbl->slen)(dp->string, tbl->arg);
499 return totsz;
523 if (col != NULL && col->width < totsz)
524 col->width = totsz;
525 return totsz;
549 totsz += col->decimal - intsz;
553 if (totsz > col->nwidth)
554 col->nwidth = totsz;
557 return totsz;
    [all...]
tbl_term.c 859 size_t intsz, padl, totsz; local
884 totsz = term_strlen(tp, dp->string);
900 if (col->decimal > intsz && col->width > totsz) {
902 if (padl + totsz > col->width)
903 padl = col->width - totsz;
908 } else if (col->width > totsz)
909 padl = (col->width - totsz) / 2;
916 if (col->width > padl + totsz)
917 tbl_fill_char(tp, ASCII_NBRSP, col->width - padl - totsz);
  /src/sys/netinet/
sctp_usrreq.c 244 int totsz; local
272 totsz = ip->ip_len;
280 nxtsz = find_next_best_mtu(totsz);

Completed in 32 milliseconds