Searched refs:__cpcmd (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/s390/kernel/ |
H A D | cpcmd.c | 64 int __cpcmd(const char *cmd, char *response, int rlen, int *response_code) in __cpcmd() function 88 EXPORT_SYMBOL(__cpcmd); 103 len = __cpcmd(cmd, lowbuf, rlen, response_code); in cpcmd() 109 len = __cpcmd(cmd, response, rlen, response_code); in cpcmd()
|
H A D | ipl.c | 2008 __cpcmd(cmd, NULL, 0, NULL); in vmcmd_run()
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | cpcmd.h | 15 int __cpcmd(const char *cmd, char *response, int rlen, int *response_code);
|