Home
last modified time | relevance | path

Searched refs:apply_filter (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dwidgets.py205 def apply_filter(self, filters, filter_value, **kwargs): member in ToasterTable
314 self.apply_filter(filters, filter_value, **kwargs)
/openbmc/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c2554 struct sock_filter apply_filter[] = { in FIXTURE_SETUP() local
2570 self->apply_prog.filter = malloc(sizeof(apply_filter)); in FIXTURE_SETUP()
2572 memcpy(self->apply_prog.filter, &apply_filter, sizeof(apply_filter)); in FIXTURE_SETUP()
2573 self->apply_prog.len = (unsigned short)ARRAY_SIZE(apply_filter); in FIXTURE_SETUP()