HomeSort by: relevance | last modified time | path
    Searched defs:mib_rootlen (Results 1 - 2 of 2) 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) {
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 22 milliseconds