Searched defs:bpsize (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libinetutil/common/
H A Difspec.c46 getlun(const char *bp, int bpsize, uint_t *lun) argument
48 char *ep = (char *)&bp[bpsize - 1];
80 getppa(const char *bp, int bpsize, uint_t *ppa) argument
82 char *ep = (char *)&bp[bpsize - 1];
/illumos-gate/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c738 int bpsize = MBLKL(fnp->fn_mp); local
739 int uiosize = MIN(bpsize, uiop->uio_resid);
747 if (bpsize <= uiosize) {
/illumos-gate/usr/src/lib/libc/port/print/
H A Ddoprnt.c449 size_t bpsize; local
1816 bpsize = sizeof (wchar_t) * (nwc + 1);
1817 wstr = (wchar_t *)lmalloc(bpsize);
1836 bpsize = sizeof (wchar_t) * nwc;
1837 wstr = (wchar_t *)lmalloc(bpsize);
1853 bpsize = sizeof (wchar_t) * prec;
1854 wstr = (wchar_t *)lmalloc(bpsize);
2174 lfree(bp, bpsize);
/illumos-gate/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

Completed in 54 milliseconds