Lines Matching refs:prop_dictionary_get
573 v = prop_dictionary_get(obj, step_file_name_key);
578 v = prop_dictionary_get(obj, step_file_offset_key);
583 v = prop_dictionary_get(obj, step_file_size_key);
588 v = prop_dictionary_get(obj, step_image_offset_key);
596 v = prop_dictionary_get(obj, step_input_block_size_key);
603 v = prop_dictionary_get(obj, step_input_pad_size_key);
614 v = prop_dictionary_get(obj, step_output_size_key);
619 v = prop_dictionary_get(obj, step_output_block_size_key);
624 v = prop_dictionary_get(obj, step_preserve_key);
646 evb_ubinstall tobj = prop_dictionary_get(board,
709 v = prop_dictionary_get(obj, board_description_key);
714 v = prop_dictionary_get(obj, board_u_boot_pkg_key);
724 v = prop_dictionary_get(obj, board_u_boot_path_key);
1086 board = prop_dictionary_get(params->mach_data, sp);
1180 board = prop_dictionary_get(params->mach_data, compatible);
1287 board = prop_dictionary_get(params->mach_data, board_name);
1356 string = prop_dictionary_get(board, board_description_key);
1369 string = prop_dictionary_get(board, board_u_boot_pkg_key);
1384 string = prop_dictionary_get(board, board_u_boot_path_key);
1400 install = prop_dictionary_get(board, board_u_boot_install_key);
1424 install = prop_dictionary_get(board, install_key);
1432 install = prop_dictionary_get(board,
1524 prop_string_t string = prop_dictionary_get(step, step_file_name_key);
1535 prop_number_t number = prop_dictionary_get(step, step_file_offset_key);
1549 prop_number_t number = prop_dictionary_get(step, step_file_size_key);
1563 prop_number_t number = prop_dictionary_get(step, step_image_offset_key);
1577 prop_number_t number = prop_dictionary_get(step,
1592 prop_number_t number = prop_dictionary_get(step,
1607 prop_number_t number = prop_dictionary_get(step, step_output_size_key);
1620 prop_number_t number = prop_dictionary_get(step,
1634 prop_bool_t val = prop_dictionary_get(step, step_preserve_key);