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

  /src/lib/libutil/
getfsspecname.c 71 static const unsigned int mib_rootlen = __arraycount(mib_root); local in function:getfsspecname
75 if (sysctl(mib_root, mib_rootlen, buf + 5, &len, NULL, 0) == -1) {

Completed in 86 milliseconds