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

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c4233 dh_k4_clntdata_t *dhk4; local
4234 dhk4 = (dh_k4_clntdata_t *)sd->data;
4235 if (dhk4 == NULL)
4237 if (dhk4->syncaddr.buf)
4238 free(dhk4->syncaddr.buf);
4239 if (dhk4->knconf->knc_protofmly)
4240 free(dhk4->knconf->knc_protofmly);
4241 if (dhk4->knconf->knc_proto)
4242 free(dhk4->knconf->knc_proto);
4243 if (dhk4
[all...]

Completed in 70 milliseconds