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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/s390/char/
H A Dvmwatchdog.c28 #define MAX_CMDLEN 240 macro
30 static char vmwdt_cmd[MAX_CMDLEN] = "IPL";
38 module_param_string(cmd, vmwdt_cmd, MAX_CMDLEN, 0644);
97 ebc_cmd = kmalloc(MAX_CMDLEN, GFP_KERNEL);
101 len = strlcpy(ebc_cmd, vmwdt_cmd, MAX_CMDLEN);
102 ASCEBC(ebc_cmd, MAX_CMDLEN);
103 EBC_TOUPPER(ebc_cmd, MAX_CMDLEN);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/s390/char/
H A Dvmwatchdog.c28 #define MAX_CMDLEN 240 macro
30 static char vmwdt_cmd[MAX_CMDLEN] = "IPL";
38 module_param_string(cmd, vmwdt_cmd, MAX_CMDLEN, 0644);
97 ebc_cmd = kmalloc(MAX_CMDLEN, GFP_KERNEL);
101 len = strlcpy(ebc_cmd, vmwdt_cmd, MAX_CMDLEN);
102 ASCEBC(ebc_cmd, MAX_CMDLEN);
103 EBC_TOUPPER(ebc_cmd, MAX_CMDLEN);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/tools/perf/util/
H A Dprobe-event.c50 #define MAX_CMDLEN 256 macro
905 buf = zalloc(MAX_CMDLEN);
933 ret = e_snprintf(buf, MAX_CMDLEN, "%s%s%s%s%s", pp->function,
937 ret = e_snprintf(buf, MAX_CMDLEN, "%s%s", file, line);
1039 buf = zalloc(MAX_CMDLEN);
1043 len = e_snprintf(buf, MAX_CMDLEN, "%c:%s/%s %s+%lu",
1052 MAX_CMDLEN - len);
1208 char buf[MAX_CMDLEN];
1216 p = fgets(buf, MAX_CMDLEN, fp);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/tools/perf/util/
H A Dprobe-event.c50 #define MAX_CMDLEN 256 macro
905 buf = zalloc(MAX_CMDLEN);
933 ret = e_snprintf(buf, MAX_CMDLEN, "%s%s%s%s%s", pp->function,
937 ret = e_snprintf(buf, MAX_CMDLEN, "%s%s", file, line);
1039 buf = zalloc(MAX_CMDLEN);
1043 len = e_snprintf(buf, MAX_CMDLEN, "%c:%s/%s %s+%lu",
1052 MAX_CMDLEN - len);
1208 char buf[MAX_CMDLEN];
1216 p = fgets(buf, MAX_CMDLEN, fp);

Completed in 175 milliseconds