Home
last modified time | relevance | path

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

/netbsd-src/sys/sys/
H A Dsysctl.h675 struct buf_sysctl { struct
676 uint32_t b_flags; /* LONG: B_* flags */
677 int32_t b_error; /* INT: Errno value */
678 int32_t b_prio; /* INT: Hint for buffer queue discipline */
679 uint32_t b_dev; /* DEV_T: Device associated with buffer */
680 uint64_t b_bufsize; /* LONG: Allocated buffer size */
681 uint64_t b_bcount; /* LONG: Valid bytes in buffer */
682 uint64_t b_resid; /* LONG: Remaining I/O */
683 uint64_t b_addr; /* CADDR_T: Memory, superblocks, indirect... */
684 uint64_t b_blkno; /* DADDR_T: Underlying physical block number */
[all …]