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

/external/strace/
H A Dsystem.c2134 int qoid[CTL_MAXNAME+2]; local
2142 (char *) (qoid + 2)) < 0))
2149 qoid[0] = 0; /* sysctl */
2150 qoid[1] = 1; /* name */
2153 if (sysctl(qoid, tcp->u_arg[1] + 2, ctl, &i, 0, 0) >= 0) {
2160 tprintf("%s%d", i ? "." : "", qoid[i + 2]);

Completed in 383 milliseconds