configname        608 drivers/target/target_core_configfs.c 	const char *configname;
configname        610 drivers/target/target_core_configfs.c 	configname = config_item_name(&dev->dev_group.cg_item);
configname        611 drivers/target/target_core_configfs.c 	if (strlen(configname) >= INQUIRY_MODEL_LEN) {
configname        614 drivers/target/target_core_configfs.c 			configname);
configname        621 drivers/target/target_core_configfs.c 	strlcpy(dev->t10_wwn.model, configname, INQUIRY_MODEL_LEN);
configname       1396 scripts/kconfig/qconf.cc 	configname = xstrdup(conf_get_configname());
configname       1530 scripts/kconfig/qconf.cc 	str = QFileDialog::getOpenFileName(this, "", configname);
configname       1540 scripts/kconfig/qconf.cc 	free(configname);
configname       1541 scripts/kconfig/qconf.cc 	configname = xstrdup(name);
configname       1548 scripts/kconfig/qconf.cc 	if (conf_write(configname)) {
configname       1563 scripts/kconfig/qconf.cc 	str = QFileDialog::getSaveFileName(this, "", configname);
configname       1575 scripts/kconfig/qconf.cc 	free(configname);
configname       1576 scripts/kconfig/qconf.cc 	configname = xstrdup(name);
configname        294 scripts/kconfig/qconf.h 	char *configname;