Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_rangeset.c282 struct rs_el *src_r, *dst_r; in rangeset_copy() local
291 for (cursor = 0;; cursor = src_r->re_start + 1) { in rangeset_copy()
292 src_r = RANGESET_PCTRIE_LOOKUP_GE(&src_rs->rs_trie, cursor); in rangeset_copy()
293 if (src_r == NULL) in rangeset_copy()
295 dst_r = dst_rs->rs_dup_data(dst_rs->rs_data_ctx, src_r); in rangeset_copy()