/kernel/linux/linux-6.6/drivers/thermal/tegra/ |
H A D | tegra210-soctherm.c | 49 .name = "cpu", 68 .name = "gpu", 87 .name = "pll", 104 .name = "mem", 130 .name = "cpu0", 138 .name = "cpu1", 146 .name = "cpu2", 154 .name = "cpu3", 162 .name = "mem0", 170 .name [all...] |
H A D | tegra132-soctherm.c | 48 .name = "cpu", 67 .name = "gpu", 86 .name = "pll", 103 .name = "mem", 129 .name = "cpu0", 137 .name = "cpu1", 145 .name = "cpu2", 153 .name = "cpu3", 161 .name = "mem0", 169 .name [all...] |
H A D | tegra124-soctherm.c | 48 .name = "cpu", 67 .name = "gpu", 86 .name = "pll", 103 .name = "mem", 129 .name = "cpu0", 137 .name = "cpu1", 145 .name = "cpu2", 153 .name = "cpu3", 161 .name = "mem0", 169 .name [all...] |
/kernel/linux/linux-6.6/drivers/firmware/efi/ |
H A D | mokvar-table.c | 49 * completely NULL name and 0 data size. 160 if (mokvar_entry->name[0] == '\0') { in efi_mokvar_table_init() 167 /* Sanity check that the name is null terminated */ in efi_mokvar_table_init() 168 size = strnlen(mokvar_entry->name, in efi_mokvar_table_init() 169 sizeof(mokvar_entry->name)); in efi_mokvar_table_init() 170 if (size >= sizeof(mokvar_entry->name)) in efi_mokvar_table_init() 222 if (mokvar_cur->name[0] == '\0') in efi_mokvar_entry_next() 228 if (mokvar_next->name[0] == '\0') in efi_mokvar_entry_next() 236 * efi_mokvar_entry_find() - Find EFI MOK config entry by name 238 * name 246 efi_mokvar_entry_find(const char *name) efi_mokvar_entry_find() argument [all...] |
/kernel/linux/linux-6.6/arch/x86/include/asm/xen/ |
H A D | interface.h | 39 #define __DEFINE_GUEST_HANDLE(name, type) \ 40 typedef struct { type *p; } __guest_handle_ ## name 42 #define __DEFINE_GUEST_HANDLE(name, type) \ 43 typedef type * __guest_handle_ ## name 46 #define DEFINE_GUEST_HANDLE_STRUCT(name) \ 47 __DEFINE_GUEST_HANDLE(name, struct name) 48 #define DEFINE_GUEST_HANDLE(name) __DEFINE_GUEST_HANDLE(name, name) [all...] |
/kernel/linux/linux-6.6/drivers/macintosh/ |
H A D | windfarm_lm75_sensor.c | 56 sr->name, cfg); in wf_lm75_get() 95 const char *name, *loc; in wf_lm75_probe() local 116 name = "hd-temp"; in wf_lm75_probe() 118 name = "incoming-air-temp"; in wf_lm75_probe() 120 name = "optical-drive-temp"; in wf_lm75_probe() 122 name = "hard-drive-temp"; in wf_lm75_probe() 124 name = "slots-temp"; in wf_lm75_probe() 126 name = "cpu-inlet-temp-0"; in wf_lm75_probe() 128 name = "cpu-inlet-temp-1"; in wf_lm75_probe() 140 lm->sens.name in wf_lm75_probe() [all...] |
/kernel/linux/linux-6.6/drivers/isdn/mISDN/ |
H A D | clock.c | 8 * name = text string to name clock source 69 lastclock->name); in select_iclock() 76 bestclock->name); in select_iclock() 87 *mISDN_register_clock(char *name, int pri, clockctl_func_t *ctl, void *priv) in mISDN_register_clock() argument 93 printk(KERN_DEBUG "%s: %s %d\n", __func__, name, pri); in mISDN_register_clock() 99 strncpy(iclock->name, name, sizeof(iclock->name) - 1); in mISDN_register_clock() 117 printk(KERN_DEBUG "%s: %s %d\n", __func__, iclock->name, in mISDN_unregister_clock() [all...] |
/third_party/mesa3d/src/gallium/tools/trace/ |
H A D | format.py | 45 def function(self, name): 46 self.text(name) 48 def variable(self, name): 49 self.text(name) 76 def function(self, name): 78 Formatter.function(self, name) 81 def variable(self, name): 83 Formatter.variable(self, name) 145 def function(self, name): 147 Formatter.function(self, name) [all...] |
/third_party/node/test/parallel/ |
H A D | test-inspector-contexts.js | 27 const { name, origin, auxData } = contextCreated.params.context; 34 assert.strictEqual(name.includes(`[${process.pid}]`), true); 40 assert.strictEqual(expects, name); 59 const { id, name, origin, auxData } = contextCreated.params.context; 60 assert.strictEqual(name, 'VM Context 1', 91 const { name, origin, auxData } = contextCreated.params.context; 92 assert.strictEqual(name, 'Custom context', 117 const { name, origin, auxData } = contextCreated.params.context; 118 assert.strictEqual(name, 'VM Context 2', 140 vm.createContext({}, { name [all...] |
/third_party/ltp/testcases/network/lib6/ |
H A D | in6_02.c | 12 * IPv6 name to index and index to name function tests. 28 char *name; member 53 if (test_case[i].name == NULL) { in if_nametoindex_test() 58 TEST(if_nametoindex(test_case[i].name)); in if_nametoindex_test() 61 test_case[i].name, TST_RET, in if_nametoindex_test() 67 if (!pifn || strcmp(test_case[i].name, pifn)) { in if_nametoindex_test() 70 test_case[i].name, TST_RET, in if_nametoindex_test() 76 test_case[i].name, TST_RET); in if_nametoindex_test() 98 /* else, a valid interface-- double check name */ in sub_if_indextoname_test() 241 static char name[256]; setup() local [all...] |
/third_party/pulseaudio/src/modules/ |
H A D | module-switch-on-connect.c | 77 pa_log_debug("Trying to switch to new sink %s", sink->name); in sink_put_hook_callback() 90 if (u->blacklist && (pa_match(u->blacklist, sink->name) > 0)) { in sink_put_hook_callback() 91 pa_log_info("Refusing to switch to blacklisted sink %s", sink->name); in sink_put_hook_callback() 103 pa_core_set_configured_default_sink(c, sink->name); in sink_put_hook_callback() 108 pa_log_debug("%s already is the default sink", sink->name); in sink_put_hook_callback() 119 pa_core_set_configured_default_sink(c, sink->name); in sink_put_hook_callback() 140 pa_log_debug("Trying to switch to new source %s", source->name); in source_put_hook_callback() 150 if (u->blacklist && (pa_match(u->blacklist, source->name) > 0)) { in source_put_hook_callback() 151 pa_log_info("Refusing to switch to blacklisted source %s", source->name); in source_put_hook_callback() 163 pa_core_set_configured_default_source(c, source->name); in source_put_hook_callback() [all...] |
/third_party/python/Lib/ |
H A D | fnmatch.py | 19 def fnmatch(name, pat): 34 name = os.path.normcase(name) 36 return fnmatchcase(name, pat) 55 for name in names: 56 if match(name): 57 result.append(name) 59 for name in names: 60 if match(os.path.normcase(name)): 61 result.append(name) [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
H A D | vktSparseResourcesShaderIntrinsicsSampled.hpp | 37 const std::string& name, in SparseShaderIntrinsicsCaseSampledBase() 43 : SparseShaderIntrinsicsCaseBase (testCtx, name, function, imageType, imageSize, format, operand) {} in SparseShaderIntrinsicsCaseSampledBase() 58 const std::string& name, in SparseShaderIntrinsicsCaseSampledExplicit() 64 : SparseShaderIntrinsicsCaseSampledBase (testCtx, name, function, imageType, imageSize, format, operand) {} in SparseShaderIntrinsicsCaseSampledExplicit() 73 const std::string& name, in SparseCaseOpImageSparseSampleExplicitLod() 79 : SparseShaderIntrinsicsCaseSampledExplicit (testCtx, name, function, imageType, imageSize, format, operand) {} in SparseCaseOpImageSparseSampleExplicitLod() 92 const std::string& name, in SparseShaderIntrinsicsCaseSampledImplicit() 98 : SparseShaderIntrinsicsCaseSampledBase (testCtx, name, function, imageType, imageSize, format, operand) {} in SparseShaderIntrinsicsCaseSampledImplicit() 107 const std::string& name, in SparseCaseOpImageSparseSampleImplicitLod() 113 : SparseShaderIntrinsicsCaseSampledImplicit (testCtx, name, functio in SparseCaseOpImageSparseSampleImplicitLod() 36 SparseShaderIntrinsicsCaseSampledBase(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseShaderIntrinsicsCaseSampledBase() argument 57 SparseShaderIntrinsicsCaseSampledExplicit(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseShaderIntrinsicsCaseSampledExplicit() argument 72 SparseCaseOpImageSparseSampleExplicitLod(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseCaseOpImageSparseSampleExplicitLod() argument 91 SparseShaderIntrinsicsCaseSampledImplicit(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseShaderIntrinsicsCaseSampledImplicit() argument 106 SparseCaseOpImageSparseSampleImplicitLod(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseCaseOpImageSparseSampleImplicitLod() argument 125 SparseCaseOpImageSparseGather(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseCaseOpImageSparseGather() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/ |
H A D | Variable.hpp | 40 std::string name; member 69 // get() looks up and returns the variable with the given name. 70 virtual std::shared_ptr<Value> get(const std::string &name); 99 inline std::shared_ptr<Value> get(const std::string &name) override; 104 // put() places the variable with the given name and value into the container. 105 inline void put(const std::string &name, const std::shared_ptr<Value> &value); 155 std::shared_ptr<Value> VariableContainer::get(const std::string &name) in get() argument 160 if(var.name == name) in get() 167 if(auto val = base->get(name)) in get() 192 put(const std::string &name, const std::shared_ptr<Value> &value) put() argument [all...] |
/third_party/skia/third_party/externals/tint/src/ast/ |
H A D | struct_test.cc | 38 auto name = Sym("s"); in TEST_F() local 39 auto* s = create<Struct>(name, StructMemberList{Member("a", ty.i32())}, in TEST_F() 41 EXPECT_EQ(s->name, name); in TEST_F() 51 auto name = Sym("s"); in TEST_F() local 56 create<Struct>(name, StructMemberList{Member("a", ty.i32())}, decos); in TEST_F() 57 EXPECT_EQ(s->name, name); in TEST_F() 68 auto name = Sym("s"); in TEST_F() local 71 name, StructMemberLis in TEST_F() [all...] |
/third_party/rust/crates/clap/clap_complete/tests/ |
H A D | dynamic.rs | 5 let name = "test"; in suggest_subcommand_subset() 6 let mut cmd = clap::Command::new(name) in suggest_subcommand_subset() 11 let args = [name, "he"]; in suggest_subcommand_subset() 39 let name = "test"; in suggest_long_flag_subset() 40 let mut cmd = clap::Command::new(name) in suggest_long_flag_subset() 57 let args = [name, "--he"]; in suggest_long_flag_subset() 85 let name = "test"; in suggest_possible_value_subset() 86 let mut cmd = clap::Command::new(name).arg(clap::Arg::new("hello-world").value_parser([ in suggest_possible_value_subset() 92 let args = [name, "hello"]; in suggest_possible_value_subset() 120 let name in suggest_additional_short_flags() [all...] |
/third_party/rust/crates/regex/scripts/ |
H A D | scrape_crates_io.py | 32 help="The name of the output file to create.") 61 for (name, vers) in iter_crates(crates_index): 62 if name in KNOWN_UNMAINTAINED_CRATES: 65 with Crate(work_dir, name, vers) as c: 69 print((name, vers, r)) 72 out.write("// {}-{}: {}\n".format(name, vers, r)) 74 name.replace("-", "_"), i, r)) 99 if "regex" not in set(d["name"] for d in crate_info["deps"]): 104 yield (crate_info["name"], crate_info["vers"]) 121 def __init__(self, work_dir, name, versio [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/ |
H A D | vktSparseResourcesShaderIntrinsicsSampled.hpp | 37 const std::string& name, in SparseShaderIntrinsicsCaseSampledBase() 43 : SparseShaderIntrinsicsCaseBase (testCtx, name, function, imageType, imageSize, format, operand) {} in SparseShaderIntrinsicsCaseSampledBase() 58 const std::string& name, in SparseShaderIntrinsicsCaseSampledExplicit() 64 : SparseShaderIntrinsicsCaseSampledBase (testCtx, name, function, imageType, imageSize, format, operand) {} in SparseShaderIntrinsicsCaseSampledExplicit() 73 const std::string& name, in SparseCaseOpImageSparseSampleExplicitLod() 79 : SparseShaderIntrinsicsCaseSampledExplicit (testCtx, name, function, imageType, imageSize, format, operand) {} in SparseCaseOpImageSparseSampleExplicitLod() 92 const std::string& name, in SparseShaderIntrinsicsCaseSampledImplicit() 98 : SparseShaderIntrinsicsCaseSampledBase (testCtx, name, function, imageType, imageSize, format, operand) {} in SparseShaderIntrinsicsCaseSampledImplicit() 107 const std::string& name, in SparseCaseOpImageSparseSampleImplicitLod() 113 : SparseShaderIntrinsicsCaseSampledImplicit (testCtx, name, functio in SparseCaseOpImageSparseSampleImplicitLod() 36 SparseShaderIntrinsicsCaseSampledBase(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseShaderIntrinsicsCaseSampledBase() argument 57 SparseShaderIntrinsicsCaseSampledExplicit(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseShaderIntrinsicsCaseSampledExplicit() argument 72 SparseCaseOpImageSparseSampleExplicitLod(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseCaseOpImageSparseSampleExplicitLod() argument 91 SparseShaderIntrinsicsCaseSampledImplicit(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseShaderIntrinsicsCaseSampledImplicit() argument 106 SparseCaseOpImageSparseSampleImplicitLod(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseCaseOpImageSparseSampleImplicitLod() argument 125 SparseCaseOpImageSparseGather(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseCaseOpImageSparseGather() argument [all...] |
/kernel/linux/linux-5.10/kernel/ |
H A D | auditsc.c | 336 struct audit_names *name, in audit_compare_uid() 343 if (name) { in audit_compare_uid() 344 rc = audit_uid_comparator(uid, f->op, name->uid); in audit_compare_uid() 360 struct audit_names *name, in audit_compare_gid() 367 if (name) { in audit_compare_gid() 368 rc = audit_gid_comparator(gid, f->op, name->gid); in audit_compare_gid() 387 struct audit_names *name) in audit_field_compare() 392 return audit_compare_uid(cred->uid, name, f, ctx); in audit_field_compare() 394 return audit_compare_gid(cred->gid, name, f, ctx); in audit_field_compare() 396 return audit_compare_uid(cred->euid, name, in audit_field_compare() 335 audit_compare_uid(kuid_t uid, struct audit_names *name, struct audit_field *f, struct audit_context *ctx) audit_compare_uid() argument 359 audit_compare_gid(kgid_t gid, struct audit_names *name, struct audit_field *f, struct audit_context *ctx) audit_compare_gid() argument 383 audit_field_compare(struct task_struct *tsk, const struct cred *cred, struct audit_field *f, struct audit_context *ctx, struct audit_names *name) audit_field_compare() argument 467 audit_filter_rules(struct task_struct *tsk, struct audit_krule *rule, struct audit_context *ctx, struct audit_names *name, enum audit_state *state, bool task_creation) audit_filter_rules() argument 1204 audit_log_fcaps(struct audit_buffer *ab, struct audit_names *name) audit_log_fcaps() argument 1970 __audit_getname(struct filename *name) __audit_getname() argument 1990 audit_copy_fcaps(struct audit_names *name, const struct dentry *dentry) audit_copy_fcaps() argument 2014 audit_copy_inode(struct audit_names *name, const struct dentry *dentry, struct inode *inode, unsigned int flags) audit_copy_inode() argument 2038 __audit_inode(struct filename *name, const struct dentry *dentry, unsigned int flags) __audit_inode() argument 2599 __audit_log_kern_module(char *name) __audit_log_kern_module() argument 2639 __audit_log_nfcfg(const char *name, u8 af, unsigned int nentries, enum audit_nfcfgop op, gfp_t gfp) __audit_log_nfcfg() argument [all...] |
/drivers/peripheral/power/test/unittest/mock/ |
H A D | mock_wakelock_name.cpp | 26 bool MockWakeLockName::FindWakeLockName(const std::string &name) in FindWakeLockName() argument 28 auto it = std::find(wakeLockName.begin(), wakeLockName.end(), name); in FindWakeLockName() 35 void MockWakeLockName::WriteWakeLockName(const std::string &name) in WriteWakeLockName() argument 37 auto it = std::find(wakeLockName.begin(), wakeLockName.end(), name); in WriteWakeLockName() 39 wakeLockName.emplace_back(name); in WriteWakeLockName() 43 void MockWakeLockName::WriteWakeUnlockName(const std::string &name) in WriteWakeUnlockName() argument 45 auto it = std::find(wakeLockName.begin(), wakeLockName.end(), name); in WriteWakeUnlockName()
|
/kernel/linux/linux-5.10/arch/arm/mach-omap2/ |
H A D | omap_hwmod_2xxx_3xxx_ipblock_data.c | 32 .name = "uart", 42 .name = "venc", 50 .name = "l3", 54 .name = "l4", 58 .name = "mpu", 62 .name = "iva", 75 .name = "hdq1w",
|
/kernel/linux/linux-6.6/arch/arm/mach-omap2/ |
H A D | omap_hwmod_2xxx_3xxx_ipblock_data.c | 32 .name = "uart", 42 .name = "venc", 50 .name = "l3", 54 .name = "l4", 58 .name = "mpu", 62 .name = "iva", 75 .name = "hdq1w",
|
/kernel/linux/linux-6.6/arch/s390/lib/ |
H A D | test_kprobes_asm.S | 6 #define KPROBES_TARGET_START(name) \ 7 SYM_FUNC_START(name); \ 8 FTRACE_GEN_NOP_ASM(name) 10 #define KPROBES_TARGET_END(name) \ 11 SYM_FUNC_END(name); \ 12 SYM_DATA(name##_offs, .quad 1b - name)
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | ratelimit_types.h | 26 #define RATELIMIT_STATE_INIT_FLAGS(name, interval_init, burst_init, flags_init) { \ 27 .lock = __RAW_SPIN_LOCK_UNLOCKED(name.lock), \ 33 #define RATELIMIT_STATE_INIT(name, interval_init, burst_init) \ 34 RATELIMIT_STATE_INIT_FLAGS(name, interval_init, burst_init, 0) 39 #define DEFINE_RATELIMIT_STATE(name, interval_init, burst_init) \ 41 struct ratelimit_state name = \ 42 RATELIMIT_STATE_INIT(name, interval_init, burst_init) \
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | ratelimit_types.h | 26 #define RATELIMIT_STATE_INIT_FLAGS(name, interval_init, burst_init, flags_init) { \ 27 .lock = __RAW_SPIN_LOCK_UNLOCKED(name.lock), \ 33 #define RATELIMIT_STATE_INIT(name, interval_init, burst_init) \ 34 RATELIMIT_STATE_INIT_FLAGS(name, interval_init, burst_init, 0) 39 #define DEFINE_RATELIMIT_STATE(name, interval_init, burst_init) \ 41 struct ratelimit_state name = \ 42 RATELIMIT_STATE_INIT(name, interval_init, burst_init) \
|