Home
last modified time | relevance | path

Searched refs:dst_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
295 dst_r = dst_rs->rs_dup_data(dst_rs->rs_data_ctx, src_r); in rangeset_copy()
296 if (dst_r == NULL) { in rangeset_copy()
300 error = RANGESET_PCTRIE_INSERT(&dst_rs->rs_trie, dst_r); in rangeset_copy()