HomeSort by: relevance | last modified time | path
    Searched defs:haven (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/gen/
sysctlgetmibinfo.c 361 * haven't discovered that yet.
412 int name[CTL_MAXNAME], n, haven; local in function:sysctlgetmibinfo_unlocked
514 haven = 0;
516 haven = 0;
518 haven = 1;
524 if (haven && nl > 0) {
549 if ((haven && ((n == node[ni].sysctl_num) ||
565 if (haven && n != pnode->sysctl_num) {
sysctlgetmibinfo.c 361 * haven't discovered that yet.
412 int name[CTL_MAXNAME], n, haven; local in function:sysctlgetmibinfo_unlocked
514 haven = 0;
516 haven = 0;
518 haven = 1;
524 if (haven && nl > 0) {
549 if ((haven && ((n == node[ni].sysctl_num) ||
565 if (haven && n != pnode->sysctl_num) {

Completed in 21 milliseconds