Searched refs:__cpcmd (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/arch/s390/kernel/ |
D | cpcmd.c | 60 int __cpcmd(const char *cmd, char *response, int rlen, int *response_code) in __cpcmd() function 84 EXPORT_SYMBOL(__cpcmd); 99 len = __cpcmd(cmd, lowbuf, rlen, response_code); in cpcmd() 105 len = __cpcmd(cmd, response, rlen, response_code); in cpcmd()
|
D | ipl.c | 1708 __cpcmd(cmd, NULL, 0, NULL); in vmcmd_run()
|
/Linux-v5.10/arch/s390/include/asm/ |
D | cpcmd.h | 15 int __cpcmd(const char *cmd, char *response, int rlen, int *response_code);
|