Searched refs:cpsz (Results 1 – 2 of 2) sorted by relevance
| /freebsd-11-stable/contrib/jemalloc/src/ |
| HD | stats.c | 441 size_t sv, bsz, usz, ssz, sssz, cpsz; in stats_print() local 447 cpsz = sizeof(const char *); in stats_print() 496 if (je_mallctl("opt."#n, &cpv, &cpsz, NULL, 0) == 0) { \ in stats_print()
|
| /freebsd-11-stable/sys/netinet/ |
| HD | sctp_usrreq.c | 2233 size_t cpsz, left; local 2252 cpsz = sizeof(struct sockaddr_in6); 2254 cpsz = sizeof(struct sockaddr_in); 2257 cpsz = sizeof(struct sockaddr_in); 2263 cpsz = sizeof(struct sockaddr_in6); 2267 cpsz = 0; 2270 if (cpsz == 0) { 2273 if (left < cpsz) { 2284 memcpy(sas, &net->ro._l_addr, cpsz); 2287 memcpy(sas, &net->ro._l_addr, cpsz); [all …]
|