Home
last modified time | relevance | path

Searched refs:need_header (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/misc/cxl/
H A Dflash.c236 int rc = 0, need_header; in handle_image() local
239 need_header = (ai->flags & CXL_AI_NEED_HEADER); in handle_image()
240 if (need_header) { in handle_image()
255 if (need_header) in handle_image()
285 if ((need_header) && (i == 0)) { in handle_image()
306 __func__, operation, need_header, entries, continue_token); in handle_image()
/openbmc/openbmc/poky/meta/recipes-devtools/patch/patch/
H A D0002-Fix-segfault-with-mangled-rename-patch.patch23 @@ -974,7 +974,8 @@ intuit_diff_type (bool need_header, mode_t *p_file_type)