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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dcpcmd.c71 * __cpcmd has some restrictions over cpcmd
73 * - __cpcmd is unlocked and therefore not SMP-safe
75 int __cpcmd(const char *cmd, char *response, int rlen, int *response_code) function
98 EXPORT_SYMBOL(__cpcmd); variable
115 len = __cpcmd(cmd, lowbuf, rlen, response_code);
121 len = __cpcmd(cmd, response, rlen, response_code);
H A Dipl.c563 __cpcmd("IPL", NULL, 0, NULL);
1063 __cpcmd(buf, NULL, 0, NULL);
1077 __cpcmd("IPL", NULL, 0, NULL);
1085 __cpcmd(buf, NULL, 0, NULL);
1089 __cpcmd("IPL", NULL, 0, NULL);
1398 __cpcmd(buf, NULL, 0, NULL);
1400 __cpcmd(buf, NULL, 0, NULL);
1590 __cpcmd(cmd, NULL, 0, NULL);
H A Dearly.c146 __cpcmd(defsys_cmd, NULL, 0, &response);

Completed in 56 milliseconds