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

  /src/sys/fs/nfs/client/
nfs_clrpcops.c 4874 int addrcnt, bitcnt, error, i, isudp, j, pos, safilled, stripecnt; local in function:nfsrpc_getdeviceinfo
4900 stripecnt = fxdr_unsigned(int, *++tl);
4901 NFSCL_DEBUG(4, "stripecnt=%d\n", stripecnt);
4902 if (stripecnt < 1 || stripecnt > 4096) {
4903 printf("NFS devinfo stripecnt %d: out of range\n",
4904 stripecnt);
4908 NFSM_DISSECT(tl, uint32_t *, (stripecnt + 1) * NFSX_UNSIGNED);
4909 addrcnt = fxdr_unsigned(int, *(tl + stripecnt));
    [all...]
nfs_clrpcops.c 4874 int addrcnt, bitcnt, error, i, isudp, j, pos, safilled, stripecnt; local in function:nfsrpc_getdeviceinfo
4900 stripecnt = fxdr_unsigned(int, *++tl);
4901 NFSCL_DEBUG(4, "stripecnt=%d\n", stripecnt);
4902 if (stripecnt < 1 || stripecnt > 4096) {
4903 printf("NFS devinfo stripecnt %d: out of range\n",
4904 stripecnt);
4908 NFSM_DISSECT(tl, uint32_t *, (stripecnt + 1) * NFSX_UNSIGNED);
4909 addrcnt = fxdr_unsigned(int, *(tl + stripecnt));
    [all...]

Completed in 27 milliseconds