Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_redact.c419 const struct redact_node *rn2 = arg2; in redact_node_compare_start() local
421 const struct redact_record *rr2 = rn2->record; in redact_node_compare_start()
431 cmp = (rn1->thread_num < rn2->thread_num ? -1 : 1); in redact_node_compare_start()
445 const struct redact_node *rn2 = arg2; in redact_node_compare_end() local
447 const struct redact_record *srr2 = rn2->record; in redact_node_compare_end()
457 cmp = (rn1->thread_num < rn2->thread_num ? -1 : 1); in redact_node_compare_end()
/freebsd/usr.bin/tail/tests/
H A Dtail_test.sh80 tail -rn2 infile > outfile
81 tail -rn2 < infile > outpipe