Lines Matching refs:ncl

1088 	struct clist	*first, *ncl;  in xdr_decode_wlist_svc()  local
1114 first = ncl = clist_alloc(); in xdr_decode_wlist_svc()
1118 if (!xdr_uint32(xdrs, &ncl->c_dmemhandle.mrc_rmr)) in xdr_decode_wlist_svc()
1120 if (!xdr_uint32(xdrs, &ncl->c_len)) in xdr_decode_wlist_svc()
1122 if (!xdr_uint64(xdrs, &ncl->u.c_daddr)) in xdr_decode_wlist_svc()
1125 if (ncl->c_len > MAX_SVC_XFER_SIZE) { in xdr_decode_wlist_svc()
1128 ncl->c_len = MAX_SVC_XFER_SIZE; in xdr_decode_wlist_svc()
1132 uint_t, ncl->c_len); in xdr_decode_wlist_svc()
1134 wcl_length += ncl->c_len; in xdr_decode_wlist_svc()
1137 ncl->c_next = clist_alloc(); in xdr_decode_wlist_svc()
1138 ncl = ncl->c_next; in xdr_decode_wlist_svc()
1156 ncl = first; in xdr_decode_wlist_svc()
1158 ncl->w.c_saddr3 = (caddr_t)memp; in xdr_decode_wlist_svc()
1159 memp += ncl->c_len; in xdr_decode_wlist_svc()
1160 ncl = ncl->c_next; in xdr_decode_wlist_svc()
1179 struct clist *first = NULL, *ncl = NULL; in xdr_decode_reply_wchunk() local
1198 first = ncl = clist_alloc(); in xdr_decode_reply_wchunk()
1203 ncl->c_next = clist_alloc(); in xdr_decode_reply_wchunk()
1204 ncl = ncl->c_next; in xdr_decode_reply_wchunk()
1207 if (!xdr_uint32(xdrs, &ncl->c_dmemhandle.mrc_rmr)) in xdr_decode_reply_wchunk()
1209 if (!xdr_uint32(xdrs, &ncl->c_len)) in xdr_decode_reply_wchunk()
1211 if (!xdr_uint64(xdrs, &ncl->u.c_daddr)) in xdr_decode_reply_wchunk()
1214 if (ncl->c_len > MAX_SVC_XFER_SIZE) { in xdr_decode_reply_wchunk()
1217 ncl->c_len = MAX_SVC_XFER_SIZE; in xdr_decode_reply_wchunk()
1219 if (!(ncl->c_dmemhandle.mrc_rmr && in xdr_decode_reply_wchunk()
1220 (ncl->c_len > 0) && ncl->u.c_daddr)) in xdr_decode_reply_wchunk()
1225 uint32_t, ncl->c_len); in xdr_decode_reply_wchunk()