| /onnv/onnv-gate/usr/src/uts/common/ktli/ |
| t_kconnect.c | 76 mblk_t *nbp; local 204 nbp = bp; 210 freemsg(nbp);
|
| t_krcvudat.c | 81 mblk_t *nbp; local 159 nbp = NULL; 167 if (nbp) 168 nbp->b_cont = tmp; 175 nbp = mp;
|
| /onnv/onnv-gate/usr/src/lib/brand/lx/lx_nametoaddr/common/ |
| lx_nametoaddr.c | 129 struct netbuf *nbp = NULL; local 210 ((nbp = calloc(1, sizeof (struct netbuf) * r_count)) == NULL) || 216 rp->n_addrs = nbp; 220 nbp[i].maxlen = nbp[i].len = sizeof (struct sockaddr_in); 221 nbp[i].buf = (char *)&sap[i]; 253 if (nbp == NULL) 254 free(nbp); 267 _netdir_getbyaddr(struct netconfig *netconfigp, struct netbuf *nbp) 290 if ((nbp->len != sizeof (struct sockaddr_in)) | [all...] |
| /onnv/onnv-gate/usr/src/cmd/fs.d/udfs/fsck/ |
| utilities.c | 360 struct bufarea *bp, *nbp; local 363 for (bp = bufhead.b_prev; bp && bp != &bufhead; bp = nbp) { 366 nbp = bp->b_prev;
|
| /onnv/onnv-gate/usr/src/uts/common/io/ |
| tty_pty.c | 324 mblk_t *bp, *nbp; local 410 nbp = bp->b_cont; 412 if ((bp = nbp) == NULL) { 436 nbp = bp->b_cont; 438 if ((bp = nbp) == NULL)
|
| wscons.c | 1092 mblk_t *nbp; local 1154 for (nbp = bp; nbp != NULL; nbp = nbp->b_cont) { 1155 if (nbp->b_wptr > nbp->b_rptr) { 1157 nbp->b_rptr, 1159 nbp->b_wptr - nbp->b_rptr 1257 mblk_t *nbp; local [all...] |
| timod.c | 701 mblk_t *nbp; local 1210 if (((nbp = dupmsg(mp)) != NULL) || 1211 ((nbp = copymsg(mp)) != NULL)) { 1212 nbp->b_next = tp->tim_consave; 1213 tp->tim_consave = nbp; 2068 mblk_t *nbp; local [all...] |
| asy.c | 3023 mblk_t *nbp; local [all...] |
| stream.c | 1358 mblk_t *head, *nbp; local 1381 mblk_t *head, *nbp; local 1407 mblk_t *nbp; local 1478 mblk_t *head, *nbp; local 4217 ftblk_t *nbp; local 4324 ftblk_t *nbp; local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/fs/smbclnt/netsmb/ |
| smb_trantcp.c | 87 static int nbssn_recv(struct nbpcb *nbp, mblk_t **mpp, int *lenp, 89 static int nb_disconnect(struct nbpcb *nbp); 100 nb_getmsg_mlen(struct nbpcb *nbp, mblk_t **mpp, size_t mlen) 127 error = t_kspoll(nbp->nbp_tiptr, timo, waitflg, &events); 140 error = tli_recv(nbp->nbp_tiptr, &tm, fmode); 204 nb_disconnect(nbp); 287 nbssn_peekhdr(struct nbpcb *nbp, size_t *lenp, uint8_t *rpcodep) 296 error = nb_getmsg_mlen(nbp, &nbp->nbp_frag, sizeof (len)); 300 if (!pullupmsg(nbp->nbp_frag, sizeof (len)) 489 struct nbpcb *nbp; local 508 struct nbpcb *nbp = vcp->vc_tdata; local 535 struct nbpcb *nbp = vcp->vc_tdata; local 585 struct nbpcb *nbp = vcp->vc_tdata; local 629 struct nbpcb *nbp = vcp->vc_tdata; local 697 struct nbpcb *nbp = vcp->vc_tdata; local 728 struct nbpcb *nbp = vcp->vc_tdata; local 740 struct nbpcb *nbp = vcp->vc_tdata; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/sgs/prof/common/ |
| profv.c | 63 char *nbp, *nbe, *namebuf; local 73 nbp = namebuf; 81 if ((nbp + namelen + 1) > nbe) { 91 nbp = namebuf + cur_len; 95 (void) strcpy(nbp, p); 96 profsym[i].demangled_name = nbp; 98 nbp += namelen + 1;
|
| /onnv/onnv-gate/usr/src/lib/libdtrace/common/ |
| dt_proc.c | 122 dt_bkpt_t *dbp, *nbp; local 126 for (dbp = dt_list_next(&dpr->dpr_bps); dbp != NULL; dbp = nbp) { 132 nbp = dt_list_next(dbp); [all...] |
| /onnv/onnv-gate/usr/src/stand/lib/sock/ |
| socket.c | 1352 mblk_t *nbp; local 1357 if (!(nbp = allocb(bp->b_size, 0))) 1359 nbp->b_cont = NULL; 1360 ndp = nbp->b_datap; 1362 nbp->b_rptr = ndp + (bp->b_rptr - bp->b_datap); 1363 nbp->b_wptr = nbp->b_rptr + (bp->b_wptr - bp->b_rptr); 1364 bcopy(bp->b_datap, nbp->b_datap, bp->b_size); 1365 return (nbp);
|
| /onnv/onnv-gate/usr/src/uts/common/fs/ufs/ |
| ufs_bmap.c | 317 struct buf *nbp; local 784 nbp = UFS_GETBLK( 787 clrbuf(nbp); 789 TRANS_BUF(ufsvfsp, 0, bsize, nbp, DT_ABZERO); 790 UFS_BWRITE2(ufsvfsp, nbp); 791 if (nbp->b_flags & B_ERROR) { 792 err = geterror(nbp); 793 brelse(nbp); 803 brelse(nbp); [all...] |
| /onnv/onnv-gate/usr/src/uts/common/xen/io/ |
| xencons.c | 768 mblk_t *nbp; local 812 nbp = bp->b_cont; 814 bp = nbp; 839 nbp = bp->b_cont; 841 bp = nbp; 870 nbp = bp->b_cont; 872 bp = nbp; [all...] |
| xdb.c | 638 buf_t *nbp; local 647 nbp = xdb_get_buf(vdp, NULL, xreq); 648 if (nbp) { 649 err = ldi_strategy(vdp->xs_ldi_hdl, nbp); [all...] |
| /onnv/onnv-gate/usr/src/uts/sun4v/io/ |
| vsw_switching.c | 1895 mblk_t *nbp; local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/os/ |
| bio.c | 574 struct buf *nbp = NULL; local 643 if (nbp == NULL) { 658 kmem_free(nbp->b_un.b_addr, nbp->b_bufsize); 659 nbp->b_un.b_addr = NULL; 665 bfreelist.b_bufsize += nbp->b_bufsize; 671 nbp->b_dev = (o_dev_t)NODEV; 672 nbp->b_edev = NODEV; 673 nbp->b_flags = 0; 674 nbp->b_file = NULL 1708 struct buf *bp, *dp, *dwp, *nbp; local [all...] |
| streamio.c | 1096 mblk_t *nbp; local 1114 nbp = bp; 1116 freeb(nbp); 1156 mblk_t *bp, *nbp; local 6516 mblk_t *bp, *nbp; local 7081 mblk_t *bp, *nbp; local 7408 mblk_t *nbp; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/sendmail/src/ |
| util.c | 1433 char *nbp; local 1441 nbp = sm_malloc_x(nn); 1442 memmove(nbp, bp, p - bp); 1443 p = &nbp[p - bp]; 1446 bp = nbp; 2340 char *nbp = sm_pmalloc_x(l); local [all...] |
| readcf.c | 158 char *nbp; local 168 nbp = translate_dollars(bp, bp, &bufsize); 169 if (nbp != bp && bp != buf) 171 bp = nbp; [all...] |
| /onnv/onnv-gate/usr/src/uts/sun4/io/ |
| su_driver.c | 2491 mblk_t *bp, *nbp; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/fs.d/ufs/fsck/ |
| utilities.c | 246 struct bufarea *bp, *nbp; local 249 for (bp = bufhead.b_prev; bp != NULL && bp != &bufhead; bp = nbp) { 252 nbp = bp->b_prev; 260 nbp->b_next = bp->b_next; 261 bp->b_next->b_prev = nbp; [all...] |
| /onnv/onnv-gate/usr/src/cmd/syslogd/ |
| syslogd.c | 1065 formatnet(struct netbuf *nbp, log_message_t *mp) 1083 p = nbp->buf; 3610 struct netbuf *nbp; local 3911 struct netbuf *nbp; local 3994 struct netbuf *nbp; local [all...] |
| /onnv/onnv-gate/usr/src/uts/sun/io/eri/ |
| eri.c | 3651 mblk_t *bp, *nbp; local [all...] |