Searched refs:xdrmblk_alloc (Results 1 – 1 of 1) sorted by relevance
66 static mblk_t *xdrmblk_alloc(int);203 m->b_cont = xdrmblk_alloc(p->sz); in xdrmblk_putint32()403 m->b_cont = xdrmblk_alloc(MAX(len, p->sz)); in xdrmblk_putbytes()669 xdrmblk_alloc(int sz) in xdrmblk_alloc() function