| /kernel/linux/linux-6.6/drivers/net/wwan/iosm/ |
| H A D | iosm_ipc_protocol_ops.h | 55 * @target: 0=host, 1=device 59 unsigned int target; member 219 * @target: 0=host, 1=device, host or EP devie 220 * is the message target 231 u8 target; member
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/arm/display/komeda/ |
| H A D | komeda_dev.h | 222 komeda_product_match(struct komeda_dev *mdev, u32 target) in komeda_product_match() argument 224 return MALIDP_CORE_ID_PRODUCT_ID(mdev->chip.core_id) == target; in komeda_product_match()
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/core/ |
| H A D | memory.c | 137 nvkm_memory_new(struct nvkm_device *device, enum nvkm_memory_target target, in nvkm_memory_new() argument 145 if (unlikely(target != NVKM_MEM_TARGET_INST || !imem)) in nvkm_memory_new()
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/dma/ |
| H A D | usergf100.c | 103 if (dmaobj->base.target != NV_MEM_TARGET_VM) { in gf100_dmaobj_new() 120 switch (dmaobj->base.target) { in gf100_dmaobj_new()
|
| H A D | usergf119.c | 100 if (dmaobj->base.target != NV_MEM_TARGET_VM) { in gf119_dmaobj_new() 114 switch (dmaobj->base.target) { in gf119_dmaobj_new() 124 * deal with the target themselves. in gf119_dmaobj_new()
|
| /kernel/linux/linux-6.6/tools/perf/tests/ |
| H A D | openat-syscall-tp-fields.c | 30 .target = { in test__syscall_openat_tp_fields() 59 err = evlist__create_maps(evlist, &opts.target); in test__syscall_openat_tp_fields()
|
| /kernel/linux/linux-6.6/net/netfilter/ |
| H A D | xt_HL.c | 3 * TTL modification target for IP tables 6 * Hop Limit modification target for ip6tables 22 MODULE_DESCRIPTION("Xtables: Hoplimit/TTL Limit field modification target"); 128 .target = ttl_tg, 138 .target = hl_tg6,
|
| H A D | xt_LOG.c | 81 .target = log_tg, 91 .target = log_tg,
|
| H A D | xt_AUDIT.c | 132 .target = audit_tg, 140 .target = audit_tg_ebt,
|
| H A D | xt_SECMARK.c | 163 .target = secmark_tg_v0, 173 .target = secmark_tg_v1,
|
| H A D | xt_TCPOPTSTRIP.c | 118 .target = tcpoptstrip_tg4, 128 .target = tcpoptstrip_tg6,
|
| H A D | xt_MASQUERADE.c | 77 .target = masquerade_tg6, 88 .target = masquerade_tg,
|
| H A D | xt_REDIRECT.c | 7 * Based on Rusty Russell's IPv4 REDIRECT target. Development of IPv6 85 .target = redirect_tg6, 96 .target = redirect_tg4,
|
| /kernel/linux/linux-6.6/samples/bpf/ |
| H A D | offwaketime_user.c | 42 char target[TASK_COMM_LEN]; member 53 printf("%s;", key->target); in print_stack()
|
| /kernel/linux/linux-6.6/tools/perf/util/ |
| H A D | probe-event.h | 101 char *target; /* Target binary */ member 196 struct map *get_target_map(const char *target, struct nsinfo *nsi, bool user);
|
| /kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/bonding/ |
| H A D | bond_macvlan.sh | 31 local target=${2} 36 ip netns exec ${ns} ping ${target} -c 4 -i 0.1 &>/dev/null
|
| /kernel/liteos_a/arch/arm/gic/ |
| H A D | gic_v2.c | 58 VOID HalIrqSendIpi(UINT32 target, UINT32 ipi) in HalIrqSendIpi() argument 60 GicWriteSgi(ipi, target, 0); in HalIrqSendIpi()
|
| /third_party/eudev/test/ |
| H A D | test-udev.c | 52 const char *target; in fake_filesystems() member 78 err = mount(fakefss[i].src, fakefss[i].target, NULL, MS_BIND, NULL); in fake_filesystems()
|
| /third_party/eudev/src/shared/ |
| H A D | log.h | 44 void log_set_target(LogTarget target); 129 const char *log_target_to_string(LogTarget target) _const_;
|
| /third_party/gn/src/gn/ |
| H A D | generated_file_target_generator.cc | 11 #include "gn/target.h" 15 Target* target, in GeneratedFileTargetGenerator() 20 : TargetGenerator(target, scope, function_call, err), output_type_(type) {} in GeneratedFileTargetGenerator() 31 function_call_, "generated_file target must have exactly one output.", in DoRun() 46 "The generated_file target requires either the \"contents\" variable " in DoRun() 76 "\"contents\" is defined on this target, and so setting " + in IsMetadataCollectionTarget() 14 GeneratedFileTargetGenerator( Target* target, Scope* scope, const FunctionCallNode* function_call, Target::OutputType type, Err* err) GeneratedFileTargetGenerator() argument
|
| H A D | ninja_generated_file_target_writer.cc | 15 #include "gn/target.h" 19 const Target* target, in NinjaGeneratedFileTargetWriter() 21 : NinjaTargetWriter(target, out) {} in NinjaGeneratedFileTargetWriter() 29 // A generated_file target should generate a stamp file with dependencies in Run() 30 // on each of the deps and data_deps in the target. The actual collection is in Run() 63 // If this is a metadata target, populate the write value with the appropriate in GenerateFile() 68 // get flagged on the right target. in GenerateFile() 18 NinjaGeneratedFileTargetWriter( const Target* target, std::ostream& out) NinjaGeneratedFileTargetWriter() argument
|
| H A D | ninja_copy_target_writer.cc | 15 #include "gn/target.h" 18 NinjaCopyTargetWriter::NinjaCopyTargetWriter(const Target* target, in NinjaCopyTargetWriter() argument 20 : NinjaTargetWriter(target, out) {} in NinjaCopyTargetWriter() 32 "\n used by target " + target_->label().GetUserVisibleName(false) + in Run() 44 "\n used by target " + target_->label().GetUserVisibleName(false) + in Run() 53 // General target-related substitutions needed by both tools. in Run() 106 // to avoid conflicts. This is also needed for data_deps on a copy target. in WriteCopyRules()
|
| H A D | ninja_target_command_util.h | 16 #include "gn/target.h" 88 // that supports precompiled headers, and this target supports precompiled 96 const Target* target, 110 void GetPCHOutputFiles(const Target* target,
|
| /third_party/cJSON/tests/unity/auto/ |
| H A D | unity_test_summary.rb | 29 results = @targets.map { |target| target.tr('\\', '/') }
|
| /third_party/icu/icu4c/source/common/unicode/ |
| H A D | ucnv_err.h | 200 char *target; /**< Pointer to the target buffer. @stable ICU 2.0 */ member 201 const char *targetLimit; /**< Pointer to the limit (end + 1) of target buffer. @stable ICU 2.0 */ 216 UChar *target; /**< Pointer to the target buffer. @stable ICU 2.0 */ member 217 const UChar *targetLimit; /**< Pointer to the limit (end + 1) of target buffer. @stable ICU 2.0 */
|