Lines Matching defs:qoid
2878 int qoid[CTL_MAXNAME + 2];
2881 qoid[0] = CTL_SYSCTL;
2882 qoid[1] = CTL_SYSCTL_NAME;
2883 memcpy(qoid + 2, oid, nlen * sizeof(int));
2885 error = sysctl_find_oid(qoid, nlen + 2, &oidp, NULL, NULL);
2889 error = db_sysctl(oidp, qoid, nlen + 2, NULL, NULL, NULL, 0);
2969 int qoid[CTL_MAXNAME + 2], next[CTL_MAXNAME];
2972 qoid[0] = CTL_SYSCTL;
2973 qoid[1] = CTL_SYSCTL_NEXT;
2976 memcpy(&qoid[2], oid, nlen * sizeof(int));
2979 qoid[2] = CTL_KERN;
2985 error = kernel_sysctl(kdb_thread, qoid, nlen + 2,
3012 memcpy(&qoid[2 + len], &next[len], (nlen - len) * sizeof(int));