Searched refs:mps_parse_flags (Results 1 – 4 of 4) sorted by relevance
/freebsd/usr.sbin/mpsutil/ |
H A D | mps_debug.c | 146 mps_parse_flags(flags, SGL_FLAGS, tmpbuf, sizeof(tmpbuf)); in print_sgl() 162 mps_parse_flags(sgc->Flags, SGL_FLAGS, tmpbuf, in print_sgl()
|
H A D | mpsutil.h | 105 int mps_parse_flags(uintmax_t, const char *, char *, int);
|
H A D | mpsutil.c | 223 mps_parse_flags(uintmax_t num, const char *q, char *outbuf, int tmpsz) in mps_parse_flags() function
|
H A D | mps_show.c | 261 mps_parse_flags(facts->IOCCapabilities, IOCCAP, tmpbuf, sizeof(tmpbuf)); in show_iocfacts() 296 mps_parse_flags(facts->ProtocolFlags, in show_iocfacts()
|