https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284809
Bug ID: 284809
Summary: Add more flag names in db_print_sbflags
Product: Base System
Version: CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: kern
Assignee: [email protected]
Reporter: [email protected]
Created attachment 257515
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=257515&action=edit
The patch to add more flag names in db_print_sbflags
Current db_print_sbflags() prints only a few flag names in sys/sys/sockbuf.h.
This patch adds more flags to display more names.
e.g. after the patch applied.
```
sb_flags: 0x2161 (SB_TLS_RX, SB_UPCALL, SB_KNOTE, SB_AIO_RUNNING,
SBS_CANTRCVMORE, SBS_RCVATMARK)
```
--
You are receiving this mail because:
You are the assignee for the bug.