Home
last modified time | relevance | path

Searched refs:pointer (Results 1 – 20 of 20) sorted by relevance

/spdk/scripts/env_dpdk/22.11/
H A D23.11-rte_bus_pci.h.patch9 - * A pointer to rte_pci_device structure.
21 - * A pointer to rte_pci_device structure.
41 - * A pointer to rte_pci_device structure.
81 - * A pointer to a rte_pci_device structure.
108 - * A pointer to a rte_pci_device structure describing the device
132 - * A pointer to a rte_pci_device structure describing the device
H A D23.07-rte_bus_pci.h.patch11 - * A pointer to a rte_pci_device structure describing the device
35 - * A pointer to a rte_pci_device structure describing the device
H A D22.11-rte_bus_pci.h.patch9 - * A pointer to a rte_pci_device structure.
/spdk/include/spdk/
H A Dtrace_parser.h99 void *pointer; member
/spdk/
H A D.astylerc16 align-pointer=name # Align the * next to the variable name
/spdk/doc/
H A Dnvme_spec.md55 context pointer that will be called when a completion for the resulting command
78 itself contains a pointer to the request currently occupying that slot. When a
82 CID value and then following the pointer.
117 contains a function pointer that the user provided initially, which is then
H A Dconcurrency.md41 in SPDK consists of a function pointer and a pointer to some context. Messages
82 `spdk_msg_fn`, which is a function pointer and a context pointer, that can
97 `spdk_io_device` is any pointer, whose uniqueness is predicated only on its
H A Dusdt.md145 - add definitions for common nvmf data structures - then we can pass the subsystem pointer
150 bpftrace scripts; this would allow us to pass the subsystem pointer itself as a probe
157 modify SPDK to have the char array for storage, and a char pointer that points to
H A Dbdev_pg.md63 All block devices have a simple string name. At any time, a pointer to the
115 spdk_bdev_write(). These functions take as an argument a pointer to a region of
H A Devent.md38 from a queue. Each event consists of a bundled function pointer and its
H A Dstylesheet.css736 cursor: pointer;
749 cursor: pointer;
1178 cursor: pointer;
H A Dbdev_module.md30 pointer spdk_bdev_module structure that is used to register new bdev module.
/spdk/scripts/
H A Dgdb_macros.py185 gdb_obj = self.ptr.cast(gdb.lookup_type(self.type_name).pointer())
201 ns = nsptr.cast(gdb.lookup_type('struct spdk_nvmf_ns').pointer())
/spdk/app/trace/
H A Dtrace.cpp183 print_ptr(d->args[i].name, (uint64_t)entry->args[i].u.pointer); in print_event()
252 spdk_json_write_uint64(g_json, (uint64_t)entry->args[i].u.pointer); in print_event_json()
/spdk/mk/
H A Dspdk.common.mk274 COMMON_CFLAGS += -DDEBUG -g3 -O0 -fno-omit-frame-pointer
338 CFLAGS += $(COMMON_CFLAGS) -Wno-pointer-sign -Wstrict-prototypes -Wold-style-definition -std=gnu11
/spdk/lib/trace_parser/
H A Dtrace.cpp211 (pe->args[tpoint->related_objects[i].arg_index].u.pointer)); in next_entry()
/spdk/app/fio/nvme/
H A DREADME.md182 "Zone Invalid Write: The write to a zone was not at the write pointer." I/O errors.
/spdk/scripts/bpf/
H A Dtrace.py389 TracepointArgument.TYPE_PTR: lambda a: int(a.pointer or 0),
/spdk/test/unit/lib/nvmf/ctrlr_bdev.c/
H A Dctrlr_bdev_ut.c599 CU_ASSERT(nsdata.mc.pointer == 0); in test_nvmf_bdev_ctrlr_zcopy_start()
/spdk/lib/nvmf/
H A Dctrlr_bdev.c143 nsdata->mc.pointer = 0; in nvmf_bdev_ctrlr_identify_ns()