Home
last modified time | relevance | path

Searched refs:func_code (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/yocto/poky/bitbake/lib/ply/
H A Dlex.py51 def func_code(f): function
52 return f.func_code
54 def func_code(f): function
360 func_code(func).co_filename, func_code(func).co_firstlineno,
682 line = func_code(t).co_firstlineno
683 file = func_code(t).co_filename
708 f.sort(key=lambda x: func_code(x[1]).co_firstlineno)
726 line = func_code(f).co_firstlineno
727 file = func_code(f).co_filename
735 nargs = func_code(f).co_argcount
[all …]
H A Dyacc.py91 def func_code(f): function
92 return f.func_code
94 def func_code(f): function
2886 eline = func_code(self.error_func).co_firstlineno
2887 efile = func_code(self.error_func).co_filename
2890 if (func_code(self.error_func).co_argcount != 1+ismethod):
2970 line = func_code(item).co_firstlineno
2971 file = func_code(item).co_filename
2994 if func_code(func).co_argcount > reqargs:
2997 elif func_code(func).co_argcount < reqargs:
[all …]
/OK3568_Linux_fs/kernel/drivers/s390/crypto/
H A Dzcrypt_api.c641 unsigned int func_code; in zcrypt_rsa_modexpo() local
655 func_code = 0; in zcrypt_rsa_modexpo()
667 rc = get_rsa_modex_fc(mex, &func_code); in zcrypt_rsa_modexpo()
687 wgt = zc->speed_rating[func_code]; in zcrypt_rsa_modexpo()
736 trace_s390_zcrypt_rep(mex, func_code, rc, in zcrypt_rsa_modexpo()
749 unsigned int func_code; in zcrypt_rsa_crt() local
763 func_code = 0; in zcrypt_rsa_crt()
775 rc = get_rsa_crt_fc(crt, &func_code); in zcrypt_rsa_crt()
795 wgt = zc->speed_rating[func_code]; in zcrypt_rsa_crt()
844 trace_s390_zcrypt_rep(crt, func_code, rc, in zcrypt_rsa_crt()
[all …]
H A Dzcrypt_msgtype6.c1116 unsigned int *func_code, unsigned short **dom) in get_cprb_fc() argument
1131 return XCRB_msg_to_type6CPRB_msgX(userspace, ap_msg, xcRB, func_code, dom); in get_cprb_fc()
1173 unsigned int *func_code) in get_ep11cprb_fc() argument
1188 return xcrb_msg_to_type6_ep11cprb_msgx(userspace, ap_msg, xcrb, func_code); in get_ep11cprb_fc()
1268 unsigned int get_rng_fc(struct ap_message *ap_msg, int *func_code, in get_rng_fc() argument
1287 *func_code = HWRNG; in get_rng_fc()
/OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c5711 group = XPT_FC_GROUP(scb->io_ctx->ccb_h.func_code); in ahc_match_scb()
7603 if (ccbh->func_code == XPT_CONT_TARGET_IO in ahc_handle_en_lun()
H A Daic79xx_core.c7968 group = XPT_FC_GROUP(scb->io_ctx->ccb_h.func_code); in ahd_match_scb()
10446 if (ccbh->func_code == XPT_CONT_TARGET_IO in ahd_handle_en_lun()