Home
last modified time | relevance | path

Searched refs:p_first (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.bin/patch/
H A Dpch.c90 p_first = 0; in re_patch()
633 p_first = strtolinenum(s, &s); in another_hunk()
643 } else if (p_first) in another_hunk()
647 p_first = 1; in another_hunk()
915 p_first = strtolinenum(s, &s); in another_hunk()
946 p_first + p_ptrn_lines - 1); in another_hunk()
1076 p_first = strtolinenum(buf, &s); in another_hunk()
1107 p_first + p_ptrn_lines - 1); in another_hunk()
1264 i = p_first; in pch_swap()
1265 p_first = p_newfirst; in pch_swap()
[all …]
/freebsd/sys/vm/
H A Dvm_object.c1118 vm_page_t ma[vm_pageout_page_count], p_first, tp; in vm_object_page_collect_flush() local
1138 for (p_first = p; count < vm_pageout_page_count; count++) { in vm_object_page_collect_flush()
1139 tp = vm_page_prev(p_first); in vm_object_page_collect_flush()
1146 p_first = tp; in vm_object_page_collect_flush()
1150 for (tp = p_first, i = 0; i < count; tp = TAILQ_NEXT(tp, listq), i++) in vm_object_page_collect_flush()