Home
last modified time | relevance | path

Searched defs:buf_sysctl (Results 1 – 1 of 1) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Dsysctl.h748 struct buf_sysctl { struct
749 uint32_t b_flags; /* LONG: B_* flags */
750 int32_t b_error; /* INT: Errno value */
752 uint32_t b_dev; /* DEV_T: Device associated with buffer */
753 uint64_t b_bufsize; /* LONG: Allocated buffer size */
754 uint64_t b_bcount; /* LONG: Valid bytes in buffer */
755 uint64_t b_resid; /* LONG: Remaining I/O */
760 uint64_t b_proc; /* PTR: Associated proc if B_PHYS set */
761 uint64_t b_vp; /* PTR: File vnode */
762 uint64_t b_saveaddr; /* PTR: Original b_addr for physio */
[all …]