Home
last modified time | relevance | path

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

/freebsd/share/examples/jails/
H A Djib361 xargs -rn1 ifconfig |
388 jib_show "$name" | xargs -rn1 -I eiface ifconfig eiface destroy
H A Djng419 xargs -rn1 -Ibridge ngctl show bridge: |
446 jng_show "$name" | xargs -rn1 -I eiface ngctl shutdown eiface:
/freebsd/tools/test/stress2/tools/
H A Dbench.c51 static void rn1(void);
54 static void (*functions[])(void) = {&cr1, &cr2, &cr3, &rn1, &rw1, &rw2};
152 rn1(void) in rn1() function
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_redact.c418 const struct redact_node *rn1 = arg1; in redact_node_compare_start() local
420 const struct redact_record *rr1 = rn1->record; in redact_node_compare_start()
431 cmp = (rn1->thread_num < rn2->thread_num ? -1 : 1); in redact_node_compare_start()
444 const struct redact_node *rn1 = arg1; in redact_node_compare_end() local
446 const struct redact_record *srr1 = rn1->record; in redact_node_compare_end()
457 cmp = (rn1->thread_num < rn2->thread_num ? -1 : 1); in redact_node_compare_end()