Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dcreate_kmod.py120 warnmsg = None
129warnmsg = 'Kernel path in install makefile is hardcoded - you will need to patch the makefile'
130 if not kdirvar and not warnmsg:
131warnmsg = 'Unable to find means of passing kernel path into install makefile - if kernel path is h…
132 if warnmsg:
133warnmsg += '. Note that the variable KERNEL_SRC will be passed in as the kernel source path.'
134 logger.warning(warnmsg)
135 lines_after.append('# %s' % warnmsg)
/openbmc/linux/fs/xfs/
H A Dxfs_buf_item_recover.c224 char *warnmsg = NULL; in xlog_recover_validate_buf_type() local
270 warnmsg = "Bad btree block magic!"; in xlog_recover_validate_buf_type()
276 warnmsg = "Bad AGF block magic!"; in xlog_recover_validate_buf_type()
283 warnmsg = "Bad AGFL block magic!"; in xlog_recover_validate_buf_type()
290 warnmsg = "Bad AGI block magic!"; in xlog_recover_validate_buf_type()
300 warnmsg = "Bad DQUOT block magic!"; in xlog_recover_validate_buf_type()
312 warnmsg = "Bad INODE block magic!"; in xlog_recover_validate_buf_type()
319 warnmsg = "Bad symlink block magic!"; in xlog_recover_validate_buf_type()
327 warnmsg = "Bad dir block magic!"; in xlog_recover_validate_buf_type()
335 warnmsg = "Bad dir data magic!"; in xlog_recover_validate_buf_type()
[all …]