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

  /src/usr.sbin/sysinst/
target.c 242 int rootptn; local in function:is_active_rootpart
258 varlen = sizeof rootptn;
259 rootptn = -1;
260 if (sysctl(mib, 2, &rootptn, &varlen, NULL, 0) < 0)
263 return ptn == rootptn;
target.c 242 int rootptn; local in function:is_active_rootpart
258 varlen = sizeof rootptn;
259 rootptn = -1;
260 if (sysctl(mib, 2, &rootptn, &varlen, NULL, 0) < 0)
263 return ptn == rootptn;

Completed in 23 milliseconds