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

  /src/sys/fs/nfs/client/
nfs_clport.c 1310 struct nfscl_dumpmntopts dumpmntopts; local in function:nfssvc_nfscl
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)
    [all...]
nfs_clport.c 1310 struct nfscl_dumpmntopts dumpmntopts; local in function:nfssvc_nfscl
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)
    [all...]

Completed in 25 milliseconds