Home
last modified time | relevance | path

Searched defs:target (Results 76 – 100 of 372) sorted by relevance

12345678910>>...15

/openbmc/phosphor-bmc-code-mgmt/cpld/lattice/
H A Dlattice_base_cpld.hpp125 const std::string& target, const bool debugMode) : in LatticeBaseCPLD()
145 std::string target; member in phosphor::software::cpld::LatticeBaseCPLD
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dweston.py30 def get_processes_of(self, target, error_msg): argument
H A Dsystemd.py19 def systemctl(self, action='', target='', expected=0, verbose=False): argument
/openbmc/phosphor-watchdog/src/
H A Dwatchdog.cpp119 auto target = actionTargetMap.find(action); in timeOutHandler() local
/openbmc/phosphor-gpio-monitor/
H A DgpioMonMain.cpp96 std::string target; main() local
/openbmc/qemu/include/hw/virtio/
H A Dvhost-scsi-common.h34 int target; member
/openbmc/u-boot/drivers/mtd/nand/spi/
H A Dwinbond.c66 unsigned int target) in w25m02gv_select_target()
/openbmc/qemu/tests/qemu-iotests/
H A D12447 def transaction_drive_backup(device, target, **kwargs): argument
109 def write_default_pattern(self, target): argument
223 target=None): argument
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/
H A Dmodels.py779 target = models.CharField(max_length=100) variable in ProjectTarget
785 target = models.CharField(max_length=100) variable in Target
887 def clone_image_artifacts_from(self, target): argument
926 def clone_sdk_artifacts_from(self, target): argument
945 target = models.ForeignKey(Target, on_delete=models.CASCADE) variable in TargetKernelFile
955 target = models.ForeignKey(Target, on_delete=models.CASCADE) variable in TargetSDKFile
974 target = models.ForeignKey(Target, on_delete=models.CASCADE) variable in Target_Image_File
1008 target = models.ForeignKey(Target, on_delete=models.CASCADE) variable in Target_File
1198 def for_target_or_none(self, target): argument
1293 target = models.ForeignKey(Target, on_delete=models.CASCADE, null=True) variable in Package_Dependency
[all …]
/openbmc/u-boot/arch/arm/cpu/arm920t/ep93xx/
H A Dtimer.c76 unsigned long long target; in __udelay() local
/openbmc/u-boot/scripts/dtc/libfdt/
H A Dfdt_overlay.c601 static int overlay_apply_node(void *fdt, int target, in overlay_apply_node()
669 int target; in overlay_merge() local
741 int root_sym, ov_sym, prop, path_len, fragment, target; in overlay_symbol_update() local
/openbmc/qemu/hw/cxl/
H A Dcxl-host.c31 strList *target; in cxl_fixed_memory_window_config() local
106 uint8_t *target) in cxl_hdm_find_target()
166 uint8_t target; in cxl_cfmws_find_device() local
/openbmc/libbej/test/json/
H A Ddrive_oem.json16 "target": "/redfish/v1/drives/1/Actions/Drive.SecureErase", string
20 "target": "/redfish/v1/drives/1/Actions/Drive.Reset", string
/openbmc/openbmc/poky/scripts/lib/wic/
H A Dengine.py434 def write(self, target, expand): argument
464 def write_ptable(parts, target): argument
/openbmc/openbmc/poky/meta/lib/oe/
H A Dsdk.py113 def sdk_list_installed_packages(d, target, rootfs_dir=None): argument
/openbmc/ipmitool/lib/
H A Dipmi_sdr.c455 uint8_t target, uint8_t lun, uint8_t channel) in ipmi_sdr_get_sensor_thresholds()
498 uint8_t target, uint8_t lun, uint8_t channel) in ipmi_sdr_get_sensor_hysteresis()
567 uint8_t target, uint8_t lun, uint8_t channel) in ipmi_sdr_get_sensor_reading_ipmb()
614 uint8_t target, uint8_t lun, uint8_t channel) in ipmi_sdr_get_sensor_event_status()
656 uint8_t target, uint8_t lun, uint8_t channel) in ipmi_sdr_get_sensor_event_enable()
955 uint8_t target, uint8_t lun, uint8_t channel) in ipmi_sdr_print_sensor_event_status()
1168 uint8_t target, uint8_t lun, uint8_t channel) in ipmi_sdr_print_sensor_event_enable()
1539 uint8_t target, lun, channel; in ipmi_sdr_print_sensor_fc() local
/openbmc/u-boot/arch/arm/dts/
H A Darmada-375.dtsi53 #define MBUS_ID(target,attributes) (((target) << 24) | ((attributes) << 16)) argument
H A Dkirkwood.dtsi6 #define MBUS_ID(target,attributes) (((target) << 24) | ((attributes) << 16)) argument
/openbmc/openbmc/poky/meta/lib/oeqa/
H A Doetest.py348 def __init__(self, d, target, exported=False): argument
551 def __init__(self, d, target, host_dumper): argument
576 def __init__(self, d, target, exported=False, parsedArgs={}): argument
/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/fans/phosphor-fan/
H A Devents.json38 "target": 26 number
/openbmc/openpower-hw-diags/attn/
H A Dattn_common.cpp148 pdbg_target* target; in recoverableErrors() local
/openbmc/openpower-debug-collector/watchdog/
H A Dwatchdog_main.cpp53 constexpr auto target = "obmc-host-crash@0.target"; in triggerSystemDump() local
/openbmc/qemu/target/i386/kvm/
H A Dxen-emu.c891 static int vcpuop_register_vcpu_info(CPUState *cs, CPUState *target, in vcpuop_register_vcpu_info()
918 static int vcpuop_register_vcpu_time_info(CPUState *cs, CPUState *target, in vcpuop_register_vcpu_time_info()
954 static int vcpuop_register_runstate_info(CPUState *cs, CPUState *target, in vcpuop_register_runstate_info()
1032 static int do_set_periodic_timer(CPUState *target, uint64_t period_ns) in do_set_periodic_timer()
1055 static int vcpuop_set_periodic_timer(CPUState *cs, CPUState *target, in vcpuop_set_periodic_timer()
1072 static int vcpuop_stop_periodic_timer(CPUState *target) in vcpuop_stop_periodic_timer()
/openbmc/phosphor-fan-presence/control/json/actions/
H A Dtarget_from_group_max.cpp148 uint64_t target = map["target"].get<uint64_t>(); in setMap() local
/openbmc/u-boot/include/
H A Dvsc9953.h190 #define VSC9953_ENC_BITFIELD(target, offset, width) \ argument
193 #define VSC9953_IO_ADDR(target, offset) ((target) + (offset << 2)) argument
195 #define VSC9953_IO_REG(target, offset) (VSC9953_IO_ADDR(target, offset)) argument
196 #define VSC9953_VCAP_CACHE_ENTRY_DAT(target, ri) \ argument
199 #define VSC9953_VCAP_CACHE_MASK_DAT(target, ri) \ argument
202 #define VSC9953_VCAP_CACHE_TG_DAT(target) VSC9953_IO_REG(target, 0xe2) argument
203 #define VSC9953_VCAP_CFG_MV_CFG(target) VSC9953_IO_REG(target, 0x1) argument
204 #define VSC9953_VCAP_CFG_MV_CFG_SIZE(target) \ argument
207 #define VSC9953_VCAP_CFG_UPDATE_CTRL(target) VSC9953_IO_REG(target, 0x0) argument
208 #define VSC9953_VCAP_UPDATE_CTRL_UPDATE_CMD(target) \ argument
[all …]

12345678910>>...15