Searched refs:entrysize (Results 1 – 2 of 2) sorted by relevance
1853 size_t entrysize; in tcp_log_logs_to_buf() local1879 entrysize = sizeof(struct tcp_log_buffer); in tcp_log_logs_to_buf()1881 entrysize = offsetof(struct tcp_log_buffer, tlb_th); in tcp_log_logs_to_buf()1883 entrysize); in tcp_log_logs_to_buf()1888 ((uint8_t *)out_entry) + entrysize, in tcp_log_logs_to_buf()1889 sizeof(struct tcp_log_buffer) - entrysize); in tcp_log_logs_to_buf()1933 size_t outsize, entrysize; in tcp_log_getlogbuf() local1957 entrysize = sizeof(struct tcp_log_buffer); in tcp_log_getlogbuf()1960 entrysize += sizeof(struct tcp_log_verbose); in tcp_log_getlogbuf()1961 if ((sopt->sopt_valsize - outsize) < entrysize) in tcp_log_getlogbuf()[all …]
4244 vm_size_t entrysize; in vmspace_map_entry_forked() local4249 entrysize = entry->end - entry->start; in vmspace_map_entry_forked()4250 vm2->vm_map.size += entrysize; in vmspace_map_entry_forked()4252 vm2->vm_ssize += btoc(entrysize); in vmspace_map_entry_forked()