Home
last modified time | relevance | path

Searched defs:_ (Results 51 – 75 of 89) sorted by relevance

1234

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dkfree_skb.c16 #define _(P) (__builtin_preserve_access_index(P)) macro
H A Dbtf_dump_test_case_packing.c137 int f(struct { in f()
H A Dbtf_dump_test_case_padding.c225 int f(struct { in f()
H A Dtest_tcp_estats.c41 #define _(P) ({typeof(P) val = 0; bpf_probe_read_kernel(&val, sizeof(val), &P); val;}) macro
/openbmc/qemu/hw/display/
H A Ddm163.c273 for (unsigned _ = 0; _ < LED_SQUARE_SIZE; _++) { in update_display_of_row() local
/openbmc/linux/rust/alloc/vec/
H A Dmod.rs1747 g: &mut BackshiftOnDrop<'_, T, A>, in retain_mut()
2130 pub fn drain<R>(&mut self, range: R) -> Drain<'_, T, A> in drain()
3184 pub fn splice<R, I>(&mut self, range: R, replace_with: I) -> Splice<'_, I::IntoIter, A> in splice()
3243 pub fn extract_if<F>(&mut self, filter: F) -> ExtractIf<'_, T, F, A> in extract_if()
H A Dinto_iter.rs410 let _ = RawVec::from_raw_parts_in(self.0.buf.as_ptr(), self.0.cap, alloc); in drop() localVariable
/openbmc/linux/drivers/net/ethernet/sfc/
H A Dnic.c203 #define REGISTER_TABLE_DIMENSIONS(_, offset, arch, min_rev, max_rev, step, rows) { \ argument
/openbmc/linux/drivers/net/ethernet/sfc/falcon/
H A Dnic.c305 #define REGISTER_TABLE_DIMENSIONS(_, offset, arch, min_rev, max_rev, step, rows) { \ argument
/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A Dnic.c311 #define REGISTER_TABLE_DIMENSIONS(_, offset, arch, min_rev, max_rev, step, rows) { \ argument
/openbmc/linux/drivers/atm/
H A Deni.h126 struct atm_skb_data _; /* reserved */ member
/openbmc/linux/arch/s390/pci/
H A Dpci_clp.c74 struct { u8 _[CLP_BLK_SIZE]; } *req = data; in clp_req() member
/openbmc/linux/crypto/
H A Drsa-pkcs1pad.c69 #define _(X) { #X, rsa_digest_info_##X, sizeof(rsa_digest_info_##X) } macro
/openbmc/openpower-pnor-code-mgmt/
H A Dfunctions.cpp533 sdbusplus::message::object_path _; in maybeCallMessage() local
/openbmc/linux/drivers/mfd/
H A Dtps65010.c182 static int dbg_show(struct seq_file *s, void *_) in dbg_show()
/openbmc/linux/tools/lib/bpf/
H A Dbpf_helpers.h197 #define ___bpf_nth(_, _1, _2, _3, _4, _5, _6, _7, _8, _9, _a, _b, _c, N, ...) N argument
/openbmc/linux/net/core/
H A Dxdp.c740 #define XDP_METADATA_KFUNC(_, name) BTF_ID_FLAGS(func, name, KF_TRUSTED_ARGS) argument
/openbmc/linux/rust/kernel/
H A Dstr.rs294 let _ = &self.as_bytes()[index.start..]; in index() localVariable
/openbmc/linux/include/net/
H A Dxdp.h393 #define XDP_METADATA_KFUNC(name, _) name, argument
/openbmc/linux/rust/alloc/
H A Dboxed.rs1543 fn from(cow: Cow<'_, [T]>) -> Box<[T]> { in from()
1598 fn from(cow: Cow<'_, str>) -> Box<str> { in from()
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dcommand.py109 def runAsyncCommand(self, _, process_server, halt): argument
H A Devent.py240 noop = lambda _: None argument
/openbmc/linux/arch/s390/crypto/
H A Daes_s390.c842 u32 _[3]; /* reserved */ in gcm_aes_crypt() member
/openbmc/u-boot/scripts/kconfig/
H A Dqconf.cc39 # define _ qgettext macro
/openbmc/linux/scripts/
H A Dasn1_compiler.c206 #define _(X) [DIRECTIVE_##X] = #X macro

1234