Searched refs:smallbuffer_start (Results 1 – 1 of 1) sorted by relevance
1259 vm_offset_t smallbuffer_start; in sysctl_procargsx() local1514 smallbuffer_start = copy_end - vm_map_round_page(buflen, effective_page_mask); in sysctl_procargsx()1515 if (smallbuffer_start < copy_start) { in sysctl_procargsx()1516 smallbuffer_start = copy_start; in sysctl_procargsx()1518 bzero((void *)(smallbuffer_start + buflen), copy_end - (smallbuffer_start + buflen)); in sysctl_procargsx()