Searched defs:argres (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/pam_modules/dhkeys/
H A Ddhkeys.c360 typedef struct argres { struct
378 argres_t *argres = (argres_t *)ap; local
381 nra.uid = argres->uid;
387 argres->result = _nfssys(NFS_REVAUTH, &nra);
388 if (argres->result < 0 && errno == ENOSYS) {
389 argres->result = 0;
392 argres->result = -1;
407 argres_t argres; local
469 argres.uid = uid;
470 argres
[all...]

Completed in 58 milliseconds