Home
last modified time | relevance | path

Searched hist:cc86d14a47c6d8668fa5372e3f4ffc4db0d95382 (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.bin/truss/
H A Dsyscalls.cdiff cc86d14a47c6d8668fa5372e3f4ffc4db0d95382 Thu Oct 31 23:29:13 CET 2019 Brooks Davis <brooks@FreeBSD.org> truss: centralize pointer-constructing casts.

In nearly all cases, the caller has a uintptr_t compatible argument so
this eliminates a large number of casts.

Add a print_pointer function to centralize printing pointers.

Reviewed by: jhb
Obtained from: CheriBSD
Sponsored by: DARPA, AFRL
Differential Revision: https://reviews.freebsd.org/D22212