Home
last modified time | relevance | path

Searched defs:template (Results 1 – 25 of 137) sorted by relevance

123456

/openbmc/phosphor-webui/app/server-control/
H A Dindex.js19 'template': require('./controllers/bmc-reboot-controller.html'), property in AnonymousClass9aa763640301
24 'template': require('./controllers/server-led-controller.html'), property in AnonymousClass9aa763640401
29 'template': property in AnonymousClass9aa763640501
35 'template': property in AnonymousClass9aa763640601
41 'template': property in AnonymousClass9aa763640701
46 'template': require( property in AnonymousClass9aa763640801
52 'template': require('./controllers/kvm-controller.html'), property in AnonymousClass9aa763640901
56 'template': require('./controllers/kvm-window-controller.html'), property in AnonymousClass9aa763640a01
61 'template': property in AnonymousClass9aa763640b01
67 'template': property in AnonymousClass9aa763640c01
/openbmc/phosphor-webui/app/server-health/
H A Dindex.js19 'template': require('./controllers/log-controller.html'), property in AnonymousClass2cb071390301
24 'template': require('./controllers/log-controller.html'), property in AnonymousClass2cb071390401
29 'template': require('./controllers/log-controller.html'), property in AnonymousClass2cb071390501
34 'template': property in AnonymousClass2cb071390601
40 'template': property in AnonymousClass2cb071390701
46 'template': require('./controllers/syslog-controller.html'), property in AnonymousClass2cb071390801
51 'template': require('./controllers/log-controller.html'), property in AnonymousClass2cb071390901
/openbmc/phosphor-webui/app/configuration/
H A Dindex.js19 'template': require('./controllers/network-controller.html'), property in AnonymousClass0885c8570301
24 'template': require('./controllers/date-time-controller.html'), property in AnonymousClass0885c8570401
29 'template': require('./controllers/network-controller.html'), property in AnonymousClass0885c8570501
34 'template': require('./controllers/snmp-controller.html'), property in AnonymousClass0885c8570601
39 'template': require('./controllers/firmware-controller.html'), property in AnonymousClass0885c8570701
/openbmc/phosphor-webui/app/access-control/
H A Dindex.js19 'template': require('./controllers/ldap-controller.html'), property in AnonymousClassed349c3f0301
24 'template': require('./controllers/ldap-controller.html'), property in AnonymousClassed349c3f0401
29 'template': require('./controllers/user-controller.html'), property in AnonymousClassed349c3f0501
34 'template': property in AnonymousClassed349c3f0601
/openbmc/linux/arch/ia64/kernel/
H A Dkprobes.c85 static void __kprobes update_kprobe_inst_flag(uint template, uint slot, in update_kprobe_inst_flag()
138 static uint __kprobes is_cmp_ctype_unc_inst(uint template, uint slot, in is_cmp_ctype_unc_inst()
174 static int __kprobes unsupported_inst(uint template, uint slot, in unsupported_inst()
285 static void __kprobes prepare_break_inst(uint template, uint slot, in prepare_break_inst()
325 unsigned int template; in get_kprobe_inst() local
354 static int __kprobes valid_kprobe_addr(int template, int slot, in valid_kprobe_addr()
424 unsigned int template = bundle->quad0.template; in __is_ia64_break_inst() local
455 unsigned int template = bundle->quad0.template; in can_boost() local
496 unsigned int slot = addr & 0xf, template, major_opcode = 0; in arch_prepare_kprobe() local
600 unsigned long template; in resume_execution() local
/openbmc/linux/include/trace/
H A Dtrace_events.h61 #define DEFINE_EVENT(template, name, proto, args) \ argument
66 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg) \ argument
70 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
121 #define DEFINE_EVENT(template, name, proto, args) argument
124 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) argument
212 #define DEFINE_EVENT_PRINT(template, call, proto, args, print) \ argument
251 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) argument
439 #define DEFINE_EVENT(template, call, proto, args) \ argument
466 #define DEFINE_EVENT(template, call, proto, args) \ argument
481 #define DEFINE_EVENT_PRINT(template, call, proto, args, print) \ argument
H A Ddefine_trace.h53 #define DEFINE_EVENT_NOP(template, name, proto, args) argument
56 #define DEFINE_EVENT(template, name, proto, args) \ argument
60 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg) \ argument
64 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
68 #define DEFINE_EVENT_CONDITION(template, name, proto, args, cond) \ argument
H A Dtrace_custom_events.h51 #define DEFINE_CUSTOM_EVENT(template, name, proto, args) \ argument
68 #define DEFINE_CUSTOM_EVENT(template, name, proto, args) argument
175 #define DEFINE_CUSTOM_EVENT(template, call, proto, args) \ argument
200 #define DEFINE_CUSTOM_EVENT(template, call, proto, args) \ argument
H A Dperf.h64 #define DEFINE_EVENT(template, call, proto, args) \ argument
72 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
H A Dbpf_probe.h62 #define __DEFINE_EVENT(template, call, proto, args, size) \ argument
95 #define DEFINE_EVENT_WRITABLE(template, call, proto, args, size) \ argument
100 #define DEFINE_EVENT(template, call, proto, args) \ argument
104 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
/openbmc/linux/sound/soc/intel/avs/
H A Dpath.h21 struct avs_tplg_path *template; member
32 struct avs_tplg_pipeline *template; member
43 struct avs_tplg_module *template; member
55 struct avs_tplg_binding *template; member
H A Dpath.c54 struct avs_tplg_path_template *pos, *template = NULL; in avs_path_find_path() local
95 struct avs_tplg_path_template *template, in avs_path_find_variant()
560 struct avs_tplg_module *template) in avs_path_module_create()
721 struct avs_tplg_pipeline *template) in avs_path_pipeline_create()
781 struct avs_tplg_path *template, u32 dma_id) in avs_path_init()
849 struct avs_tplg_path *template) in avs_path_create_unlocked()
883 struct avs_tplg_path_template *template, in avs_path_create()
/openbmc/phosphor-webui/app/overview/
H A Dindex.js19 'template': property in AnonymousClassc157be560301
25 'template': property in AnonymousClassc157be560401
/openbmc/linux/include/trace/events/
H A Dbpf_test_run.h29 #define BPF_TEST_RUN_DEFINE_EVENT(template, call, proto, args, size) \ argument
34 #define BPF_TEST_RUN_DEFINE_EVENT(template, call, proto, args, size) \ argument
H A Dnbd.h85 #define NBD_DEFINE_EVENT(template, call, proto, args, size) \ argument
90 #define NBD_DEFINE_EVENT(template, call, proto, args, size) \ argument
/openbmc/openbmc/poky/meta/recipes-devtools/meson/meson/
H A Dmeson-setup.py34 template = in_file.read() variable
40 template = in_file.read() variable
/openbmc/linux/drivers/net/ethernet/marvell/prestera/
H A Dprestera_flower.c17 prestera_flower_template_free(struct prestera_flower_template *template) in prestera_flower_template_free()
26 struct prestera_flower_template *template, *tmp; in prestera_flower_template_cleanup() local
484 struct prestera_flower_template *template; in prestera_flower_tmplt_create() local
539 struct prestera_flower_template *template, *tmp; in prestera_flower_tmplt_destroy() local
/openbmc/phosphor-webui/app/access-control/controllers/
H A Duser-controller.js265 template, field in AnonymousClass2bd021dd0901
316 template, field in AnonymousClass2bd021dd0a01
406 template, field in AnonymousClass2bd021dd0b01
H A Dcertificate-controller.js190 template: modalTemplateCsrDownload, property in AnonymousClassad1aabe10e01
210 template: modalTemplateAddCert, property in AnonymousClassad1aabe11001
228 template: modalTemplateCsrGen, property in AnonymousClassad1aabe11201
/openbmc/linux/drivers/leds/
H A Dleds-gpio.c76 static int create_gpio_led(const struct gpio_led *template, in create_gpio_led()
212 const struct gpio_led *template) in gpio_led_get_gpiod()
271 const struct gpio_led *template = &pdata->leds[i]; in gpio_led_probe() local
/openbmc/openbmc/poky/scripts/lib/build_perf/
H A Dhtml.py12 template = env.get_template('report.html') variable
/openbmc/phosphor-webui/app/configuration/components/
H A Dcard.js41 template, field in AnonymousClassce2d8f6e0201
/openbmc/phosphor-webui/app/common/components/
H A Dstatus-icon.js47 .component('statusIcon', {template, bindings: {status: '@'}}) field in AnonymousClass0742d81f0201
H A Dalert-banner.js53 template, field in AnonymousClassdd8cfd800201
H A Dfile-upload.js56 template, field in AnonymousClass831579570301

123456