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

/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dreplica.c78 char *proot, *x, *y; local
86 proot = root;
109 proot = root + 1;
117 list[*count-1].host = strdup(proot);
150 list[*count-1].host = strdup(proot);
153 proot = root;
162 proot = root;
174 proot = ++root;
183 list[*count-1].host = strdup(proot);
186 proot
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/dh_common/
H A Dgeneric_key.c104 int proot, /* The prime root */
114 MINT *root = mp_itom(proot); /* We get the root as a MINT */
102 __generic_gen_dhkeys(int keylen, char *xmodulus, int proot, char *public, char *secret, char *pass ) argument

Completed in 53 milliseconds