Home
last modified time | relevance | path

Searched full:span (Results 1 – 25 of 728) sorted by relevance

12345678910>>...30

/openbmc/phosphor-webui/app/server-health/controllers/
H A Dsensors-overview-controller.html40 <span ng-if="selectedSeverity.all">{{messages.NO_SENSOR_DATA}}</span>
41 <span ng-if="selectedSeverity.critical">{{messages.CRITICAL_NO_SENSOR_DATA}}</span>
42 <span ng-if="selectedSeverity.warning">{{messages.WARNING_NO_SENSOR_DATA}}</span>
43 <span ng-if="selectedSeverity.normal">{{messages.NORMAL_NO_SENSOR_DATA}}</span>
64 <span>{{sensor.title}}</span>
67 <span class="sensors__tbody-cell__title">Low critical</span>
68 <span class="sensors__tbody-cell__content">
69 <span class="sensors__tbody-info">{{sensor.CriticalLow}}</span>
70 <span class="sensors__tbody-degree" ng-if="sensor.unit == 'C'">&deg;</span>
71 <span class="sensors__tbody-unit">{{sensor.unit}}</span>
[all …]
/openbmc/phosphor-webui/app/common/directives/
H A Dapp-navigation.html6 <span class="nav-link">Overview</span>
12 <span class="nav-link">Health</span>
17 <span>Event log</span>
22 <span>Hardware status</span>
27 <span>Sensors</span>
35 <span class="nav-link">Control</span>
40 <span>Server power operations</span>
45 <span>Manage power usage</span>
50 <span>Server LED</span>
55 <span>Reboot BMC</span>
[all …]
H A Dfirmware-list.html26 <span class="table__cell-label">Boot priority:</span>
30 <span class="accessible-text">firmware up in priority</span></div>
34 <span class="accessible-text">firmware down in priority</span></div>
37 <span class="table__cell-label">Image state:</span>
38 <span>{{firmware.activationStatus}}</span>
41 <span class="table__cell-label">Version:</span>{{firmware.Version}}
53 <span class="table__cell-label">Action:</span>
/openbmc/linux/rust/macros/
H A Dquote.rs36 /// the given span.
42 ($span:expr => $($tt:tt)*) => {{
47 let span = $span; localVariable
48 quote_spanned!(@proc tokens span $($tt)*);
52 (@proc $v:ident $span:ident) => {};
53 (@proc $v:ident $span:ident #$id:ident $($tt:tt)*) => {
57 quote_spanned!(@proc $v $span $($tt)*);
59 (@proc $v:ident $span:ident #(#$id:ident)* $($tt:tt)*) => {
65 quote_spanned!(@proc $v $span $($tt)*);
67 (@proc $v:ident $span:ident ( $($inner:tt)* ) $($tt:tt)*) => {
[all …]
H A Dpaste.rs3 use proc_macro::{Delimiter, Group, Ident, Spacing, Span, TokenTree};
5 fn concat(tokens: &[TokenTree], group_span: Span) -> TokenTree { in concat()
8 let mut span = None; in concat() localVariable
12 Some(TokenTree::Literal(lit)) => segments.push((lit.to_string(), lit.span())), in concat()
18 segments.push((value, ident.span())); in concat()
27 // Set the overall span of concatenated token as current span in concat()
28 "span" => { in concat()
30 span.is_none(), in concat()
31 "span modifier should only appear at most once" in concat()
33 span = Some(sp); in concat()
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/
H A Dimportlayer.html30span class="help-block">The layer you are importing must be compatible with <strong>{{project.rele…
41span class="glyphicon glyphicon-question-sign get-help" title="Something like 'meta-mylayer'. Your…
44 …<span class="help-block" style="display: none;" id="invalid-layer-name-hint">A valid layer name ca…
45 <span class="help-inline" style="display: none;" id="duplicated-layer-name-hint"></span>
50 …<h3>A layer called <a href="" class="dup-layer-link"><span class="dup-layer-name"></span></a> alre…
54 The <span class="dup-layer-name"></span> repository url is
57 <span id="dup-layer-vcs-url"></span>
60 The <span class="dup-layer-name"></span> revision is
63 <span id="dup-layer-revision"></span>
68 The <span class="dup-layer-name"></span> directory is
[all …]
H A Drecipe.html28 <span class="glyphicon glyphicon-question-sign get-help" title="Build-related
29 information about the recipe"></span>
35 <span class="glyphicon glyphicon-question-sign get-help" title="The packaged
36 output resulting from building the recipe"></span>
42 <span class="glyphicon glyphicon-question-sign get-help" title="The recipe
43 build-time dependencies (i.e. other recipes)"></span>
49 <span class="glyphicon glyphicon-question-sign get-help" title="The recipe
51 depend on this recipe)"></span>
60 <span class="glyphicon glyphicon-question-sign get-help" title="The name of
61 the layer providing the recipe"></span>
[all …]
H A Dlayerdetails.html30 <span class="divider">&rarr;</span>
33 <span class="divider">&rarr;</span>
106 <span id="alert-msg"></span>
111 <span class="glyphicon glyphicon-plus"></span>
116 <span class="glyphicon glyphicon-trash"></span>
126 …ecipes" class="text-muted" id="targets-tab">Recipes (<span class="table-count-recipestable"></span
129 …ines" class="text-muted" id="machines-tab">Machines (<span class="table-count-machinestable"></spa…
149 …<span class="glyphicon glyphicon-question-sign get-help" title="Fetch/clone URL of the repository"…
153 <span class="current-value">{{layerversion.layer.vcs_url}}</span>
165span class="glyphicon glyphicon-question-sign get-help" title="Subdirectory within the repository …
[all …]
H A Dtask.html23 <span class="glyphicon glyphicon-question-sign get-help" title="{{task.get_outcome_help}}"></i>
49 })">Match to tasks in previous builds <span class="glyphicon
53 this prebuilt task is reusing"></span></a>
56 <span class="glyphicon glyphicon-question-sign get-help" title="This
60 output this prebuilt task is reusing"></span>
66 <span class="glyphicon glyphicon-question-sign
68 each task applies"></span>
72 <span class="glyphicon glyphicon-question-sign get-help" title="The name
73 of the task"></span>
77 <span class="glyphicon glyphicon-question-sign get-help" title="This
[all …]
H A Dmrb_section.html12span class="glyphicon glyphicon-question-sign get-help heading-help" data-original-title="Builds i…
53 <span data-toggle="tooltip" data-role="targets-text" title="Recipes: <%:targets%>">
55 </span>
58 <span data-toggle="tooltip" data-role="targets-text" title="Recipes: <%:targets%>">
60 </span>
90 <span class="glyphicon glyphicon-question-sign get-help get-help-blue"
92 </span>
118 <span class="glyphicon glyphicon-question-sign get-help get-help-blue"
120 </span>
122span id="repos-cloned-percentage-<%:id%>"><%:repos_cloned_percentage%></span>% complete <span id="…
[all …]
H A Dpackage_detail_base.html17 r = '<span class="text-muted"> as ' + alias + '&nbsp';
18 r += '<span class="glyphicon glyphicon-question-sign get-help';
28 r += '</span>';
29 r += '</span>';
71 … <span class="glyphicon glyphicon-question-sign get-help" title="The size of the package"></span>
88 …<span class="glyphicon glyphicon-question-sign get-help" title="The license under which this packa…
104 …<span class="glyphicon glyphicon-question-sign get-help" title="The name of the recipe building th…
116 …<span class="glyphicon glyphicon-question-sign get-help" title="The version of the recipe building…
122 …<span class="glyphicon glyphicon-question-sign get-help" title="The name of the layer providing th…
138 …<span class="glyphicon glyphicon-question-sign get-help" title="The Git branch of the layer provid…
[all …]
H A Dproject.html46 <span data-role="submit-state">Delete project</span>
47 <span data-role="loading-state" style="display:none">
48 <span class="fa-pulse">
50 </span>
52 </span>
66 …<p class="lead"><span id="project-machine-name"></span> <span class="glyphicon glyphicon-edit" id=…
69span class="help-block">Machine suggestions come from the list of layers added to your project. If…
75 …<span class="help-block text-danger" id="invalid-machine-name-help" style="display:none">A valid m…
83 …<p class="lead"><span id="project-distro-name"></span> <span class="glyphicon glyphicon-edit" id="…
86 <span class="help-block">Distro suggestions come from the Layer Index</a></span>
[all …]
H A Dproject_specific.html46 <span data-role="submit-state">Delete project</span>
47 <span data-role="loading-state" style="display:none">
48 <span class="fa-pulse">
50 </span>
52 </span>
66 …<p class="lead"><span id="project-machine-name"></span> <span class="glyphicon glyphicon-edit" id=…
69span class="help-block">Machine suggestions come from the list of layers added to your project. If…
75 …<span class="help-block text-danger" id="invalid-machine-name-help" style="display:none">A valid m…
83 …<p class="lead"><span id="project-distro-name"></span> <span class="glyphicon glyphicon-edit" id="…
86 <span class="help-block">Distro suggestions come from the Layer Index</a></span>
[all …]
H A Dcustomrecipe.html11 <span class="divider">&rarr;</span>
14 <span class="divider">&rarr;</span>
54 <span data-role="submit-state">Delete custom image</span>
55 <span data-role="loading-state" style="display:none">
56 <span class="fa-pulse">
58 </span>
60 </span>
75 <h3><span class="package-to-add-name"></span> dependencies</h3>
99 <h3><span class="package-to-rm-name"></span> reverse dependencies</h3>
102 …erse-deps-count"></strong> <span class="reverse-deps-package"></span> in your image <span class="r…
[all …]
/openbmc/phosphor-webui/app/redfish/controllers/
H A Dredfish-controller.html18 <span ng-if="isObject(value) && !isArray(value)">
24 </span>
26 <span ng-if="isArray(value)">
29 <span ng-if="isObject(val) && !isArray(val)">
35 <span ng-if="!$last">,</span>
37 </span>
38 <span ng-if="!isObject(val) && !isArray(val)">
40 <span ng-if="!$last">,</span>
41 </span>
44 </span>
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/
H A DCVE-2019-13232_p2.patch21 contained by a covered span. If so, the zip file is rejected as
60 + bound_t beg; /* start of the span */
61 + bound_t end; /* one past the end of the span */
64 + span_t *span; /* allocated, distinct, and sorted list of spans */
70 + * Return the index of the first span in cover whose beg is greater than val.
71 + * If there is no such span, then cover->num is returned.
80 + if (val < cover->span[mid].beg)
94 + return pos > 0 && val < cover->span[pos - 1].end;
98 + * Add a new span to the list, but only if the new span does not overlap any
99 + * spans already in the list. The new span covers the values beg..end-1. beg
[all …]
/openbmc/linux/drivers/net/ethernet/marvell/prestera/
H A Dprestera_span.c37 list_add_tail(&entry->list, &port->sw->span->entries); in prestera_span_entry_create()
49 prestera_span_entry_find_by_id(struct prestera_span *span, u8 span_id) in prestera_span_entry_find_by_id() argument
53 list_for_each_entry(entry, &span->entries, list) { in prestera_span_entry_find_by_id()
62 prestera_span_entry_find_by_port(struct prestera_span *span, in prestera_span_entry_find_by_port() argument
67 list_for_each_entry(entry, &span->entries, list) { in prestera_span_entry_find_by_port()
82 entry = prestera_span_entry_find_by_port(sw->span, port); in prestera_span_get()
108 entry = prestera_span_entry_find_by_id(sw->span, span_id); in prestera_span_put()
171 struct prestera_span *span; in prestera_span_init() local
173 span = kzalloc(sizeof(*span), GFP_KERNEL); in prestera_span_init()
174 if (!span) in prestera_span_init()
[all …]
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_span.c46 struct mlxsw_sp_span *span; member
77 return atomic_read(&mlxsw_sp->span->active_entries_count); in mlxsw_sp_span_occ_get()
83 struct mlxsw_sp_span *span; in mlxsw_sp_span_init() local
90 span = kzalloc(struct_size(span, entries, entries_count), GFP_KERNEL); in mlxsw_sp_span_init()
91 if (!span) in mlxsw_sp_span_init()
93 refcount_set(&span->policer_id_base_ref_count, 0); in mlxsw_sp_span_init()
94 span->entries_count = entries_count; in mlxsw_sp_span_init()
95 atomic_set(&span->active_entries_count, 0); in mlxsw_sp_span_init()
96 mutex_init(&span->analyzed_ports_lock); in mlxsw_sp_span_init()
97 INIT_LIST_HEAD(&span->analyzed_ports_list); in mlxsw_sp_span_init()
[all …]
/openbmc/openbmc-tools/dbus-vis/
H A Dindex.html12 <div id="div_title"><span>
14 </span>
17 <span>
22 </span>
25 <span><b>File name: </b></span>
26 <span id="file_name"></span>
31 <span><b>Capture: </b></span>
48 <span id="span_group_by_dbus">
57 </span>
58 <span id="span_group_by_ipmi">
[all …]
/openbmc/phosphor-webui/app/access-control/controllers/
H A Duser-accounts-modal-user.html75 <span ng-show="form.username.$error.required">
76 Field is required</span>
77 <span ng-show="form.username.$error.minlength || form.username.$error.maxlength">
78 Length must be between <span class="nowrap">1 – 16</span> characters</span>
79 <span ng-show="form.username.$error.pattern">
80 Invalid format</span>
81 <span ng-show="form.username.$error.duplicateUsername">
82 Username already exists</span>
110 …r-text">Password must between <span class="nowrap">{{modalCtrl.minPasswordLength}} – {{modalCtrl.m…
126 <span ng-show="form.password.$error.required">
[all …]
/openbmc/webui-vue/src/views/Settings/Network/
H A DNetworkGlobalSettings.vue38 <span v-if="useDomainNameState">
40 </span>
41 <span v-else>{{ $t('global.status.disabled') }}</span>
52 <span v-if="useDomainNameStateIpv6">
54 </span>
55 <span v-else>{{ $t('global.status.disabled') }}</span>
71 <span v-if="useDnsState">
73 </span>
74 <span v-else>{{ $t('global.status.disabled') }}</span>
85 <span v-if="useDnsStateIpv6">
[all …]
/openbmc/linux/drivers/scsi/megaraid/
H A Dmegaraid_sas_fp.c123 u16 MR_LdSpanArrayGet(u32 ld, u32 span, struct MR_DRV_RAID_MAP_ALL *map) in MR_LdSpanArrayGet() argument
125 return le16_to_cpu(map->raidMap.ldSpanMap[ld].spanBlock[span].span.arrayRef); in MR_LdSpanArrayGet()
148 static struct MR_LD_SPAN *MR_LdSpanPtrGet(u32 ld, u32 span, in MR_LdSpanPtrGet() argument
151 return &map->raidMap.ldSpanMap[ld].spanBlock[span].span; in MR_LdSpanPtrGet()
338 dev_err(&instance->pdev->dev, "megasas: span map %x, pDrvRaidMap->totalSize : %x\n", in MR_ValidateMapInfo()
379 u32 span, j; in MR_GetSpanBlock() local
381 for (span = 0; span < raid->spanDepth; span++, pSpanBlock++) { in MR_GetSpanBlock()
398 return span; in MR_GetSpanBlock()
408 * This routine calculates the Span block for given row using spanset.
418 * span - Span number
[all …]
/openbmc/phosphor-webui/app/server-control/controllers/
H A Dvirtual-media-controller.html16 …<span class="vm__upload-choose-button btn btn-secondary" ng-class="{disabled:device.isActive}">Cho…
19 <span ng-if="!device.file">No file selected</span>
20 <span ng-if="device.file.name !== undefined">{{device.file.name}}</span>
21 … <span class="icon__exit" ng-if="device.file && !device.isActive" ng-click="resetFile($index);">
23 </span>
27 <span>Active Session</span>
30 <span>Error in connecting to the selected file</span>
/openbmc/phosphor-webui/app/overview/controllers/
H A Dsystem-overview-controller.html52 IPv4: <span>{{ ipv4.Address }}</span>
55 IPv6: <span>{{ ipv6.Address | uppercase }}</span>
63 <span>{{iface.MACAddress | uppercase}}</span>
99 <span class="inline quick-links__event-copy">
101 </span>
109 Turn <span ng-if="dataService.LED_state == 'off'">on</span>
110 <span ng-if="dataService.LED_state == 'on'">off</span> server LED
118 <span class="uid-switch__status">{{
120 }}</span></label>
122 <span>
[all …]
/openbmc/webui-vue/src/views/SecurityAndAccess/Policies/
H A DPolicies.vue21 <span class="sr-only">
23 </span>
24 <span v-if="sshProtocolState">
26 </span>
27 <span v-else>{{ $t('global.status.disabled') }}</span>
46 <span class="sr-only">
48 </span>
49 <span v-if="ipmiProtocolState">
51 </span>
52 <span v-else>{{ $t('global.status.disabled') }}</span>
[all …]

12345678910>>...30