Searched refs:enum (Results 1 – 8 of 8) sorted by relevance
12 local enum_type=$1 enum_string=$2 enum_prefix=$3 enum output23 for enum in "${!output[@]}"; do24 if [[ ${output[enum]} != "$enum_prefix"* ]]; then28 printf ' @%s[%d] = "%s";\n' "$enum_type" "$enum" "${output[enum]#$enum_prefix}"
17 enum DeviceType {30 enum Cipher {37 enum TweakMode {
10 enum rte_dev_event_type event,96 enum rte_dev_event_type event);
159 - our structures include fields with their enum types instead of int; bpftrace will160 complain it does not know about the enum (pahole doesn't print out enum
180 enum states {188 enum states state;226 enum states prev_state;
63 bool (*io_type_supported)(void *ctx, enum spdk_bdev_io_type);95 enum spdk_bdev_io_type {
85 will be called with appropriate spdk_bdev_event_type enum as an argument when
9 from enum import Enum