Searched refs:bpsize (Results 1 – 4 of 4) sorted by relevance
46 getlun(const char *bp, int bpsize, uint_t *lun) in getlun() argument48 char *ep = (char *)&bp[bpsize - 1]; in getlun()80 getppa(const char *bp, int bpsize, uint_t *ppa) in getppa() argument82 char *ep = (char *)&bp[bpsize - 1]; in getppa()
449 size_t bpsize; in _wndoprnt() local1816 bpsize = sizeof (wchar_t) * (nwc + 1); in _wndoprnt()1817 wstr = (wchar_t *)lmalloc(bpsize); in _wndoprnt()1836 bpsize = sizeof (wchar_t) * nwc; in _wndoprnt()1837 wstr = (wchar_t *)lmalloc(bpsize); in _wndoprnt()1853 bpsize = sizeof (wchar_t) * prec; in _wndoprnt()1854 wstr = (wchar_t *)lmalloc(bpsize); in _wndoprnt()2174 lfree(bp, bpsize); in _wndoprnt()
736 int bpsize = MBLKL(fnp->fn_mp); in fifo_read() local737 int uiosize = MIN(bpsize, uiop->uio_resid); in fifo_read()745 if (bpsize <= uiosize) { in fifo_read()
753 #define bpsize(bp) ((unsigned int)(bp->b_datap->db_lim - bp->b_datap->db_base)) macro