Searched refs:enums (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/test/util-tests/tests/ctf/ |
H A D | check-enum.c | 97 static check_enum_test_t enums[] = { variable 140 for (d = 0; enums[d].cet_type != NULL; d++) { in main() 141 if (!ctftest_check_enum(enums[d].cet_type, fp, in main() 142 enums[d].cet_tests)) { in main()
|
H A D | check-common.c | 394 const check_enum_t *enums = arg; in ctftest_check_enum_value() local 396 for (i = 0; enums[i].ce_name != NULL; i++) { in ctftest_check_enum_value() 397 if (strcmp(enums[i].ce_name, name) != 0) in ctftest_check_enum_value() 399 if (enums[i].ce_value == (int64_t)value) in ctftest_check_enum_value() 402 name, value, enums[i].ce_value); in ctftest_check_enum_value() 411 ctftest_check_enum(const char *type, ctf_file_t *fp, const check_enum_t *enums) in ctftest_check_enum() argument 431 while (enums[tcount].ce_name != NULL) { in ctftest_check_enum() 449 (void *)enums)) != 0) { in ctftest_check_enum()
|
/illumos-gate/usr/src/tools/smatch/src/Documentation/ |
H A D | TODO.md | 7 * attributes of struct, union & enums are ignored (and possibly in other 9 * add support for bitwise enums
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipmpstat/ |
H A D | ipmpstat.c | 1073 enum2str(const ipmpstat_enum_t *enums, int enumval, char *buf, uint_t bufsize) in enum2str() argument 1077 for (enump = enums; enump->e_name != NULL; enump++) { in enum2str()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/ |
H A D | conf.sh | 849 1) echo "$command: check macros/enums as static initializers" >&2 ;;
|
/illumos-gate/usr/src/uts/common/smbsrv/ndl/ |
H A D | samrpc.ndl | 540 * the reply. Like most of these enums, total_entries is the same as
|
/illumos-gate/usr/src/cmd/sgs/libelf/common/ |
H A D | xlate.m4 | 200 * The enums are broken apart to get around deficiencies
|
H A D | xlate64.m4 | 244 * The enums are broken apart to get around deficiencies
|