Home | History | Annotate | Download | only in client

Lines Matching defs:dumpmntopts

1310 	struct nfscl_dumpmntopts dumpmntopts;
1347 error = copyin(uap->argp, &dumpmntopts, sizeof(dumpmntopts));
1348 if (error == 0 && (dumpmntopts.ndmnt_blen < 256 ||
1349 dumpmntopts.ndmnt_blen > 1024))
1353 dumpmntopts.ndmnt_fname, td);
1360 buf = malloc(dumpmntopts.ndmnt_blen, M_TEMP, M_WAITOK);
1362 dumpmntopts.ndmnt_blen);
1364 error = copyout(buf, dumpmntopts.ndmnt_buf,
1365 dumpmntopts.ndmnt_blen);