Home
last modified time | relevance | path

Searched refs:name (Results 2101 - 2125 of 64934) sorted by relevance

1...<<81828384858687888990>>...2598

/kernel/linux/linux-6.6/fs/jfs/
H A Dxattr.c33 * entries. Each extended attribute entry (jfs_ea) is a <name,value> double
34 * where <name> is constructed from a null-terminated ascii string
35 * (1 ... 255 bytes in the name) and <value> is arbitrary 8 bit data
80 * stripped and we make sure that the remaining name does not start with one
84 static int is_known_namespace(const char *name) in is_known_namespace() argument
86 if (strncmp(name, XATTR_SYSTEM_PREFIX, XATTR_SYSTEM_PREFIX_LEN) && in is_known_namespace()
87 strncmp(name, XATTR_USER_PREFIX, XATTR_USER_PREFIX_LEN) && in is_known_namespace()
88 strncmp(name, XATTR_SECURITY_PREFIX, XATTR_SECURITY_PREFIX_LEN) && in is_known_namespace()
89 strncmp(name, XATTR_TRUSTED_PREFIX, XATTR_TRUSTED_PREFIX_LEN)) in is_known_namespace()
97 if (is_known_namespace(ea->name)) in name_size()
655 __jfs_setxattr(tid_t tid, struct inode *inode, const char *name, const void *value, size_t value_len, int flags) __jfs_setxattr() argument
794 __jfs_getxattr(struct inode *inode, const char *name, void *data, size_t buf_size) __jfs_getxattr() argument
908 __jfs_xattr_set(struct inode *inode, const char *name, const void *value, size_t size, int flags) __jfs_xattr_set() argument
926 jfs_xattr_get(const struct xattr_handler *handler, struct dentry *unused, struct inode *inode, const char *name, void *value, size_t size) jfs_xattr_get() argument
934 jfs_xattr_set(const struct xattr_handler *handler, struct mnt_idmap *idmap, struct dentry *unused, struct inode *inode, const char *name, const void *value, size_t size, int flags) jfs_xattr_set() argument
944 jfs_xattr_get_os2(const struct xattr_handler *handler, struct dentry *unused, struct inode *inode, const char *name, void *value, size_t size) jfs_xattr_get_os2() argument
953 jfs_xattr_set_os2(const struct xattr_handler *handler, struct mnt_idmap *idmap, struct dentry *unused, struct inode *inode, const char *name, const void *value, size_t size, int flags) jfs_xattr_set_os2() argument
1003 char *name; jfs_initxattrs() local
[all...]
/kernel/linux/linux-6.6/include/trace/events/
H A Dwriteback.h62 __array(char, name, 32)
68 strscpy_pad(__entry->name,
76 __entry->name,
103 __array(char, name, 32)
113 strscpy_pad(__entry->name, bdi_dev_name(bdi), 32);
120 __entry->name,
187 __array(char, name, 32)
194 strscpy_pad(__entry->name, bdi_dev_name(inode_to_bdi(inode)), 32);
201 __entry->name,
216 __array(char, name, 3
[all...]
/third_party/python/Modules/_sqlite/clinic/
H A Dconnection.c.h144 "blobopen($self, table, column, row, /, *, readonly=False, name=\'main\')\n"
150 " Table name.\n"
152 " Column name.\n"
157 " name\n"
158 " Database name.");
165 sqlite3_int64 row, int readonly, const char *name);
171 static const char * const _keywords[] = {"", "", "", "readonly", "name", NULL}; in blobopen()
179 const char *name = "main"; in blobopen() local
227 _PyArg_BadArgument("blobopen", "argument 'name'", "str", args[4]); in blobopen()
231 name in blobopen()
329 const char *name; pysqlite_connection_create_function() local
402 const char *name; create_window_function() local
458 const char *name; pysqlite_connection_create_aggregate() local
824 const char *name = "main"; pysqlite_connection_backup() local
911 const char *name; pysqlite_connection_create_collation() local
968 const char *name = "main"; serialize() local
1035 const char *name = "main"; deserialize() local
[all...]
/third_party/protobuf/python/google/protobuf/
H A Djson_format.py15 # * Neither the name of Google Inc. nor the names of its
225 name = field.name
227 name = field.json_name
242 js[name] = js_map
245 js[name] = [self._FieldToJsonObject(field, k)
248 name = '[%s]' % field.full_name
249 js[name] = self._FieldToJsonObject(field, value)
251 js[name] = self._FieldToJsonObject(field, value)
263 name
[all...]
/third_party/curl/docs/examples/
H A Dsslbackend.c45 const char *name = argc > 1 ? argv[1] : "openssl"; in main() local
48 if(!strcmp("list", name)) { in main()
57 i, list[i]->name, list[i]->id); in main()
61 else if(isdigit((int)(unsigned char)*name)) { in main()
62 int id = atoi(name); in main()
67 result = curl_global_sslset(CURLSSLBACKEND_NONE, name, NULL); in main()
70 fprintf(stderr, "Unknown SSL backend id: %s\n", name); in main()
76 printf("Version with SSL backend '%s':\n\n\t%s\n", name, curl_version()); in main()
/third_party/node/test/fixtures/wpt/WebCryptoAPI/sign_verify/
H A Drsa_pkcs_vectors.js10 // name - a unique name for this vector
37 name: "RSASSA-PKCS1-v1_5 with SHA-1",
44 algorithm: {name: "RSASSA-PKCS1-v1_5"},
50 name: "RSASSA-PKCS1-v1_5 with SHA-256",
57 algorithm: {name: "RSASSA-PKCS1-v1_5"},
63 name: "RSASSA-PKCS1-v1_5 with SHA-384",
70 algorithm: {name: "RSASSA-PKCS1-v1_5"},
76 name: "RSASSA-PKCS1-v1_5 with SHA-512",
83 algorithm: {name
[all...]
/third_party/node/deps/v8/src/interpreter/
H A Dinterpreter-intrinsics.cc16 #define SUPPORTED(name, lower_case, count) case Runtime::kInline##name: in IsSupported()
29 #define TO_RUNTIME_ID(name, lower_case, count) \ in FromRuntimeId()
30 case Runtime::kInline##name: \ in FromRuntimeId()
31 return IntrinsicId::k##name; in FromRuntimeId()
43 #define TO_INTRINSIC_ID(name, lower_case, count) \ in ToRuntimeId()
44 case IntrinsicId::k##name: \ in ToRuntimeId()
45 return Runtime::kInline##name; in ToRuntimeId()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dsymbol.c46 static bool symbol__is_idle(const char *name);
104 const char * __weak arch__normalize_symbol_name(const char *name) in arch__normalize_symbol_name() argument
106 return name; in arch__normalize_symbol_name()
124 if (strlen(syma->name) >= 3 && !strncmp(syma->name, "SyS", 3)) in arch__choose_best_symbol()
126 if (strlen(syma->name) >= 10 && !strncmp(syma->name, "compat_SyS", 10)) in arch__choose_best_symbol()
163 a = prefix_underscores_count(syma->name); in choose_best_symbol()
164 b = prefix_underscores_count(symb->name); in choose_best_symbol()
170 /* Choose the symbol with the longest name */ in choose_best_symbol()
283 symbol__new(u64 start, u64 len, u8 binding, u8 type, const char *name) symbol__new() argument
340 const char *name = sym->name; __symbols__insert() local
456 symbol__match_symbol_name(const char *name, const char *str, enum symbol_tag_include includes) symbol__match_symbol_name() argument
473 symbols__find_by_name(struct rb_root_cached *symbols, const char *name, enum symbol_tag_include includes) symbols__find_by_name() argument
578 dso__find_symbol_by_name(struct dso *dso, const char *name) dso__find_symbol_by_name() argument
608 modules__parse(const char *filename, void *arg, int (*process_module)(void *arg, const char *name, u64 start, u64 size)) modules__parse() argument
622 char name[PATH_MAX]; modules__parse() local
674 symbol__is_idle(const char *name) symbol__is_idle() argument
712 map__process_kallsym_symbol(void *arg, const char *name, char type, u64 start) map__process_kallsym_symbol() argument
965 char *name; global() member
1001 find_module(const char *name, struct rb_root *modules) find_module() argument
1023 __read_proc_modules(void *arg, const char *name, u64 start, u64 size __maybe_unused) __read_proc_modules() argument
1137 char *name; filename_from_kallsyms_filename() local
1771 char *name; dso__load() local
1961 map__strcmp_name(const void *name, const void *b) map__strcmp_name() argument
1991 __maps__find_by_name(struct maps *maps, const char *name) __maps__find_by_name() argument
2005 maps__find_by_name(struct maps *maps, const char *name) maps__find_by_name() argument
2101 visible_dir_filter(const char *name, struct dirent *d) visible_dir_filter() argument
[all...]
H A Ddso.c280 static int decompress_kmodule(struct dso *dso, const char *name, in decompress_kmodule() argument
294 * behind the 'name' can still be plain uncompressed object. in decompress_kmodule()
305 if (!compressions[dso->comp].is_compressed(name)) in decompress_kmodule()
306 return open(name, O_RDONLY); in decompress_kmodule()
314 if (compressions[dso->comp].decompress(name, fd)) { in decompress_kmodule()
329 int dso__decompress_kmodule_fd(struct dso *dso, const char *name) in dso__decompress_kmodule_fd() argument
331 return decompress_kmodule(dso, name, NULL, 0); in dso__decompress_kmodule_fd()
334 int dso__decompress_kmodule_path(struct dso *dso, const char *name, in dso__decompress_kmodule_path() argument
337 int fd = decompress_kmodule(dso, name, pathname, len); in dso__decompress_kmodule_path()
351 * @name
362 const char *name = strrchr(path, '/'); __kmod_path__parse() local
463 do_open(char *name) do_open() argument
488 char *name = malloc(PATH_MAX); __open_dso() local
1139 dso__new_map(const char *name) dso__new_map() argument
1152 machine__findnew_kernel(struct machine *machine, const char *name, const char *short_name, int dso_type) machine__findnew_kernel() argument
1172 dso__set_long_name_id(struct dso *dso, const char *name, struct dso_id *id, bool name_allocated) dso__set_long_name_id() argument
1200 dso__set_long_name(struct dso *dso, const char *name, bool name_allocated) dso__set_long_name() argument
1205 dso__set_short_name(struct dso *dso, const char *name, bool name_allocated) dso__set_short_name() argument
1243 dso__new_id(const char *name, struct dso_id *id) dso__new_id() argument
1282 dso__new(const char *name) dso__new() argument
1372 const char *name = dso->short_name + 1; dso__kernel_module_get_build_id() local
[all...]
H A Ddsos.c116 * Either one of the dso or name parameter must be non-NULL or the
120 const char *name, struct dso_id *id) in __dsos__findnew_link_by_longname_id()
125 if (!name) in __dsos__findnew_link_by_longname_id()
126 name = dso->long_name; in __dsos__findnew_link_by_longname_id()
128 * Find node with the matching name in __dsos__findnew_link_by_longname_id()
132 int rc = __dso__cmp_long_name(name, id, this); in __dsos__findnew_link_by_longname_id()
144 * The core kernel DSOs may have duplicated long name. in __dsos__findnew_link_by_longname_id()
145 * In this case, the short name should be different. in __dsos__findnew_link_by_longname_id()
150 pr_err("Duplicated dso name: %s\n", name); in __dsos__findnew_link_by_longname_id()
119 __dsos__findnew_link_by_longname_id(struct rb_root *root, struct dso *dso, const char *name, struct dso_id *id) __dsos__findnew_link_by_longname_id() argument
202 __dsos__findnew_by_longname_id(struct rb_root *root, const char *name, struct dso_id *id) __dsos__findnew_by_longname_id() argument
207 __dsos__find_id(struct dsos *dsos, const char *name, struct dso_id *id, bool cmp_short) __dsos__find_id() argument
220 __dsos__find(struct dsos *dsos, const char *name, bool cmp_short) __dsos__find() argument
257 __dsos__addnew_id(struct dsos *dsos, const char *name, struct dso_id *id) __dsos__addnew_id() argument
270 __dsos__addnew(struct dsos *dsos, const char *name) __dsos__addnew() argument
275 __dsos__findnew_id(struct dsos *dsos, const char *name, struct dso_id *id) __dsos__findnew_id() argument
285 dsos__findnew_id(struct dsos *dsos, const char *name, struct dso_id *id) dsos__findnew_id() argument
[all...]
/kernel/linux/linux-6.6/fs/nfs/
H A Dnfstrace.h130 #define DEFINE_NFS_INODE_EVENT(name) \
131 DEFINE_EVENT(nfs_inode_event, name, \
136 #define DEFINE_NFS_INODE_EVENT_DONE(name) \
137 DEFINE_EVENT(nfs_inode_event_done, name, \
261 #define DEFINE_NFS_UPDATE_SIZE_EVENT(name) \
262 DEFINE_EVENT(nfs_update_size_class, nfs_size_##name, \
313 #define DEFINE_NFS_INODE_RANGE_EVENT(name) \
314 DEFINE_EVENT(nfs_inode_range_event, name, \
376 #define DEFINE_NFS_READDIR_EVENT(name) \
377 DEFINE_EVENT(nfs_readdir_event, name, \
[all...]
/third_party/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.cc15 // * Neither the name of Google Inc. nor the names of its
165 // parent if necessary, and so on. The full file name is actually
236 // Strip the binary name. in AddDefaultProtoPaths()
374 // given name.
381 // Get name of all output files.
869 for (const std::string& name : descriptor_set_in_names_) { in Run()
871 PopulateSingleSimpleDescriptorDatabase(name); in Run()
929 std::cerr << fd->name() in Run()
1091 if (database->FindFileByName(file_descriptor_set.file(j).name(), in PopulateSingleSimpleDescriptorDatabase()
1111 if (file.name() in AllowProto3Optional()
1367 std::string name, value; ParseArguments() local
1469 ParseArgument(const char* arg, std::string* name, std::string* value) ParseArgument() argument
1529 InterpretArgument(const std::string& name, const std::string& value) InterpretArgument() argument
2484 FormatFreeFieldNumbers(const std::string& name, const std::set<FieldRange>& ranges) FormatFreeFieldNumbers() argument
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFloatStateQueryTests.cpp77 virtual void verifyFloat (tcu::TestContext& testCtx, GLenum name, GLfloat reference) = DE_NULL;
80 virtual void verifyFloatExpanded (tcu::TestContext& testCtx, GLenum name, GLfloat reference) = DE_NULL;
81 virtual void verifyFloat2Expanded (tcu::TestContext& testCtx, GLenum name, GLfloat reference0, GLfloat reference1) = DE_NULL;
82 virtual void verifyFloat4Color (tcu::TestContext& testCtx, GLenum name, GLfloat reference0, GLfloat reference1, GLfloat reference2, GLfloat reference3) = DE_NULL;
85 virtual void verifyFloatRange (tcu::TestContext& testCtx, GLenum name, GLfloat min, GLfloat max) = DE_NULL;
86 virtual void verifyFloatGreaterOrEqual (tcu::TestContext& testCtx, GLenum name, GLfloat reference) = DE_NULL;
114 void verifyFloat (tcu::TestContext& testCtx, GLenum name, GLfloat reference);
115 void verifyFloatExpanded (tcu::TestContext& testCtx, GLenum name, GLfloat reference);
116 void verifyFloat2Expanded (tcu::TestContext& testCtx, GLenum name, GLfloat reference0, GLfloat reference1);
117 void verifyFloat4Color (tcu::TestContext& testCtx, GLenum name, GLfloa
127 verifyFloat(tcu::TestContext& testCtx, GLenum name, GLfloat reference) verifyFloat() argument
147 verifyFloatExpanded(tcu::TestContext& testCtx, GLenum name, GLfloat reference) verifyFloatExpanded() argument
153 verifyFloat2Expanded(tcu::TestContext& testCtx, GLenum name, GLfloat reference0, GLfloat reference1) verifyFloat2Expanded() argument
185 verifyFloat4Color(tcu::TestContext& testCtx, GLenum name, GLfloat reference0, GLfloat reference1, GLfloat reference2, GLfloat reference3) verifyFloat4Color() argument
219 verifyFloatRange(tcu::TestContext& testCtx, GLenum name, GLfloat min, GLfloat max) verifyFloatRange() argument
251 verifyFloatGreaterOrEqual(tcu::TestContext& testCtx, GLenum name, GLfloat reference) verifyFloatGreaterOrEqual() argument
300 verifyFloat(tcu::TestContext& testCtx, GLenum name, GLfloat reference) verifyFloat() argument
321 verifyFloatExpanded(tcu::TestContext& testCtx, GLenum name, GLfloat reference) verifyFloatExpanded() argument
345 verifyFloat2Expanded(tcu::TestContext& testCtx, GLenum name, GLfloat reference0, GLfloat reference1) verifyFloat2Expanded() argument
386 verifyFloat4Color(tcu::TestContext& testCtx, GLenum name, GLfloat reference0, GLfloat reference1, GLfloat reference2, GLfloat reference3) verifyFloat4Color() argument
434 verifyFloatRange(tcu::TestContext& testCtx, GLenum name, GLfloat min, GLfloat max) verifyFloatRange() argument
467 verifyFloatGreaterOrEqual(tcu::TestContext& testCtx, GLenum name, GLfloat reference) verifyFloatGreaterOrEqual() argument
506 verifyFloat(tcu::TestContext& testCtx, GLenum name, GLfloat reference) verifyFloat() argument
527 verifyFloatExpanded(tcu::TestContext& testCtx, GLenum name, GLfloat reference) verifyFloatExpanded() argument
551 verifyFloat2Expanded(tcu::TestContext& testCtx, GLenum name, GLfloat reference0, GLfloat reference1) verifyFloat2Expanded() argument
592 verifyFloat4Color(tcu::TestContext& testCtx, GLenum name, GLfloat reference0, GLfloat reference1, GLfloat reference2, GLfloat reference3) verifyFloat4Color() argument
640 verifyFloatRange(tcu::TestContext& testCtx, GLenum name, GLfloat min, GLfloat max) verifyFloatRange() argument
673 verifyFloatGreaterOrEqual(tcu::TestContext& testCtx, GLenum name, GLfloat reference) verifyFloatGreaterOrEqual() argument
712 verifyFloat(tcu::TestContext& testCtx, GLenum name, GLfloat reference) verifyFloat() argument
730 verifyFloatExpanded(tcu::TestContext& testCtx, GLenum name, GLfloat reference) verifyFloatExpanded() argument
736 verifyFloat2Expanded(tcu::TestContext& testCtx, GLenum name, GLfloat reference0, GLfloat reference1) verifyFloat2Expanded() argument
759 verifyFloat4Color(tcu::TestContext& testCtx, GLenum name, GLfloat reference0, GLfloat reference1, GLfloat reference2, GLfloat reference3) verifyFloat4Color() argument
784 verifyFloatRange(tcu::TestContext& testCtx, GLenum name, GLfloat min, GLfloat max) verifyFloatRange() argument
804 verifyFloatGreaterOrEqual(tcu::TestContext& testCtx, GLenum name, GLfloat reference) verifyFloatGreaterOrEqual() argument
833 DepthRangeCase(Context& context, StateVerifier* verifier, const char* name, const char* description) DepthRangeCase() argument
882 LineWidthCase(Context& context, StateVerifier* verifier, const char* name, const char* description) LineWidthCase() argument
916 PolygonOffsetFactorCase(Context& context, StateVerifier* verifier, const char* name, const char* description) PolygonOffsetFactorCase() argument
957 PolygonOffsetUnitsCase(Context& context, StateVerifier* verifier, const char* name, const char* description) PolygonOffsetUnitsCase() argument
998 SampleCoverageCase(Context& context, StateVerifier* verifier, const char* name, const char* description) SampleCoverageCase() argument
1057 BlendColorCase(Context& context, StateVerifier* verifier, const char* name, const char* description) BlendColorCase() argument
1107 ColorClearCase(Context& context, StateVerifier* verifier, const char* name, const char* description) ColorClearCase() argument
1158 DepthClearCase(Context& context, StateVerifier* verifier, const char* name, const char* description) DepthClearCase() argument
1188 MaxTextureLODBiasCase(Context& context, StateVerifier* verifier, const char* name, const char* description) MaxTextureLODBiasCase() argument
1206 AliasedPointSizeRangeCase(Context& context, StateVerifier* verifier, const char* name, const char* description) AliasedPointSizeRangeCase() argument
1224 AliasedLineWidthRangeCase(Context& context, StateVerifier* verifier, const char* name, const char* description) AliasedLineWidthRangeCase() argument
[all...]
/kernel/linux/linux-5.10/arch/parisc/include/asm/
H A Dlinkage.h20 #define ENTRY(name) \
22 name: ASM_NL\
23 .export name
25 #define ENTRY_CFI(name, ...) \
26 ENTRY(name) ASM_NL\
32 #define ENDPROC_CFI(name) \
36 ENDPROC(name)
/kernel/linux/linux-6.6/arch/parisc/include/asm/
H A Dlinkage.h20 #define ENTRY(name) \
22 name: ASM_NL\
23 .export name
25 #define ENTRY_CFI(name, ...) \
26 ENTRY(name) ASM_NL\
32 #define ENDPROC_CFI(name) \
36 ENDPROC(name)
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/type/
H A Dhdi_array_type_emitter.h38 void EmitCWriteVar(TypeMode mode, const std::string &name, const std::string &gotoLabel,
41 void EmitCProxyWriteOutVar(const std::string &name, const std::string &gotoLabel, StringBuilder &sb,
44 void EmitCProxyReadVar(const std::string &name, bool isInnerType, const std::string &gotoLabel, StringBuilder &sb,
47 void EmitCStubReadVar(const std::string &name, const std::string &gotoLabel, StringBuilder &sb,
50 void EmitCStubReadOutVar(const std::string &memFlagName, const std::string &name,
53 void EmitCppWriteVar(const std::string &parcelName, const std::string &name, StringBuilder &sb,
56 void EmitCppReadVar(const std::string &name, StringBuilder &sb, const std::string &prefix,
59 void EmitCMarshalling(const std::string &name, StringBuilder &sb, const std::string &prefix) const override;
61 void EmitCUnMarshalling(const std::string &name, const std::string &gotoLabel, StringBuilder &sb,
64 void EmitCppMarshalling(const std::string &parcelName, const std::string &name, StringBuilde
[all...]
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dintf_gpu_resource_manager.h48 * Create methods take a unique name (if named).
49 * Object is re-created if the name is already in use.
64 /** Create a GpuBuffer with unique buffer name.
65 * @param name Name of buffer
69 virtual RenderHandleReference Create(const BASE_NS::string_view name, const GpuBufferDesc& desc) = 0;
71 /** Create a GpuBuffer with unique buffer name and data.
72 * @param name Name of buffer
78 const BASE_NS::string_view name, const GpuBufferDesc& desc, const BASE_NS::array_view<const uint8_t> data) = 0;
87 /** Create a new GPU resource for a given GpuResourceHandle. (Old handle and name (if given) are valid)
100 /** Create a GpuImage with unique image name
[all...]
/kernel/linux/linux-5.10/arch/arm/mach-omap2/
H A Domap_hwmod_2430_data.c41 { .name = "logic", .rst_shift = 0 },
42 { .name = "mmu", .rst_shift = 1 },
46 .name = "iva",
65 .name = "i2c",
72 .name = "i2c1",
95 .name = "i2c2",
110 .name = "gpio5",
125 .name = "mailbox",
139 .name = "mcspi3",
165 .name
[all...]
/kernel/linux/linux-5.10/arch/mips/sgi-ip22/
H A Dip22-gio.c18 const char *name; member
21 { .name = "SGI Impact", .id = 0x10 },
22 { .name = "Phobos G160", .id = 0x35 },
23 { .name = "Phobos G130", .id = 0x36 },
24 { .name = "Phobos G100", .id = 0x37 },
25 { .name = "Set Engineering GFE", .id = 0x38 },
27 { .name = "SGI Newport", .id = 0x7e },
28 { .name = "SGI GR2/GR3", .id = 0x7f },
181 return sprintf(buf, "%s", giodev->name); in name_show()
183 static DEVICE_ATTR_RO(name);
330 const char *name = "Unknown"; ip22_check_gio() local
[all...]
/kernel/linux/linux-5.10/arch/arm/mach-omap1/
H A Ddma.c86 .name = "0",
91 .name = "1",
96 .name = "2",
101 .name = "3",
106 .name = "4",
111 .name = "5",
117 .name = "6",
123 .name = "7",
128 .name = "8",
133 .name
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000e/
H A Dparam.c143 const char *name; member
177 opt->name); in e1000_validate_option()
181 opt->name); in e1000_validate_option()
188 opt->name, *value); in e1000_validate_option()
212 opt->name, *value, opt->err); in e1000_validate_option()
242 .name = "Transmit Interrupt Delay", in e1000e_check_options()
262 .name = "Transmit Absolute Interrupt Delay", in e1000e_check_options()
282 .name = "Receive Interrupt Delay", in e1000e_check_options()
305 .name = "Receive Absolute Interrupt Delay", in e1000e_check_options()
328 .name in e1000e_check_options()
[all...]
/kernel/linux/linux-6.6/arch/arm/mach-omap2/
H A Domap_hwmod_2430_data.c41 { .name = "logic", .rst_shift = 0 },
42 { .name = "mmu", .rst_shift = 1 },
46 .name = "iva",
65 .name = "i2c",
72 .name = "i2c1",
95 .name = "i2c2",
110 .name = "gpio5",
125 .name = "mailbox",
139 .name = "mcspi3",
165 .name
[all...]
/kernel/linux/linux-6.6/arch/arm/mach-omap1/
H A Ddma.c86 .name = "0",
91 .name = "1",
96 .name = "2",
101 .name = "3",
106 .name = "4",
111 .name = "5",
117 .name = "6",
123 .name = "7",
128 .name = "8",
133 .name
[all...]
/kernel/linux/linux-6.6/arch/mips/sgi-ip22/
H A Dip22-gio.c18 const char *name; member
21 { .name = "SGI Impact", .id = 0x10 },
22 { .name = "Phobos G160", .id = 0x35 },
23 { .name = "Phobos G130", .id = 0x36 },
24 { .name = "Phobos G100", .id = 0x37 },
25 { .name = "Set Engineering GFE", .id = 0x38 },
27 { .name = "SGI Newport", .id = 0x7e },
28 { .name = "SGI GR2/GR3", .id = 0x7f },
180 return sprintf(buf, "%s", giodev->name); in name_show()
182 static DEVICE_ATTR_RO(name);
329 const char *name = "Unknown"; ip22_check_gio() local
[all...]
/kernel/linux/linux-5.10/fs/hfsplus/
H A Dattributes.c51 u32 cnid, const char *name) in hfsplus_attr_build_key()
57 if (name) { in hfsplus_attr_build_key()
60 HFSPLUS_ATTR_MAX_STRLEN, name, strlen(name)); in hfsplus_attr_build_key()
138 const char *name, struct hfs_find_data *fd) in hfsplus_find_attr()
142 hfs_dbg(ATTR_MOD, "find_attr: %s,%d\n", name ? name : NULL, cnid); in hfsplus_find_attr()
149 if (name) { in hfsplus_find_attr()
150 err = hfsplus_attr_build_key(sb, fd->search_key, cnid, name); in hfsplus_find_attr()
169 int hfsplus_attr_exists(struct inode *inode, const char *name) in hfsplus_attr_exists() argument
50 hfsplus_attr_build_key(struct super_block *sb, hfsplus_btree_key *key, u32 cnid, const char *name) hfsplus_attr_build_key() argument
137 hfsplus_find_attr(struct super_block *sb, u32 cnid, const char *name, struct hfs_find_data *fd) hfsplus_find_attr() argument
194 hfsplus_create_attr(struct inode *inode, const char *name, const void *value, size_t size) hfsplus_create_attr() argument
307 hfsplus_delete_attr(struct inode *inode, const char *name) hfsplus_delete_attr() argument
[all...]

Completed in 21 milliseconds

1...<<81828384858687888990>>...2598