Searched refs:nbp (Results 1 - 10 of 10) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ffs/
H A Dffs_balloc.c109 struct buf *bp, *nbp; local
338 nbp = buf_getblk(vp, (daddr64_t)((unsigned)(indirs[i].in_lbn)), fs->fs_bsize, 0, 0, BLK_META);
339 buf_setblkno(nbp, (daddr64_t)((unsigned)fsbtodb(fs, nb)));
340 buf_clear(nbp);
346 buf_bdwrite(nbp);
347 } else if (error = buf_bwrite(nbp)) {
401 nbp = buf_getblk(vp, (daddr64_t)((unsigned)lbn), fs->fs_bsize, 0, 0, BLK_WRITE);
402 buf_setblkno(nbp, (daddr64_t)((unsigned)fsbtodb(fs, nb)));
405 buf_clear(nbp);
411 *bpp = nbp;
475 struct buf *bp, *nbp; local
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dddp_nbp.c57 #include <netat/nbp.h>
136 u_char *nbp2zone(nbp, maxp)
137 at_nbp_t *nbp;
143 p = (u_char*)&nbp->tuple[0].enu_entity; /* p -> object */
159 register at_nbp_t *nbp = DATA_NBP(m); local
180 nbp->control, nbp->tuple_count, nbp->at_nbp_id));
181 switch (nbp->control) {
277 nbp
943 register at_nbp_t *nbp; local
[all...]
H A DMakefile30 ddp.h ep.h lap.h nbp.h pap.h zip.h \
H A Dddp_sip.c75 #include <netat/sysglue.h> /* nbp.h needs the gbuf definiton */
80 #include <netat/nbp.h>
H A Dddp_lap.c81 #include <netat/nbp.h>
324 snmpNbpTable_t *nbp; local
695 ("elap_wput: nbp req denied, no change\n"));
718 nbp = (snmpNbpTable_t*)gbuf_rptr(mn);
719 nbp->nbpt_entries = tabsize;
720 nbp->nbpt_zone = ifID_home->ifZoneName;
721 getNbpTable(nbp->nbpt_table,i,j);
983 /* hzonehash is a global containing the nbp hash for the startup_zone */
H A Dddp_usrreq.c62 #include <netat/nbp.h>
H A Dat.c55 #include <netat/nbp.h>
H A Dddp.c61 #include <netat/nbp.h>
971 * We want everything in router mode, specially socket 254 for nbp so we need
H A Dddp_r_zip.c68 #include <netat/nbp.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_bio.c247 buf_t nbp; local
253 nbp = dp->lh_first;
254 for(; nbp != NULL; nbp = nbp->b_hash.le_next) {
255 if(nbp == bp)

Completed in 43 milliseconds