[Bug 284809] Add more flag names in db_print_sbflags
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 284809] Add more flag names in db_print_sbflags"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 284809] Add more flag names in db_print_sbflags"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 284809] Add more flag names in db_print_sbflags"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 284809] Add more flag names in db_print_sbflags"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 14 Feb 2025 09:53:19 UTC
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: bugs@FreeBSD.org
Reporter: nakayamakenjiro@gmail.com
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.