HomeFreeBSD

dtrace: Use size_t instead of uintptr_t to represent buffer offsets

Description

dtrace: Use size_t instead of uintptr_t to represent buffer offsets

This eases porting of DTrace to CHERI, where uintptr_t and size_t aren't
interchangeable.

No functional change intended.

Reviewed by: Domagoj Stolfa <domagoj.stolfa@gmail.com>
MFC after: 2 weeks
Sponsored by: Innovate UK
Differential Revision: https://reviews.freebsd.org/D48625

(cherry picked from commit ba9cff7aa2eb62d84bead503cd606d1586ea8388)

Details

Provenance
markjAuthored on Thu, Jan 23, 7:08 PM
Differential Revision
D48625: dtrace: Use size_t instead of uintptr_t to represent buffer offsets
Parents
rGaf5c7b110f47: bhyve: Implement the libslirp notify callback
Branches
Unknown
Tags
Unknown