Searched refs:__cpcmd (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-s390/
H A Dcpcmd.h15 * the caller of __cpcmd has to ensure that the response buffer is below 2 GB
17 extern int __cpcmd(const char *cmd, char *response, int rlen, int *response_code);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dcpcmd.c25 * __cpcmd has some restrictions over cpcmd
27 * - __cpcmd is unlocked and therefore not SMP-safe
29 int __cpcmd(const char *cmd, char *response, int rlen, int *response_code) function
84 EXPORT_SYMBOL(__cpcmd); variable
101 len = __cpcmd(cmd, lowbuf, rlen, response_code);
107 len = __cpcmd(cmd, response, rlen, response_code);
H A Dearly.c89 __cpcmd(defsys_cmd, NULL, 0, &response);
94 __cpcmd(savesys_cmd, NULL, 0, &response);
H A Dipl.c747 __cpcmd(buf, NULL, 0, NULL);
761 __cpcmd("IPL", NULL, 0, NULL);
765 __cpcmd(buf, NULL, 0, NULL);
769 __cpcmd("IPL", NULL, 0, NULL);
794 __cpcmd(buf, NULL, 0, NULL);
796 __cpcmd(buf, NULL, 0, NULL);
H A Dsetup.c327 __cpcmd(vmhalt_cmd, NULL, 0, NULL);
334 __cpcmd(vmpoff_cmd, NULL, 0, NULL);
H A Dsmp.c276 __cpcmd(vmhalt_cmd, NULL, 0, NULL);
285 __cpcmd(vmpoff_cmd, NULL, 0, NULL);

Completed in 92 milliseconds