Home
last modified time | relevance | path

Searched refs:pformat (Results 1 – 25 of 27) sorted by relevance

12

/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/bldcontrol/
H A Dlocalhostbecontroller.py27 from pprint import pformat
123 logger.debug("localhostbecontroller, our git repos are %s" % pformat(gitrepos))
209 logger.debug("localhostbecontroller: current layer list %s " % pformat(layerlist))
244 logger.debug("\n\nset layers gives this list %s" % pformat(layerlist))
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/
H A Dmoal_shim.c2780 moal_print(IN t_void *pmoal_handle, IN t_u32 level, IN char *pformat, IN ...) in moal_print() argument
2789 va_start(args, pformat); in moal_print()
2796 HEXDUMP((char *)pformat, buf, len); in moal_print()
2801 DBG_HEXDUMP(MERROR, (char *)pformat, buf, len); in moal_print()
2803 DBG_HEXDUMP(MCMD_D, (char *)pformat, buf, len); in moal_print()
2805 DBG_HEXDUMP(MDAT_D, (char *)pformat, buf, len); in moal_print()
2807 DBG_HEXDUMP(MIF_D, (char *)pformat, buf, len); in moal_print()
2809 DBG_HEXDUMP(MFW_D, (char *)pformat, buf, len); in moal_print()
2811 DBG_HEXDUMP(MEVT_D, (char *)pformat, buf, len); in moal_print()
2815 va_start(args, pformat); in moal_print()
[all …]
H A Dmoal_shim.h87 t_void moal_print(IN t_void *pmoal_handle, IN t_u32 level, IN char *pformat,
H A Dmlan_decl.h1273 IN t_u32 level, IN char *pformat, IN ...
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/
H A D0001-Nodejs-Fixed-pipes-DeprecationWarning.patch26 pprint.pformat(output, indent=2, width=1024) + '\n')
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastermain/
H A Durls.py79 from pprint import pformat
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/runtime/cases/
H A Dltp_compliance.py89 self.failmsg = self.failmsg + "Failed ptests:\n%s" % pprint.pformat(failed_tests)
H A Dltp_stress.py88 self.failmsg = self.failmsg + "Failed ptests:\n%s" % pprint.pformat(failed_tests)
H A Dltp.py102 self.failmsg = self.failmsg + "Failed ptests:\n%s" % pprint.pformat(failed_tests)
H A Dptest.py108 failmsg = failmsg + "Failed ptests:\n%s" % pprint.pformat(failed_tests)
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/
H A Dhostsa_def.h88 IN t_u32 level, IN char *pformat, IN ...
H A Dhostsa_ext_def.h1083 IN t_u32 level, IN char *pformat, IN ...
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_shim.c4242 moal_print(t_void *pmoal, t_u32 level, char *pformat, IN...) argument
4251 va_start(args, pformat);
4258 HEXDUMP((char *)pformat, buf, len);
4263 DBG_HEXDUMP(MERROR, (char *)pformat, buf, len);
4265 DBG_HEXDUMP(MCMD_D, (char *)pformat, buf, len);
4267 DBG_HEXDUMP(MDAT_D, (char *)pformat, buf, len);
4269 DBG_HEXDUMP(MIF_D, (char *)pformat, buf, len);
4271 DBG_HEXDUMP(MFW_D, (char *)pformat, buf, len);
4273 DBG_HEXDUMP(MEVT_D, (char *)pformat, buf, len);
4277 va_start(args, pformat);
[all …]
H A Dmoal_shim.h102 t_void moal_print(t_void *pmoal, t_u32 level, char *pformat, IN...);
H A Dmlan_decl.h2178 t_void (*moal_print)(t_void *pmoal, t_u32 level, char *pformat, IN...);
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dvisemul.c477 static void pformat(struct pt_regs *regs, unsigned int insn, unsigned int opf) in pformat() function
832 pformat(regs, insn, opf); in vis_emul()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ui/
H A Dtoasterui.py462 from pprint import pformat
H A Dbuildinfohelper.py44 from pprint import pformat
463 pformat(layer_information))
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dimsttfb.c564 __u8 pformat = (bpp >> 3) + 2; in set_imstt_regvals_ibm() local
577 par->cmap_regs[PIDXDATA] = pformat; eieio(); in set_imstt_regvals_ibm()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Drunqueue.py2032 logger.error("Scenequeue had deferred entries: %s" % pprint.pformat(self.sq_deferred))
2035 …logger.error("Scenequeue had unprocessed changed taskhash entries: %s" % pprint.pformat(self.updat…
2038 logger.error("Scenequeue had holdoff tasks: %s" % pprint.pformat(self.holdoff_tasks))
2447 hashequiv_logger.debug(pprint.pformat("Tasks changed:\n%s" % (changed)))
2684 …o missing setscene tasks. Those missing in this build were: %s' % pprint.pformat(self.scenequeue_n…
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/
H A Dmlan_decl.h1273 IN t_u32 level, IN char *pformat, IN ...
H A Dmlan_shim.c111 IN t_u32 level, IN char *pformat, IN ...
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_decl.h2178 t_void (*moal_print)(t_void *pmoal, t_u32 level, char *pformat, IN...);
H A Dmlan_shim.c120 t_void (*print_callback)(t_pvoid pmoal_handle, t_u32 level, char *pformat,
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dtest_offload.py66 data = pp.pformat(data)

12