/openbmc/phosphor-mrw-tools/ |
H A D | gen_ipmi_sensor.pl | 69 $entityID = $targetObj->getAttribute($target, "IPMI_ENTITY_ID"); 80 $sensorID = $targetObj->getAttribute($target, "IPMI_SENSOR_ID"); 82 $sensorType = hex($targetObj->getAttribute($target, 85 $sensorReadingType = $targetObj->getAttribute($target, 88 $path = $targetObj->getAttribute($target, "INSTANCE_PATH"); 191 my $coreNo = $targetObj->getAttribute($core, "IPMI_INSTANCE"); 193 my $procNo = $targetObj->getAttribute($proc, "POSITION"); 201 my $pos = $targetObj->getAttribute($dimmconn, "POSITION"); 206 my $procNo = $targetObj->getAttribute($proc, "POSITION"); 211 my $pos = $targetObj->getAttribute($gvcard, "IPMI_INSTANCE"); [all …]
|
H A D | Inventory.pm | 54 $type = $targetObj->getAttribute($target, "TYPE"); 58 $ruType = $targetObj->getAttribute($target, "RU_TYPE"); 166 my $class = $targetObj->getAttribute($target, "CLASS"); 169 my $ruType = $targetObj->getAttribute($target, "RU_TYPE"); 203 my $class = $targetObj->getAttribute($target, "CLASS"); 207 my $pos = $targetObj->getAttribute($target, "POSITION"); 227 my $class = $targetObj->getAttribute($item->{TARGET}, "CLASS"); 234 while ($targetObj->getAttribute($parent, "CLASS") eq "UNIT") {
|
H A D | Util.pm | 95 $fruType = $targetObj->getAttribute($item->{TARGET}, "TYPE"); 132 my $ruType = $targets->getAttribute($targetName, "RU_TYPE"); 168 my $loc = $targets->getAttribute($target, "LOCATION_CODE"); 169 my $type = $targets->getAttribute($target, "LOCATION_CODE_TYPE");
|
H A D | gen_occ_map.pl | 54 if ("OCC" ne $targetObj->getAttribute($target, "TYPE")) 64 $instance = $targetObj->getAttribute($target, "IPMI_INSTANCE"); 73 $sensor = $targetObj->getAttribute($child, "IPMI_SENSOR_ID");
|
H A D | hwmon.pl | 165 my $addr = $g_targetObj->getAttribute($i2c->{DEST}, "I2C_ADDRESS"); 172 my $addr = $g_targetObj->getAttribute($i2c->{SOURCE}, 178 my $offset = $g_targetObj->getAttribute($i2c->{SOURCE}, 242 my $mfgr = $g_targetObj->getAttribute($bmc, "MANUFACTURER");
|
H A D | gen_callouts.pl | 63 my $port = $targets->getAttribute($master,"I2C_PORT"); 73 my $addr = $targets->getAttribute($s,"I2C_ADDRESS"); 111 my $link = $targets->getAttribute($master, "FSI_LINK");
|
H A D | gen_path_callouts.pl | 326 if ($targets->getAttribute($parent, "CLASS") eq "CONNECTOR") 382 $segment{I2CBus} = $targets->getAttribute($target, "I2C_PORT"); 386 hex($targets->getAttribute($dest, "I2C_ADDRESS")); 395 hex($targets->getAttribute($target, "FSI_LINK")); 399 $segment{SPIBus} = $targets->getAttribute($target, "SPI_PORT"); 472 if ($class eq $targets->getAttribute($parent, "CLASS")) 671 if ($targets->getAttribute($segment->{SourceChip}, "TYPE") eq "BMC")
|
H A D | gen_ipmi_sel.pl | 69 $path = $targetObj->getAttribute($target, "INSTANCE_PATH"); 113 my $val = $obj->getAttribute($target, $attr);
|
H A D | gen_fan_zone_yaml.pl | 77 my $zone = $targets->getAttribute($part, "COOLING_ZONE"); 87 $profile = $targets->getAttribute($part,
|
H A D | gen_fru_properties.pl | 67 $targetType = $targets->getAttribute($item->{TARGET}, "TYPE"); 135 my $ruType = $targets->getAttribute($item->{TARGET}, "RU_TYPE");
|
H A D | gen_led_groups.pl | 140 if($targetObj->getAttribute($ledTarget, "LED_PRIORITY") eq "ON") 151 if("ENC-FAULT" eq $targetObj->getAttribute($ledTarget, "LED_TYPE")) 158 my $controlGroup = $targetObj->getAttribute($ledTarget, "CONTROL_GROUPS");
|
H A D | gen_ipmi_fru.pl | 61 $fruID = $targetObj->getAttribute($item->{TARGET}, "FRU_ID"); 66 $fruType = $targetObj->getAttribute($item->{TARGET}, "TYPE");
|
H A D | inventory.pl | 54 $fruName = $targetObj->getAttribute($target,"FRU_NAME"); 260 my $class = $targetObj->getAttribute($target, "CLASS");
|
H A D | gen_openpower_fru.pl | 57 $targetType = $targets->getAttribute($item->{TARGET}, "TYPE");
|
H A D | gen_settings.pl | 84 my $settingValue = $targetObj->getAttribute($target, $setting);
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | filtersnippet.js | 23 $(elemFrom).datepicker( "setDate", elemFrom.getAttribute( "data-setDate") ); 24 $(elemTo).datepicker( "setDate", elemTo.getAttribute( "data-setDate") ); 25 $(elemFrom).datepicker( "option", "minDate", elemFrom.getAttribute( "data-minDate")); 26 $(elemTo).datepicker( "option", "minDate", elemTo.getAttribute( "data-minDate")); 27 $(elemFrom).datepicker( "option", "maxDate", elemFrom.getAttribute( "data-maxDate")); 28 $(elemTo).datepicker( "option", "maxDate", elemTo.getAttribute( "data-maxDate"));
|
H A D | jquery-3.7.1.min.js | 2 …getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild…
|
H A D | jquery-2.0.3.min.js | 4 …getAttribute(t):(o=e.getAttributeNode(t))&&o.specified?o.value:null:o},ot.error=function(e){throw … 5 …getAttribute("disabled"))||n.parentNode.disabled&&x.nodeName(n.parentNode,"optgroup"))){if(t=x(n).…
|
H A D | jquery.dataTables-1.13.8.min.js | 4 …getAttribute("id"),i=!1,e=w.defaults,l=P(this);if("table"!=this.nodeName.toLowerCase())W(null,0,"N…
|
H A D | jsrender.min.js | 3 …getAttribute(Se),o?o!==Ie?(n=re[o],delete re[o]):t.fn&&(n=t.data(s)[Ie]):(e=e||(t.fn?Ie:n),n=j(e,s…
|
/openbmc/webui-vue/src/components/Mixins/ |
H A D | JumpLinkMixin.js | 11 const ref = event.target.getAttribute('data-ref');
|
/openbmc/bios-settings-mgr/include/ |
H A D | manager.hpp | 109 AttributeDetails getAttribute(AttributeName attribute) override;
|
/openbmc/rest-dbus/resources/ |
H A D | jquery.min.js | 2 …getAttribute(b):(f=a.getAttributeNode(b))&&f.specified?f.value:null},ga.error=function(a){throw ne… 5 …getAttribute("style")),k.hrefNormalized="/a"===d.getAttribute("href"),k.checkOn=!!a.value,k.optSel…
|
H A D | jsrender.min.js | 3 …getAttribute(Ae),a?a!==Te?(n=W[a],delete W[a]):e.fn&&(n=e.data(o)[Te]):(t=t||(e.fn?Te:n),n=k(t,o.i…
|
/openbmc/bios-settings-mgr/src/ |
H A D | manager.cpp | 64 Manager::AttributeDetails Manager::getAttribute(AttributeName attribute) in getAttribute() function in bios_config::Manager
|