HomeSort by: relevance | last modified time | path
    Searched refs:p_refcnt (Results 1 - 4 of 4) 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/kern/
kern_auth.c 726 pc->p_refcnt = cred->cr_refcnt;
  /src/sys/sys/
sysctl.h 316 int p_refcnt; /* Number of references */ member in struct:ki_pcred
  /src/lib/libkvm/
kvm_proc.c 280 pc->p_refcnt = kauthcred.cr_refcnt;

Completed in 17 milliseconds