Home
last modified time | relevance | path

Searched refs:bpsize (Results 1 – 4 of 4) sorted by relevance

/onnv-gate/usr/src/lib/libinetutil/common/
H A Difspec.c46 getlun(const char *bp, int bpsize, uint_t *lun) in getlun() argument
48 char *ep = (char *)&bp[bpsize - 1]; in getlun()
80 getppa(const char *bp, int bpsize, uint_t *ppa) in getppa() argument
82 char *ep = (char *)&bp[bpsize - 1]; in getppa()
/onnv-gate/usr/src/lib/libc/port/print/
H A Ddoprnt.c452 size_t bpsize; in _wndoprnt() local
1823 bpsize = sizeof (wchar_t) * (nwc + 1); in _wndoprnt()
1824 wstr = (wchar_t *)lmalloc(bpsize); in _wndoprnt()
1843 bpsize = sizeof (wchar_t) * nwc; in _wndoprnt()
1844 wstr = (wchar_t *)lmalloc(bpsize); in _wndoprnt()
1860 bpsize = sizeof (wchar_t) * prec; in _wndoprnt()
1861 wstr = (wchar_t *)lmalloc(bpsize); in _wndoprnt()
2181 lfree(bp, bpsize); in _wndoprnt()
/onnv-gate/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c736 int bpsize = MBLKL(fnp->fn_mp); in fifo_read() local
737 int uiosize = MIN(bpsize, uiop->uio_resid); in fifo_read()
745 if (bpsize <= uiosize) { in fifo_read()
/onnv-gate/usr/src/uts/common/sys/
H A Dstream.h752 #define bpsize(bp) ((unsigned int)(bp->b_datap->db_lim - bp->b_datap->db_base)) macro