Searched refs:cpsz (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/jemalloc/src/ |
H A D | stats.c | 992 size_t sv, bsz, usz, ssz, sssz, cpsz; in stats_general_print() local 998 cpsz = sizeof(const char *); in stats_general_print() 1063 OPT_WRITE(name, cpv, cpsz, emitter_type_string) in stats_general_print()
|
/freebsd/sys/netinet/ |
H A D | sctp_usrreq.c | 2198 size_t cpsz, left; local 2217 cpsz = sizeof(struct sockaddr_in6); 2219 cpsz = sizeof(struct sockaddr_in); 2222 cpsz = sizeof(struct sockaddr_in); 2228 cpsz = sizeof(struct sockaddr_in6); 2232 cpsz = 0; 2235 if (cpsz == 0) { 2238 if (left < cpsz) { 2249 memcpy(addr, &net->ro._l_addr, cpsz); 2252 memcpy(addr, &net->ro._l_addr, cpsz); [all …]
|