Home
last modified time | relevance | path

Searched refs:__cpcmd (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/s390/kernel/
H A Dcpcmd.c64 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 Dipl.c2008 __cpcmd(cmd, NULL, 0, NULL); in vmcmd_run()
/openbmc/linux/arch/s390/include/asm/
H A Dcpcmd.h15 int __cpcmd(const char *cmd, char *response, int rlen, int *response_code);