nfs_clrpcops.c | 4875 uint8_t stripeindex; local in function:nfsrpc_getdeviceinfo 4933 stripeindex = fxdr_unsigned(uint8_t, *tl++); 4934 NFSCL_DEBUG(4, "stripeind=%d\n", stripeindex); 4935 if (stripeindex >= addrcnt) { 4936 printf("NFS devinfo stripeindex %d: too big\n", 4937 (int)stripeindex); 4941 nfsfldi_setstripeindex(ndi, i, stripeindex);
|