Home
last modified time | relevance | path

Searched defs:cp (Results 1 – 3 of 3) sorted by relevance

/spdk/lib/conf/
H A Dconf.c156 spdk_conf_free(struct spdk_conf *cp) in spdk_conf_free()
192 #define CHECK_CP_OR_USE_DEFAULT(cp) (((cp) == NULL) && (default_config != NULL)) ? default_config :… argument
195 spdk_conf_find_section(struct spdk_conf *cp, const char *name) in spdk_conf_find_section()
219 spdk_conf_first_section(struct spdk_conf *cp) in spdk_conf_first_section()
240 append_cf_section(struct spdk_conf *cp, struct spdk_conf_section *sp) in append_cf_section()
428 parse_line(struct spdk_conf *cp, char *lp) in parse_line()
591 spdk_conf_read(struct spdk_conf *cp, const char *file) in spdk_conf_read()
670 spdk_conf_set_as_default(struct spdk_conf *cp) in spdk_conf_set_as_default()
676 spdk_conf_disable_sections_merge(struct spdk_conf *cp) in spdk_conf_disable_sections_merge()
/spdk/lib/scsi/
H A Dtask.c180 uint8_t *cp; in spdk_scsi_task_build_sense_data() local
H A Dscsi_bdev.c761 uint8_t *cp = data; in bdev_scsi_mode_sense_page() local