Searched refs:enumval (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipmpstat/
H A Dipmpstat.c1069 * Uses `enums' to map `enumval' to a string, and stores at most `bufsize'
1073 enum2str(const ipmpstat_enum_t *enums, int enumval, char *buf, uint_t bufsize) argument
1078 if (enump->e_val == enumval) {
1083 (void) snprintf(buf, bufsize, "<%d>", enumval);

Completed in 47 milliseconds