Lines Matching defs:buf
78 char *ndesc(char *buf, char *a, char *b)
80 snprintf(buf, 100, "%s %s", a, b);
81 return buf;
86 char buf[100];
88 err(ndesc(buf, name, "offline"));
109 char buf[100];
114 offline(ndesc(buf, "anonymous", name), p);
122 char buf[100];
128 offline(ndesc(buf, "shm hugepage", name), p);
135 char buf[100];
139 offline(ndesc(buf, "anonymous hugepage", name), p);