Home
last modified time | relevance | path

Searched refs:char (Results 1 – 7 of 7) sorted by relevance

/spdk/scripts/env_dpdk/22.11/
H A D23.11-rte_dev.h.patch9 @@ -41,6 +42,19 @@ typedef void (*rte_dev_event_cb_fn)(const char *device_name,
35 rte_dev_iterator_init(struct rte_dev_iterator *it, const char *str);
37 @@ -359,6 +374,7 @@ rte_dev_iterator_init(struct rte_dev_iterator *it, const char *str);
61 rte_dev_event_callback_register(const char *device_name,
72 @@ -405,12 +428,16 @@ rte_dev_event_callback_register(const char *device_name,
78 rte_dev_event_callback_unregister(const char *device_name,
89 @@ -419,47 +446,64 @@ rte_dev_event_callback_unregister(const char *device_name,
95 rte_dev_event_callback_process(const char *device_name,
/spdk/go/rpc/
H A DclientIntegration.go31 func spdk_gorpc_call(jsonPtr *C.char, location *C.char) (*C.char, C.int) { argument
102 func spdk_gorpc_free_response(p *C.char) { argument
/spdk/test/common/config/pkgdep/patches/qat/
H A D0001-strlcpy-to-strscpy.patch
H A D0001-missing-prototypes.patch
/spdk/test/common/config/pkgdep/patches/dpdk/20.11/
H A Ddpdk_pci.patch10 @@ -330,8 +330,8 @@ pci_scan_one(const char *dirname, const struct rte_pci_addr *addr)
/spdk/doc/
H A Dusdt.md154 - our structures have char arrays (not char pointers) for things like subnqn; large
157 modify SPDK to have the char array for storage, and a char pointer that points to
H A Dnotify.md15 `spdk_notify_type_register(const char *type)`. Parameter 'type' is the name of