/openbmc/linux/include/linux/ |
H A D | export.h | 45 #define ___EXPORT_SYMBOL(sym, license, ns) \ argument 60 #define __EXPORT_SYMBOL(sym, license, ns) argument 64 #define __EXPORT_SYMBOL(sym, license, ns) __GENKSYMS_EXPORT_SYMBOL(sym) argument 68 #define __EXPORT_SYMBOL(sym, license, ns) \ argument 73 #define __EXPORT_SYMBOL(sym, license, ns) \ argument 81 #define _EXPORT_SYMBOL(sym, license) __EXPORT_SYMBOL(sym, license, __stringify(DEFAULT_SYMBOL_NAMES… argument 83 #define _EXPORT_SYMBOL(sym, license) __EXPORT_SYMBOL(sym, license, "") argument
|
H A D | license.h | 5 static inline int license_is_gpl_compatible(const char *license) in license_is_gpl_compatible()
|
H A D | pm.h | 377 #define _EXPORT_PM_OPS(name, license, ns) \ argument 382 #define _DISCARD_PM_OPS(name, license, ns) \ argument 386 #define _EXPORT_DEV_PM_OPS(name, license, ns) _EXPORT_PM_OPS(name, license, ns) argument 390 #define _EXPORT_DEV_PM_OPS(name, license, ns) _DISCARD_PM_OPS(name, license, ns) argument 396 #define _EXPORT_DEV_SLEEP_PM_OPS(name, license, ns) _EXPORT_PM_OPS(name, license, ns) argument 398 #define _EXPORT_DEV_SLEEP_PM_OPS(name, license, ns) _DISCARD_PM_OPS(name, license, ns) argument
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | license.py | 13 def license_ok(license, dont_want_licenses): argument 43 def __init__(self, license): argument 124 def include_license(license): argument 127 def exclude_license(license): argument 264 def return_spdx(d, license): argument 270 def canonical_license(d, license): argument 302 def incompatible_license_contains(license, truevalue, falsevalue, d): argument 308 def incompatible_pkg_license(d, dont_want_licenses, license): argument
|
/openbmc/webui-vue/ |
H A D | package-lock.json | 74 "license": "MIT", string 95 "license": "Apache-2.0", string 126 "license": "MIT", string 312 "license": "MIT", string 481 "license": "MIT", string 1901 "license": "Apache-2.0" string 2124 "license": "ISC", string 2140 "license": "MIT", string 2151 "license": "MIT", string 2162 "license": "MIT" string [all …]
|
/openbmc/bmcweb/redfish-core/include/registries/ |
H A D | license_message_registry.hpp | 20 namespace redfish::registries::license namespace
|
/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | license.hpp | 6 namespace license namespace
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | syscall.c | 63 static char license[] = "GPL"; in bpf_prog() local
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ |
H A D | redfish-schema-v1.json | 137 "license": { object 249 "license": { object
|
H A D | redfish-schema.v1_10_1.json | 137 "license": { object 249 "license": { object
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | redfish-schema.v1_10_1.json | 137 "license": { object 249 "license": { object
|
H A D | redfish-schema-v1.json | 137 "license": { object 249 "license": { object
|
/openbmc/linux/rust/macros/ |
H A D | module.rs | 95 license: String, field
|
/openbmc/phosphor-webui/ |
H A D | package.json | 91 "license": "Apache-2.0", string
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | testing_helpers.c | 296 size_t insns_cnt, const char *license, in bpf_test_load_program()
|
/openbmc/linux/drivers/net/can/softing/ |
H A D | softing.h | 69 uint16_t fw_version, hw_version, license, serial; member
|
/openbmc/linux/drivers/media/i2c/ccs/ |
H A D | ccs-data.h | 222 char *license; member
|
H A D | ccs-data.c | 770 char *license; in ccs_data_parse_license() local
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | btf_dump.c | 841 char license[4] = "GPL"; in test_btf_dump_datasec_data() local
|
/openbmc/linux/kernel/module/ |
H A D | internal.h | 102 enum mod_license license; member
|
H A D | main.c | 88 enum mod_license license; member 1577 static void module_license_taint_check(struct module *mod, const char *license) in module_license_taint_check()
|
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/ |
H A D | models.py | 1165 license = models.CharField(max_length=80, blank=True) variable in Package 1325 license = models.CharField(max_length=200, blank=True) variable in Recipe
|
/openbmc/linux/tools/lib/bpf/ |
H A D | gen_loader.c | 936 const char *license, struct bpf_insn *insns, size_t insn_cnt, in bpf_gen__prog_load()
|
H A D | bpf.c | 231 const char *prog_name, const char *license, in bpf_prog_load()
|
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/ |
H A D | __init__.py | 1286 summary="", description="", section="", license="", argument
|