/openbmc/openbmc/poky/bitbake/lib/bs4/ |
H A D | diagnose.py | 111 def handle_starttag(self, name, attrs): argument 114 def handle_endtag(self, name): argument 120 def handle_charref(self, name): argument 123 def handle_entityref(self, name): argument
|
/openbmc/linux/arch/powerpc/perf/ |
H A D | hv-common.h | 20 #define EVENT_DEFINE_RANGE_FORMAT(name, attr_var, bit_start, bit_end) \ argument 31 #define EVENT_DEFINE_RANGE_FORMAT_LITE(name, attr_var, bit_start, bit_end) \ argument 34 #define EVENT_DEFINE_RANGE(name, attr_var, bit_start, bit_end) \ argument
|
/openbmc/linux/fs/qnx4/ |
H A D | namei.c | 26 static int qnx4_match(int len, const char *name, in qnx4_match() 58 const char *name, struct qnx4_inode_entry **res_dir, int *ino) in qnx4_find_entry() 101 const char *name = dentry->d_name.name; in qnx4_lookup() local
|
/openbmc/linux/drivers/md/ |
H A D | dm-path-selector.c | 30 static struct ps_internal *__find_path_selector_type(const char *name) in __find_path_selector_type() 42 static struct ps_internal *get_path_selector(const char *name) in get_path_selector() 55 struct path_selector_type *dm_get_path_selector(const char *name) in dm_get_path_selector()
|
H A D | dm-target.c | 21 static inline struct target_type *__find_target_type(const char *name) in __find_target_type() 32 static struct target_type *get_target_type(const char *name) in get_target_type() 46 static void load_module(const char *name) in load_module() 51 struct target_type *dm_get_target_type(const char *name) in dm_get_target_type()
|
/openbmc/linux/tools/testing/selftests/arm64/mte/ |
H A D | mte_helper.S | 8 #define ENTRY(name) \ argument 14 #define ENDPROC(name) \ argument
|
/openbmc/linux/arch/s390/lib/ |
H A D | test_kprobes_asm.S | 6 #define KPROBES_TARGET_START(name) \ argument 10 #define KPROBES_TARGET_END(name) \ argument
|
/openbmc/linux/arch/powerpc/platforms/pseries/ |
H A D | reconfig.c | 114 static char * parse_next_property(char *buf, char *end, char **name, int *length, in parse_next_property() 168 static struct property *new_property(const char *name, const int length, in new_property() 196 char *path, *end, *name; in do_add_node() local 277 char *name, *end; in do_add_property() local 320 char *name, *end, *next_prop; in do_update_property() local
|
/openbmc/linux/drivers/platform/x86/intel/uncore-frequency/ |
H A D | uncore-frequency-common.c | 99 #define store_uncore_min_max(name, min_max) \ argument 110 #define show_uncore_min_max(name, min_max) \ argument 119 #define show_uncore_perf_status(name) \ argument 177 static int create_attr_group(struct uncore_data *data, char *name) in create_attr_group() 214 static void delete_attr_group(struct uncore_data *data, char *name) in delete_attr_group()
|
/openbmc/qemu/hw/9pfs/ |
H A D | 9p-synth.c | 45 const char *name, in v9fs_add_dir_node() 73 const char *name, V9fsSynthNode **result) in qemu_v9fs_synth_mkdir() 103 const char *name, v9fs_synth_read read, in qemu_v9fs_synth_add_file() 287 const char *name, int flags, in synth_open2() 447 const char *name, void *value, size_t size) in synth_lgetxattr() 461 const char *name, void *value, in synth_lsetxattr() 469 V9fsPath *path, const char *name) in synth_lremovexattr() 476 const char *name, V9fsPath *target) in synth_name_to_path() 526 const char *name, int flags) in synth_unlinkat() 572 char *name = g_strdup_printf(QTEST_V9FS_SYNTH_WALK_FILE, i); in synth_init() local [all …]
|
/openbmc/linux/sound/soc/codecs/ |
H A D | wm2200.c | 1061 #define WM2200_MIXER_CONTROLS(name, base) \ argument 1071 #define WM2200_MUX_ENUM_DECL(name, reg) \ argument 1075 #define WM2200_MUX_CTL_DECL(name) \ argument 1079 #define WM2200_MIXER_ENUMS(name, base_reg) \ argument 1089 #define WM2200_DSP_ENUMS(name, base_reg) \ argument 1203 #define WM2200_MUX(name, ctrl) \ argument 1206 #define WM2200_MIXER_WIDGETS(name, name_str) \ argument 1213 #define WM2200_DSP_WIDGETS(name, name_str) \ argument 1223 #define WM2200_MIXER_INPUT_ROUTES(name) \ argument 1255 #define WM2200_MIXER_ROUTES(widget, name) \ argument [all …]
|
/openbmc/linux/scripts/dtc/libfdt/ |
H A D | fdt_ro.c | 226 const char *name, int namelen) in fdt_subnode_offset_namelen() 245 const char *name) in fdt_subnode_offset() 396 const char *name, in fdt_get_property_namelen_() 427 const char *name, in fdt_get_property_namelen() 445 const char *name, int *lenp) in fdt_get_property() 452 const char *name, int namelen, int *lenp) in fdt_getprop_namelen() 478 const char *name; in fdt_getprop_by_offset() local 503 const char *name, int *lenp) in fdt_getprop() 526 const char *name, int namelen) in fdt_get_alias_namelen() 537 const char *fdt_get_alias(const void *fdt, const char *name) in fdt_get_alias() [all …]
|
/openbmc/linux/drivers/acpi/acpica/ |
H A D | acapps.h | 60 #define ACPI_OPTION(name, description) \ argument 65 #define ACPI_CHECK_STATUS(name, status, expected) \ argument 74 #define ACPI_CHECK_OK(name, status) ACPI_CHECK_STATUS (name, status, AE_OK); argument
|
/openbmc/qemu/target/ppc/ |
H A D | spr_common.h | 54 #define spr_register_kvm_hv(env, num, name, uea_read, uea_write, \ argument 64 #define spr_register_kvm(env, num, name, uea_read, uea_write, \ argument 70 #define spr_register_hv(env, num, name, uea_read, uea_write, \ argument 75 #define spr_register(env, num, name, uea_read, uea_write, \ argument
|
/openbmc/linux/security/ |
H A D | inode.c | 107 static struct dentry *securityfs_create_dentry(const char *name, umode_t mode, in securityfs_create_dentry() 200 struct dentry *securityfs_create_file(const char *name, umode_t mode, in securityfs_create_file() 228 struct dentry *securityfs_create_dir(const char *name, struct dentry *parent) in securityfs_create_dir() 260 struct dentry *securityfs_create_symlink(const char *name, in securityfs_create_symlink()
|
/openbmc/linux/drivers/platform/chrome/ |
H A D | chromeos_acpi.c | 71 int pkg_num, int sub_pkg_num, char *name, char *buf) in chromeos_acpi_handle_package() 130 char *name, char *buf) in chromeos_acpi_evaluate_method() 150 static int parse_attr_name(const char *name, char *attr_name, int *attr_num) in parse_attr_name() 178 char *name = "GPIO"; in get_gpio_pkg_num() local
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_xattr.c | 127 struct inode *inode, const char *name, void *value, size_t size) in xfs_xattr_get() 148 struct inode *inode, const char *name, const void *value, in xfs_xattr_set() 201 unsigned char *name, in __xfs_xattr_put_listent() 235 unsigned char *name, in xfs_xattr_put_listent()
|
/openbmc/linux/drivers/clk/renesas/ |
H A D | rcar-cpg-lib.c | 90 struct clk * __init cpg_sdh_clk_register(const char *name, in cpg_sdh_clk_register() 119 struct clk * __init cpg_sd_clk_register(const char *name, in cpg_sd_clk_register() 140 struct clk * __init cpg_rpc_clk_register(const char *name, in cpg_rpc_clk_register() 181 struct clk * __init cpg_rpcd2_clk_register(const char *name, in cpg_rpcd2_clk_register()
|
/openbmc/linux/drivers/firmware/efi/ |
H A D | vars.c | 176 efi_status_t efivar_get_variable(efi_char16_t *name, efi_guid_t *vendor, in efivar_get_variable() 189 efi_char16_t *name, efi_guid_t *vendor) in efivar_get_next_variable() 201 efi_status_t efivar_set_variable_locked(efi_char16_t *name, efi_guid_t *vendor, in efivar_set_variable_locked() 234 efi_status_t efivar_set_variable(efi_char16_t *name, efi_guid_t *vendor, in efivar_set_variable()
|
/openbmc/linux/arch/arm/mach-s3c/ |
H A D | iic-core.h | 18 static inline void s3c_i2c0_setname(char *name) in s3c_i2c0_setname() 24 static inline void s3c_i2c1_setname(char *name) in s3c_i2c1_setname()
|
/openbmc/linux/fs/jfs/ |
H A D | xattr.c | 84 static int is_known_namespace(const char *name) in is_known_namespace() 659 int __jfs_setxattr(tid_t tid, struct inode *inode, const char *name, in __jfs_setxattr() 798 ssize_t __jfs_getxattr(struct inode *inode, const char *name, void *data, in __jfs_getxattr() 927 static int __jfs_xattr_set(struct inode *inode, const char *name, in __jfs_xattr_set() 947 const char *name, void *value, size_t size) in jfs_xattr_get() 956 const char *name, const void *value, in jfs_xattr_set() 965 const char *name, void *value, size_t size) in jfs_xattr_get_os2() 975 const char *name, const void *value, in jfs_xattr_set_os2() 1022 char *name; in jfs_initxattrs() local
|
/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/actions/ |
H A D | simple.json | 4 "name": "Add simple action", string 28 "name": "Add simple action with change command", string 52 "name": "Add simple action with duplicate index", string 77 "name": "List simple actions", string 104 "name": "Delete simple action", string 129 "name": "Flush simple actions", string 156 "name": "Replace simple action with invalid goto chain control", string 181 "name": "Verify cleanup of failed actions batch add", string 211 "name": "Verify cleanup of failed actions batch change", string
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | spdx.py | 39 def setdefault(self, dest, name): argument 52 def set_property(self, attrs, name): argument 77 def set_property(self, attrs, name): argument 104 def set_property(self, attrs, name): argument 145 def __new__(mcls, name, bases, attrs): argument 172 def __setattr__(self, name, value): argument 231 name = _String() variable in SPDXPackage 276 name = _String() variable in SPDXExtractedLicensingInfo 286 name = _String() variable in SPDXDocument
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | qunit-1.18.0.js | 4 "exceptions in IE reasonable. Stored as query-strings."}],modules:[],currentModule:{name:"",tests:[… property in config.currentModule 8 …tocol==="file:";QUnit.version="1.18.0";}());extend(QUnit,{module:function(name,testEnvironment){va… argument 30 ….autorun=true;if(config.previousModule){runLoggingCallbacks("moduleDone",{name:config.previousModu… property in done.AnonymousClass8e2981370b01 49 for(i=0,l=config.modules.length;i<l;i++){modulesLog.push({name:config.modules[i].name,tests:config.… property in AnonymousClass8e2981370d01 73 this.testId=generateHash(this.module.name,this.testName);this.module.tests.push({name:this.testName… property in module.module.AnonymousClass8e2981371101 75 …f(hasOwn.call(config,"previousModule")){runLoggingCallbacks("moduleDone",{name:config.previousModu… property in Test.before.AnonymousClass8e2981371201 76 …oduleStats={all:0,bad:0,started:now()};runLoggingCallbacks("moduleStart",{name:this.module.name,te… property in Test.before.AnonymousClass8e2981371301 77 …Environment.afterEach;this.started=now();runLoggingCallbacks("testStart",{name:this.testName,modul… property in Test.before.AnonymousClass8e2981371501 88 runLoggingCallbacks("testDone",{name:this.testName,module:this.module.name,skipped:!!this.skip,fail… property in Test.finish.AnonymousClass8e2981371601 90 …defined.sessionStorage&&+sessionStorage.getItem("qunit-test-"+this.module.name+"-"+this.testName);… property in Test.push.details [all …]
|
/openbmc/u-boot/scripts/dtc/ |
H A D | livetree.c | 53 struct property *build_property(char *name, struct data val) in build_property() 65 struct property *build_property_delete(char *name) in build_property_delete() 128 struct node *name_node(struct node *node, char *name) in name_node() 225 char *name; in add_orphan_node() local 263 void delete_property_by_name(struct node *node, char *name) in delete_property_by_name() 296 void delete_node_by_name(struct node *parent, char *name) in delete_node_by_name() 323 char *name, const void *data, int len) in append_to_property() 766 static struct node *build_and_name_child_node(struct node *parent, char *name) in build_and_name_child_node() 777 static struct node *build_root_node(struct node *dt, char *name) in build_root_node() 991 void generate_label_tree(struct dt_info *dti, char *name, bool allocph) in generate_label_tree() [all …]
|