Home
last modified time | relevance | path

Searched defs:license (Results 1 – 25 of 30) sorted by relevance

12

/openbmc/webui-vue/
H A Dpackage-lock.json65 "license": "MIT", string
73 "license": "MIT", string
98 "license": "MIT", string
110 "license": "MIT", string
118 "license": "MIT", string
147 "license": "MIT", string
161 "license": "MIT", string
172 "license": "MIT", string
183 "license": "MIT", string
198 "license": "MIT", string
[all …]
/openbmc/linux/include/linux/
H A Dexport.h45 #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 Dlicense.h5 static inline int license_is_gpl_compatible(const char *license) in license_is_gpl_compatible()
H A Dpm.h377 #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 Dlicense.py12 def license_ok(license, dont_want_licenses): argument
42 def __init__(self, license): argument
123 def include_license(license): argument
126 def exclude_license(license): argument
/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dlicense.hpp4 namespace license namespace
/openbmc/bmcweb/redfish-core/include/registries/
H A Dlicense_message_registry.hpp18 namespace redfish::registries::license namespace
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dsyscall.c63 static char license[] = "GPL"; in bpf_prog() local
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/redfish-schema-v1/
H A Dredfish-schema-v1.json137 "license": { object
249 "license": { object
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A Dredfish-schema-v1.json137 "license": { object
249 "license": { object
H A Dredfish-schema.v1_10_0.json137 "license": { object
249 "license": { object
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/redfish-schema/
H A Dredfish-schema.json137 "license": { object
249 "license": { object
/openbmc/linux/rust/macros/
H A Dmodule.rs95 license: String, field
/openbmc/phosphor-webui/
H A Dpackage.json91 "license": "Apache-2.0", string
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtesting_helpers.c296 size_t insns_cnt, const char *license, in bpf_test_load_program()
/openbmc/linux/drivers/net/can/softing/
H A Dsofting.h69 uint16_t fw_version, hw_version, license, serial; member
/openbmc/linux/drivers/media/i2c/ccs/
H A Dccs-data.h222 char *license; member
H A Dccs-data.c769 char *license; in ccs_data_parse_license() local
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_dump.c841 char license[4] = "GPL"; in test_btf_dump_datasec_data() local
/openbmc/linux/kernel/module/
H A Dinternal.h102 enum mod_license license; member
H A Dmain.c88 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 Dmodels.py1165 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 Dgen_loader.c936 const char *license, struct bpf_insn *insns, size_t insn_cnt, in bpf_gen__prog_load()
H A Dbpf.c231 const char *prog_name, const char *license, in bpf_prog_load()
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/
H A D__init__.py1286 summary="", description="", section="", license="", argument

12