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

/freebsd-10.0-release/sbin/sysctl/
H A Dsysctl.c601 int qoid[CTL_MAXNAME+2]; local
606 qoid[0] = 0;
607 qoid[1] = 4;
608 memcpy(qoid + 2, oid, len * sizeof(int));
611 i = sysctl(qoid, len + 2, buf, &j, 0, 0);
651 int qoid[CTL_MAXNAME+2]; local
666 qoid[0] = 0;
667 memcpy(qoid + 2, oid, nlen * sizeof(int));
669 qoid[1] = 1;
671 i = sysctl(qoid, nle
[all...]

Completed in 110 milliseconds