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

  /src/common/lib/libppath/
ppath.c 60 unsigned int p_refcnt; member in struct:_ppath
168 p->p_refcnt = 1;
331 assert(p->p_refcnt != 0);
333 p->p_refcnt++;
343 assert(p->p_refcnt != 0);
345 if (--p->p_refcnt != 0)
  /src/sys/sys/
sysctl.h 316 int p_refcnt; /* Number of references */ member in struct:ki_pcred

Completed in 12 milliseconds