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

  /src/usr.sbin/puffs/mount_psshfs/
psbuf.c 264 uint32_t theuid = -1, thegid = -1; local in function:psbuf_put_vattr
276 thegid = va->va_gid;
277 if (pctx->domanglegid && thegid == pctx->mygid)
278 thegid = pctx->manglegid;
292 psbuf_put_4(pb, thegid);
psbuf.c 264 uint32_t theuid = -1, thegid = -1; local in function:psbuf_put_vattr
276 thegid = va->va_gid;
277 if (pctx->domanglegid && thegid == pctx->mygid)
278 thegid = pctx->manglegid;
292 psbuf_put_4(pb, thegid);

Completed in 104 milliseconds