Home
last modified time | relevance | path

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

/titanic_41/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()
/titanic_41/usr/src/lib/libc/port/print/
H A Ddoprnt.c449 size_t bpsize; in _wndoprnt() local
1816 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()
/titanic_41/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()
/titanic_41/usr/src/uts/common/sys/
H A Dstream.h753 #define bpsize(bp) ((unsigned int)(bp->b_datap->db_lim - bp->b_datap->db_base)) macro