Home
last modified time | relevance | path

Searched refs:template (Results 26 – 50 of 505) sorted by relevance

12345678910>>...21

/openbmc/webui-vue/src/views/SecurityAndAccess/Certificates/
H A DCertificates.vue1 <template>
10 </template>
11 <template v-else>
17 </template>
23 </template>
24 <template v-else>
30 </template>
67 </template>
75 </template>
91 </template>
[all …]
/openbmc/webui-vue/src/views/Settings/Network/
H A DModalDns.vue1 <template>
23 <template v-if="!$v.form.staticDns.required">
25 </template>
26 <template v-if="!$v.form.staticDns.ipAddress">
28 </template>
34 <template #modal-footer="{ cancel }">
41 </template>
43 </template>
H A DModalHostname.vue1 <template>
23 <template v-if="!$v.form.hostname.required">
25 </template>
26 <template v-if="!$v.form.hostname.validateHostname">
28 </template>
34 <template #modal-footer="{ cancel }">
46 </template>
48 </template>
/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
63 struct avs_tplg_path_template *template,
/openbmc/openbmc/poky/meta/recipes-devtools/ruby/ruby/
H A D0002-Obey-LDFLAGS-for-the-link-of-libruby.patch9 template/Makefile.in | 2 +-
12 diff --git a/template/Makefile.in b/template/Makefile.in
14 --- a/template/Makefile.in
15 +++ b/template/Makefile.in
/openbmc/linux/include/trace/
H A Dbpf_probe.h62 #define __DEFINE_EVENT(template, call, proto, args, size) \ argument
65 check_trace_callback_type_##call(__bpf_trace_##template); \
75 .bpf_func = __bpf_trace_##template, \
95 #define DEFINE_EVENT_WRITABLE(template, call, proto, args, size) \ argument
97 __DEFINE_EVENT(template, call, PARAMS(proto), PARAMS(args), size)
100 #define DEFINE_EVENT(template, call, proto, args) \ argument
101 __DEFINE_EVENT(template, call, PARAMS(proto), PARAMS(args), 0)
104 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
105 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
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
178 check_trace_callback_type_##call(trace_custom_event_raw_event_##template); \
200 #define DEFINE_CUSTOM_EVENT(template, call, proto, args) \ argument
204 .class = &custom_event_class_##template, \
205 .event.funcs = &trace_custom_event_type_funcs_##template, \
206 .print_fmt = custom_print_fmt_##template, \
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
69 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
/openbmc/webui-vue/src/layouts/
H A DAppLayout.vue1 <template>
16 </template>
68 grid-template-columns: 100%;
69 grid-template-rows: auto;
70 grid-template-areas:
75 grid-template-columns: $navigation-width 1fr;
76 grid-template-areas:
/openbmc/qemu/docs/system/
H A Dvm-templating.rst12 With VM templating, a single template VM serves as the starting point for
18 new VMs are able to read template VM memory; however, any modifications
19 stay private and don't modify the original template VM or any other
36 In order to create the template VM, we have to make sure that VM memory
44 is to be stored in the ``template`` file.
58 In order to have a new VM be based on a template VM, we have to
59 configure VM RAM to be based on a template VM RAM file; however, the VM
68 existing 2GB file ``template``.
80 template VM or when starting new VMs based on a template VM.
93 These technologies rely on shared memory, however, the template VMs
[all …]
/openbmc/webui-vue/src/views/Operations/Firmware/
H A DFirmwareCardsHost.vue1 <template>
6 <template #header>
10 </template>
19 <template #header>
23 </template>
37 </template>
/openbmc/webui-vue/src/views/SecurityAndAccess/UserManagement/
H A DModalSettings.vue1 <template>
34 <template v-if="!$v.form.lockoutThreshold.required">
36 </template>
37 <template
49 </template>
90 <template v-if="!$v.form.lockoutDuration.required">
92 </template>
95 </template>
103 <template #modal-footer="{ cancel }">
120 </template>
[all …]
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/tracker/tracker-miners/
H A D0001-Set-header-file-to-a-fixed-path-instead-of-a-host-pa.patch10 src/libtracker-miners-common/tracker-miner-enum-types.c.template | 1 +-
13 …rs-common/tracker-miners-enum-types.c.template b/src/libtracker-miners-common/tracker-miners-enum-…
15 --- a/src/libtracker-miners-common/tracker-miners-enum-types.c.template
16 +++ b/src/libtracker-miners-common/tracker-miners-enum-types.c.template
/openbmc/linux/security/integrity/ima/
H A Dima_template.c298 result = template_desc_init_fields(template->fmt, in ima_init_template()
299 &(template->fields), in ima_init_template()
300 &(template->num_fields)); in ima_init_template()
303 (strlen(template->name) ? in ima_init_template()
304 template->name : template->fmt), result); in ima_init_template()
308 template = ima_template_desc_buf(); in ima_init_template()
309 if (!template) { in ima_init_template()
315 &(template->fields), in ima_init_template()
316 &(template->num_fields)); in ima_init_template()
319 (strlen(template->name) ? in ima_init_template()
[all …]
/openbmc/openbmc/meta-facebook/recipes-extended/rsyslog/rsyslog/
H A Drsyslog.conf22 template(name="IPMISELTemplate" type="list") {
33 template(name="RedfishTemplate" type="list") {
44 action(type="omfile" file="/var/log/ipmi_sel" template="IPMISELTemplate")
49 action(type="omfile" file="/var/log/redfish" template="RedfishTemplate")
/openbmc/linux/include/trace/events/
H A Dbpf_test_run.h29 #define BPF_TEST_RUN_DEFINE_EVENT(template, call, proto, args, size) \ argument
30 DEFINE_EVENT_WRITABLE(template, call, PARAMS(proto), \
34 #define BPF_TEST_RUN_DEFINE_EVENT(template, call, proto, args, size) \ argument
35 DEFINE_EVENT(template, call, PARAMS(proto), PARAMS(args))
/openbmc/bmcweb/redfish-core/include/utils/extern/
H A Ddate.h1171 template <>
2201 template<class>
2211 template<class>
2289 template<class>
2301 template<class>
2310 template<class>
2700 template<class>
2710 template<class>
3957 template <>
4741 template <>
[all …]
/openbmc/linux/drivers/net/ethernet/marvell/prestera/
H A Dprestera_flower.c19 prestera_acl_ruleset_put(template->ruleset); in prestera_flower_template_free()
20 list_del(&template->list); in prestera_flower_template_free()
21 kfree(template); in prestera_flower_template_free()
26 struct prestera_flower_template *template, *tmp; in prestera_flower_template_cleanup() local
30 prestera_flower_template_free(template); in prestera_flower_template_cleanup()
484 struct prestera_flower_template *template; in prestera_flower_tmplt_create() local
494 template = kmalloc(sizeof(*template), GFP_KERNEL); in prestera_flower_tmplt_create()
495 if (!template) { in prestera_flower_tmplt_create()
522 template->ruleset = ruleset; in prestera_flower_tmplt_create()
530 kfree(template); in prestera_flower_tmplt_create()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/syslog-ng/files/
H A D0001-macros-guard-ipv6-code-with-SYSLOG_NG_ENABLE_IPV6.patch16 lib/template/macros.c | 2 ++
19 diff --git a/lib/template/macros.c b/lib/template/macros.c
21 --- a/lib/template/macros.c
22 +++ b/lib/template/macros.c
/openbmc/linux/kernel/debug/kdb/
H A Dkdb_bp.c285 kdb_bp_t template = {0}; in kdb_bp() local
302 diag = kdbgetaddrarg(argc, argv, &nextarg, &template.bp_addr, in kdb_bp()
306 if (!template.bp_addr) in kdb_bp()
314 diag = kgdb_validate_break_address(template.bp_addr); in kdb_bp()
330 template.bp_type = BP_HARDWARE_BREAKPOINT; in kdb_bp()
331 diag = kdb_parsebp(argc, argv, &nextarg, &template); in kdb_bp()
335 template.bp_type = BP_BREAKPOINT; in kdb_bp()
347 bp_check->bp_addr == template.bp_addr) { in kdb_bp()
349 kdb_bfd_vma_fmt0 "\n", template.bp_addr); in kdb_bp()
354 template.bp_enabled = 1; in kdb_bp()
[all …]
/openbmc/webui-vue/src/views/ChangePassword/
H A DChangePassword.vue1 <template>
31 <template v-if="!$v.form.password.required">
33 </template>
52 <template v-if="!$v.form.passwordConfirm.required">
54 </template>
55 <template v-else-if="!$v.form.passwordConfirm.sameAsPassword">
57 </template>
72 </template>
/openbmc/webui-vue/src/views/Logs/EventLogs/
H A DEventLogs.vue1 <template>
67 </template>
103 </template>
112 </template>
125 </template>
164 </template>
170 </template>
175 </template>
190 </template>
193 </template>
[all …]
/openbmc/webui-vue/docs/guide/components/table/
H A Dindex.md32 <template>
41 </template>
89 <template>
99 </template>
161 <template>
178 </template>
236 <template>
262 </template>
307 <template>
400 <template>
[all …]
/openbmc/phosphor-debug-collector/
H A Dmap_gen.py7 from mako.template import Template
55 template = os.path.join(script_dir, args.template)
56 t = Template(filename=template)
/openbmc/webui-vue/src/views/HardwareStatus/Inventory/
H A DInventoryTableAssembly.vue1 <template>
15 <template #cell(expandRow)="row">
26 </template>
29 <template #cell(identifyLed)="row">
43 </template>
45 <template #row-details="{ item }">
66 </template>
69 </template>

12345678910>>...21