Home
last modified time | relevance | path

Searched defs:return_code (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/tools/patman/
H A Dcommand.py27 def __init__(self, stdout='', stderr='', combined='', return_code=0, argument
/rk3399_rockchip-uboot/drivers/tpm/
H A Dtpm_tis.h57 __be32 return_code; member
/rk3399_rockchip-uboot/cmd/
H A Dtpm.c90 static int report_return_code(int return_code) in report_return_code()