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

  /src/sys/dev/dkwedge/
dk.c 316 unsigned newcnt, oldcnt; local
326 newcnt = oldcnt + incr;
329 newarray = malloc(newcnt * sizeof(*newarray), M_DKWEDGE,
342 ndkwedges = newcnt;
dk.c 316 unsigned newcnt, oldcnt; local
326 newcnt = oldcnt + incr;
329 newarray = malloc(newcnt * sizeof(*newarray), M_DKWEDGE,
342 ndkwedges = newcnt;
  /src/sys/netinet/
sctp_input.c 185 unsigned int newcnt; local
190 newcnt = ntohs(init->num_inbound_streams);
194 for (i=newcnt; i < asoc->pre_open_streams; i++) {
221 asoc->pre_open_streams = newcnt;
sctp_input.c 185 unsigned int newcnt; local
190 newcnt = ntohs(init->num_inbound_streams);
194 for (i=newcnt; i < asoc->pre_open_streams; i++) {
221 asoc->pre_open_streams = newcnt;
  /src/crypto/external/apache2/openssl/dist/ssl/
t1_lib.c 1544 size_t newcnt = garg->tplmax + GROUPLIST_INCREMENT; local
1545 size_t newsz = newcnt * sizeof(size_t);
1552 garg->tplmax = newcnt;
t1_lib.c 1544 size_t newcnt = garg->tplmax + GROUPLIST_INCREMENT; local
1545 size_t newsz = newcnt * sizeof(size_t);
1552 garg->tplmax = newcnt;

Completed in 89 milliseconds