Home
last modified time | relevance | path

Searched defs:params (Results 1 – 25 of 224) sorted by relevance

123456789

/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dcommand.py166 def ping(self, command, params): argument
174 def stateShutdown(self, command, params): argument
180 def stateForceShutdown(self, command, params): argument
186 def getAllKeysWithFlags(self, command, params): argument
195 def getVariable(self, command, params): argument
207 def setVariable(self, command, params): argument
216 def getSetVariable(self, command, params): argument
226 def setConfig(self, command, params): argument
234 def enableDataTracking(self, command, params): argument
240 def disableDataTracking(self, command, params): argument
[all …]
/openbmc/u-boot/arch/xtensa/lib/
H A Dbootm.c22 static struct bp_tag *setup_first_tag(struct bp_tag *params) in setup_first_tag()
31 static struct bp_tag *setup_last_tag(struct bp_tag *params) in setup_last_tag()
39 static struct bp_tag *setup_memory_tag(struct bp_tag *params) in setup_memory_tag()
57 static struct bp_tag *setup_commandline_tag(struct bp_tag *params, in setup_commandline_tag()
77 static struct bp_tag *setup_ramdisk_tag(struct bp_tag *params, in setup_ramdisk_tag()
102 static struct bp_tag *setup_serial_tag(struct bp_tag *params) in setup_serial_tag()
116 static struct bp_tag *setup_fdt_tag(struct bp_tag *params, void *fdt_start) in setup_fdt_tag()
136 struct bp_tag *params, *params_start; in do_bootm_linux() local
/openbmc/libbej/src/
H A Dbej_decoder_json.cpp25 static void addPropertyNameToOutput(struct BejJsonParam* params, in addPropertyNameToOutput()
49 struct BejJsonParam* params = in callbackSetStart() local
65 struct BejJsonParam* params = in callbackSetEnd() local
80 struct BejJsonParam* params = in callbackArrayStart() local
96 struct BejJsonParam* params = in callbackArrayEnd() local
110 struct BejJsonParam* params = in callbackPropertyEnd() local
126 struct BejJsonParam* params = in callbackNull() local
145 struct BejJsonParam* params = in callbackInteger() local
164 struct BejJsonParam* params = in callbackEnum() local
194 struct BejJsonParam* params = in callbackString() local
[all …]
H A Dbej_decoder_core.c93 static bool bejInitSFLVStruct(struct BejHandleTypeFuncParam* params) in bejInitSFLVStruct()
149 const struct BejHandleTypeFuncParam* params) in bejGetFirstTupleOffset()
175 const struct BejHandleTypeFuncParam* params, uint8_t schemaType, in bejGetDictionaryAndProperty()
216 static const char* bejGetPropName(struct BejHandleTypeFuncParam* params) in bejGetPropName()
245 static int bejProcessEnding(struct BejHandleTypeFuncParam* params, in bejProcessEnding()
305 static bool bejIsArrayElement(const struct BejHandleTypeFuncParam* params) in bejIsArrayElement()
327 static int bejHandleBejSet(struct BejHandleTypeFuncParam* params) in bejHandleBejSet()
399 static int bejHandleBejArray(struct BejHandleTypeFuncParam* params) in bejHandleBejArray()
465 static int bejHandleBejNull(struct BejHandleTypeFuncParam* params) in bejHandleBejNull()
480 static int bejHandleBejInteger(struct BejHandleTypeFuncParam* params) in bejHandleBejInteger()
[all …]
/openbmc/qemu/gdbstub/
H A Duser-target.c216 void gdb_handle_query_offsets(GArray *params, void *user_ctx) in gdb_handle_query_offsets()
242 void gdb_handle_query_xfer_auxv(GArray *params, void *user_ctx) in gdb_handle_query_xfer_auxv()
288 static const char *get_filename_param(GArray *params, int i) in get_filename_param()
305 void gdb_handle_v_file_open(GArray *params, void *user_ctx) in gdb_handle_v_file_open()
325 void gdb_handle_v_file_close(GArray *params, void *user_ctx) in gdb_handle_v_file_close()
338 void gdb_handle_v_file_pread(GArray *params, void *user_ctx) in gdb_handle_v_file_pread()
360 void gdb_handle_v_file_readlink(GArray *params, void *user_ctx) in gdb_handle_v_file_readlink()
383 void gdb_handle_query_xfer_exec_file(GArray *params, void *user_ctx) in gdb_handle_query_xfer_exec_file()
H A Dgdbstub.c891 GArray *params) in cmd_parse_params()
1010 static void handle_detach(GArray *params, void *user_ctx) in handle_detach()
1050 static void handle_thread_alive(GArray *params, void *user_ctx) in handle_thread_alive()
1074 static void handle_continue(GArray *params, void *user_ctx) in handle_continue()
1084 static void handle_cont_with_sig(GArray *params, void *user_ctx) in handle_cont_with_sig()
1103 static void handle_set_thread(GArray *params, void *user_ctx) in handle_set_thread()
1155 static void handle_insert_bp(GArray *params, void *user_ctx) in handle_insert_bp()
1179 static void handle_remove_bp(GArray *params, void *user_ctx) in handle_remove_bp()
1214 static void handle_set_reg(GArray *params, void *user_ctx) in handle_set_reg()
1230 static void handle_get_reg(GArray *params, void *user_ctx) in handle_get_reg()
[all …]
/openbmc/u-boot/tools/
H A Dfit_image.c26 static int fit_add_file_data(struct image_tool_params *params, size_t size_inc, in fit_add_file_data()
82 static int fit_calc_size(struct image_tool_params *params) in fit_calc_size()
114 static int fdt_property_file(struct image_tool_params *params, in fdt_property_file()
191 static int fit_write_images(struct image_tool_params *params, char *fdt) in fit_write_images()
277 static void fit_write_configs(struct image_tool_params *params, char *fdt) in fit_write_configs()
328 static int fit_build_fdt(struct image_tool_params *params, char *fdt, int size) in fit_build_fdt()
354 static int fit_build(struct image_tool_params *params, const char *fname) in fit_build()
411 static int fit_extract_data(struct image_tool_params *params, const char *fname) in fit_extract_data()
524 static int fit_import_data(struct image_tool_params *params, const char *fname) in fit_import_data()
631 static int fit_handle_file(struct image_tool_params *params) in fit_handle_file()
[all …]
H A Ddefault_image.c34 static int image_check_params(struct image_tool_params *params) in image_check_params()
42 struct image_tool_params *params) in image_verify_header()
88 struct image_tool_params *params) in image_set_header()
138 static int image_extract_subimage(void *ptr, struct image_tool_params *params) in image_extract_subimage()
H A Drkcommon.c100 int rkcommon_check_params(struct image_tool_params *params) in rkcommon_check_params()
125 const char *rkcommon_get_spl_hdr(struct image_tool_params *params) in rkcommon_get_spl_hdr()
136 int rkcommon_get_spl_size(struct image_tool_params *params) in rkcommon_get_spl_size()
146 bool rkcommon_need_rc4_spl(struct image_tool_params *params) in rkcommon_need_rc4_spl()
157 struct image_tool_params *params) in rkcommon_set_header0()
189 struct image_tool_params *params) in rkcommon_set_header()
262 struct image_tool_params *params) in rkcommon_verify_header()
331 int rkcommon_vrec_header(struct image_tool_params *params, in rkcommon_vrec_header()
H A Drksd.c16 struct image_tool_params *params) in rksd_set_header()
44 static int rksd_vrec_header(struct image_tool_params *params, in rksd_vrec_header()
H A Daisimage.c178 static uint32_t *ais_alloc_buffer(struct image_tool_params *params) in ais_alloc_buffer()
218 static uint32_t *ais_copy_image(struct image_tool_params *params, in ais_copy_image()
254 static int aisimage_generate(struct image_tool_params *params, in aisimage_generate()
372 struct image_tool_params *params) in aisimage_verify_header()
386 struct image_tool_params *params) in aisimage_set_header()
390 int aisimage_check_params(struct image_tool_params *params) in aisimage_check_params()
H A Dsocfpgaimage.c261 struct image_tool_params *params) in socfpgaimage_verify_header()
277 static int socfpgaimage_check_params(struct image_tool_params *params) in socfpgaimage_check_params()
318 static int sfp_vrec_header(struct image_tool_params *params, in sfp_vrec_header()
333 static int socfpgaimage_vrec_header_v0(struct image_tool_params *params, in socfpgaimage_vrec_header_v0()
339 static int socfpgaimage_vrec_header_v1(struct image_tool_params *params, in socfpgaimage_vrec_header_v1()
363 struct image_tool_params *params) in socfpgaimage_set_header_v0()
369 struct image_tool_params *params) in socfpgaimage_set_header_v1()
H A Dimagetool.c33 struct image_tool_params *params) in imagetool_verify_print_header()
72 struct image_tool_params *params) in imagetool_verify_print_header_by_type()
127 int imagetool_get_filesize(struct image_tool_params *params, const char *fname) in imagetool_get_filesize()
H A Datmelimage.c115 struct image_tool_params *params) in atmel_verify_header()
207 struct image_tool_params *params) in atmel_set_header()
227 static int atmel_check_params(struct image_tool_params *params) in atmel_check_params()
240 static int atmel_vrec_header(struct image_tool_params *params, in atmel_vrec_header()
H A Dgpimage.c37 struct image_tool_params *params) in gpimage_verify_header()
52 struct image_tool_params *params) in gpimage_set_header()
H A Drkspi.c20 struct image_tool_params *params) in rkspi_set_header()
62 static int rkspi_vrec_header(struct image_tool_params *params, in rkspi_vrec_header()
/openbmc/u-boot/drivers/tee/
H A Dsandbox.c32 static u32 get_attr(uint n, uint num_params, struct tee_param *params) in get_attr()
41 struct tee_param *params) in check_params()
65 static u32 ta_avb_open_session(uint num_params, struct tee_param *params) in ta_avb_open_session()
77 struct tee_param *params) in ta_avb_invoke_func()
209 uint num_params, struct tee_param *params) in sandbox_tee_open_session()
244 uint num_params, struct tee_param *params) in sandbox_tee_invoke_func()
/openbmc/u-boot/arch/arm/mach-mvebu/serdes/a38x/
H A Dseq_exec.c30 int write_op_execute(u32 serdes_num, struct op_params *params, u32 data_arr_idx) in write_op_execute()
69 int delay_op_execute(u32 serdes_num, struct op_params *params, u32 data_arr_idx) in delay_op_execute()
83 int poll_op_execute(u32 serdes_num, struct op_params *params, u32 data_arr_idx) in poll_op_execute()
126 enum mv_op get_cfg_seq_op(struct op_params *params) in get_cfg_seq_op()
/openbmc/phosphor-host-ipmid/
H A Dtransporthandler.cpp116 ChannelParams params; in maybeGetChannelParams() local
171 auto params = maybeGetChannelParams(bus, channel); in getChannelParams() local
184 static T getEthProp(sdbusplus::bus_t& bus, const ChannelParams& params, in getEthProp()
191 static void setEthProp(sdbusplus::bus_t& bus, const ChannelParams& params, in setEthProp()
205 const ChannelParams& params) in getMACProperty()
218 void setMACProperty(sdbusplus::bus_t& bus, const ChannelParams& params, in setMACProperty()
264 void createIfAddr(sdbusplus::bus_t& bus, const ChannelParams& params, in createIfAddr()
284 auto getIfAddr4(sdbusplus::bus_t& bus, const ChannelParams& params) in getIfAddr4()
325 void reconfigureIfAddr4(sdbusplus::bus_t& bus, const ChannelParams& params, in reconfigureIfAddr4()
353 const ChannelParams& params, in findGatewayNeighbor()
[all …]
H A Dtransporthandler.hpp90 auto params = getChannelParams(bus, channel); in channelCall() local
173 ObjectLookupCache(sdbusplus::bus_t& bus, const ChannelParams& params, in ObjectLookupCache()
215 const ChannelParams& params; member in ipmi::transport::ObjectLookupCache
252 [[maybe_unused]] const ChannelParams& params, uint8_t idx, in findIfAddr()
309 sdbusplus::bus_t& bus, const ChannelParams& params, uint8_t idx, in getIfAddr()
338 sdbusplus::bus_t& bus, const ChannelParams& params) in getGatewayProperty()
395 void createNeighbor(sdbusplus::bus_t& bus, const ChannelParams& params, in createNeighbor()
426 void setGatewayProperty(sdbusplus::bus_t& bus, const ChannelParams& params, in setGatewayProperty()
/openbmc/telemetry/tests/src/mocks/
H A Dreport_factory_mock.hpp15 return utils::transform(readingParams, [](const auto& params) { in convertToLabeled()
77 const ReportParams& params = *paramsRef; in expectMake() local
/openbmc/ipmitool/lib/
H A Dipmi_sol.c196 struct sol_config_parameters * params) in ipmi_get_sol_info()
575 struct sol_config_parameters params = {0}; in ipmi_print_sol_info() local
752 struct sol_config_parameters params; in ipmi_sol_set_param() local
788 struct sol_config_parameters params; in ipmi_sol_set_param() local
824 struct sol_config_parameters params; in ipmi_sol_set_param() local
864 struct sol_config_parameters params; in ipmi_sol_set_param() local
890 struct sol_config_parameters params; in ipmi_sol_set_param() local
916 struct sol_config_parameters params; in ipmi_sol_set_param() local
942 struct sol_config_parameters params; in ipmi_sol_set_param() local
/openbmc/openbmc/poky/meta/lib/oeqa/
H A Dtargetcontrol.py44 def start(self, params=None, ssh=True, extra_bootparams=None): argument
72 def restart(self, params=None): argument
163 …def start(self, params=None, ssh=True, extra_bootparams='', runqemuparams='', launch_cmd='', disca… argument
195 def restart(self, params=None): argument
229 def start(self, params=None, ssh=True, extra_bootparams=None): argument
/openbmc/openbmc/poky/meta/lib/oe/
H A Duseradd.py21 def split_commands(params): argument
26 def split_args(params): argument
/openbmc/u-boot/arch/arm/mach-omap2/am33xx/
H A Dclock.c18 const struct dpll_params *params) in setup_post_dividers()
73 const struct dpll_params *params) in do_setup_dpll()
102 const struct dpll_params *params; in setup_dplls() local
249 const struct dpll_params *params; in rtc_only_prcm_init() local

123456789