Home
last modified time | relevance | path

Searched refs:get_fields (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/rust/qemu-api-macros/src/
H A Dlib.rs51 fn get_fields(input: &DeriveInput) -> Result<&Punctuated<Field, Comma>, CompileError> { in get_fields() function
74 let fields = get_fields(&input)?; in derive_offsets_or_error()
/openbmc/linux/include/linux/
H A Dtrace_events.h299 struct list_head *(*get_fields)(struct trace_event_call *); member
476 if (!event_call->class->get_fields) in trace_get_fields()
478 return event_call->class->get_fields(event_call); in trace_get_fields()
/openbmc/linux/kernel/trace/
H A Dtrace_syscalls.c500 .get_fields = syscall_get_enter_fields,
H A Dtrace_events_user.c2083 user->class.get_fields = user_event_get_fields; in user_event_parse()
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dviews.py297 valid_fields = [f.name for f in model._meta.get_fields()]