Searched refs:ibp (Results 1 - 19 of 19) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/compat/ibcs2/
H A Dibcs2_ipc.c103 cvt_perm2iperm(const struct ipc_perm *bp, struct ibcs2_ipc_perm *ibp) argument
105 ibp->cuid = bp->cuid;
106 ibp->cgid = bp->cgid;
107 ibp->uid = bp->uid;
108 ibp->gid = bp->gid;
109 ibp->mode = bp->mode;
110 ibp->seq = bp->_seq;
111 ibp->key = bp->_key;
115 cvt_iperm2perm(const struct ibcs2_ipc_perm *ibp, struct ipc_perm *bp) argument
117 bp->cuid = ibp
134 cvt_msqid2imsqid(const struct msqid_ds *bp, struct ibcs2_msqid_ds *ibp) argument
150 cvt_imsqid2msqid(struct ibcs2_msqid_ds *ibp, struct msqid_ds *bp) argument
195 struct ibcs2_msqid_ds msqbuf_ibcs2, *ibp; local
263 cvt_sem2isem(struct __sem *bp, struct ibcs2_sem *ibp) argument
272 cvt_isem2sem(struct ibcs2_sem *ibp, struct __sem *bp) argument
282 cvt_semid2isemid(const struct semid_ds *bp, struct ibcs2_semid_ds *ibp) argument
293 cvt_isemid2semid(const struct ibcs2_semid_ds *ibp, struct semid_ds *bp) argument
377 cvt_shmid2ishmid(const struct shmid_ds *bp, struct ibcs2_shmid_ds *ibp) argument
391 cvt_ishmid2shmid(const struct ibcs2_shmid_ds *ibp, struct shmid_ds *bp) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/ufs/lfs/
H A Dlfs_balloc.c116 struct buf *ibp, *bp; local
257 ibp = getblk(vp, indirs[i].in_lbn,
260 clrbuf(ibp);
261 ibp->b_blkno = UNWRITTEN;
262 } else if (!(ibp->b_oflags & (BO_DELWRI | BO_DONE))) {
263 ibp->b_blkno = fsbtodb(fs, idaddr);
264 ibp->b_flags |= B_READ;
265 VOP_STRATEGY(vp, ibp);
266 biowait(ibp);
274 if (((int32_t *)ibp
[all...]
H A Dlfs_itimes.c76 struct buf *ibp; local
79 LFS_IENTRY(ifp, ip->i_lfs, ip->i_number, ibp);
82 LFS_BWRITE_LOG(ibp);
H A Dlfs_rfw.c305 struct buf *dbp, *ibp; local
358 LFS_IENTRY(ifp, fs, dip->di_inumber, ibp);
361 error = LFS_BWRITE_LOG(ibp); /* Ifile */
366 ibp);
370 ibp);
373 ibp);
377 ibp);
H A Dlfs_segment.c1075 if (sp->idp == NULL && sp->ibp == NULL &&
1107 sp->ibp == NULL) {
1116 sp->ibp = *sp->cbpp++ =
1123 ((struct ufs1_dinode *)sp->ibp->b_data)[i].di_inumber =
1159 bp = sp->ibp;
1291 sp->ibp = NULL;
1814 sp->ibp = NULL;
H A Dlfs.h941 struct buf *ibp; /* buffer pointer to inode page */ member in struct:segment
/netbsd-6-1-5-RELEASE/dist/nvi/ex/
H A Dex_util.c67 for (errno = 0, off = 0, p = exp->ibp;;) {
69 BINC_RETC(sp, exp->ibp, exp->ibp_len, off + 1);
70 p = exp->ibp + off;
H A Dex_init.c100 if (exp->ibp != NULL)
101 free(exp->ibp);
H A Dex.h178 char *ibp; /* File line input buffer. */ member in struct:_ex_private
H A Dex_filter.c320 FILE2INT5(sp, exp->ibcw, exp->ibp, len, wp, wlen);
H A Dex_read.c334 FILE2INT5(sp, exp->ibcw, exp->ibp, len, wp, wlen);
/netbsd-6-1-5-RELEASE/sys/ufs/ext2fs/
H A Dext2fs_alloc.c435 char *ibp; local
452 ibp = (char *)bp->b_data;
455 if (isclr(ibp, ipref))
460 loc = skpc(0xff, len, &ibp[start]);
464 loc = skpc(0xff, len, &ibp[0]);
473 map = ibp[i] ^ 0xff;
480 setbit(ibp, ipref);
545 char *ibp; local
564 ibp = (char *)bp->b_data;
566 if (isclr(ibp, in
[all...]
/netbsd-6-1-5-RELEASE/sbin/fsck_lfs/
H A Dlfs.c981 struct ubuf *ibp, *bp; local
1103 ibp = getblk(vp, indirs[i].in_lbn,
1106 memset(ibp->b_data, 0, ibp->b_bufsize);
1107 ibp->b_blkno = UNWRITTEN;
1108 } else if (!(ibp->b_flags & (B_DELWRI | B_DONE))) {
1109 ibp->b_blkno = fsbtodb(fs, idaddr);
1110 ibp->b_flags |= B_READ;
1111 VOP_STRATEGY(ibp);
1119 if (((int32_t *)ibp
[all...]
H A Dsegwrite.c241 struct ubuf *bp, *ibp; local
254 sp->ibp == NULL) {
263 sp->ibp = *sp->cbpp++ =
266 sp->ibp->b_flags |= B_GATHERED;
271 ((struct ufs1_dinode *) sp->ibp->b_data)[i].di_inumber = 0;
302 bp = sp->ibp;
322 sp->ibp = NULL;
334 LFS_IENTRY(ifp, fs, ino, ibp);
337 error = LFS_BWRITE_LOG(ibp); /* Ifile */
650 sp->ibp
[all...]
H A Dpass6.c552 struct ubuf *bp, *ibp, *sbp, *cbp; local
658 NOCRED, 0, &ibp);
659 memcpy(ibbuf, ibp->b_data, fs->lfs_ibsize);
660 brelse(ibp, 0);
/netbsd-6-1-5-RELEASE/sbin/fsck_ffs/
H A Dinode.c874 struct bufarea *ibp; local
909 ibp = getdatablk(iblkno, sblock->fs_bsize);
914 iblkno = iswap64(ibp->b_un.b_indir2[blkno / nblks]);
916 iblkno = iswap32(ibp->b_un.b_indir1[blkno / nblks]);
920 ibp->b_flags &= ~B_INUSE;
921 ibp = getdatablk(iblkno, sblock->fs_bsize);
923 *bp = ibp;
950 struct bufarea *ibp, *bp = NULL; local
987 if ((ibp = getnewblk(&newblk)) == NULL)
995 ibp
[all...]
/netbsd-6-1-5-RELEASE/sys/ufs/ffs/
H A Dffs_snapshot.c414 struct buf *ibp, *nbp;
481 fs->fs_bsize, l->l_cred, B_METAONLY, &ibp);
484 brelse(ibp, 0);
952 struct buf *bp, *ibp;
1000 fs->fs_bsize, l->l_cred, B_METAONLY, &ibp)) != 0)
1005 bawrite(ibp);
1008 fs->fs_bsize, l->l_cred, B_METAONLY, &ibp)) != 0)
1013 idb_assign(ip, ibp->b_data, indiroff, BLK_NOCOPY);
1014 else if (idb_get(ip, ibp->b_data, indiroff) == BLK_NOCOPY) {
1016 idb_assign(ip, ibp
1427 struct buf *ibp; local
1543 struct buf *ibp; local
[all...]
H A Dffs_alloc.c1286 struct buf *bp, *ibp; local
1302 ibp = NULL;
1313 if (ibp != NULL &&
1316 brelse(ibp, 0);
1317 ibp = NULL;
1322 if (fs->fs_magic == FS_UFS2_MAGIC && ibp == NULL) {
1336 FFS_NOBLK, fs->fs_bsize, false, &ibp);
1383 if (ibp != NULL) {
1385 memset(ibp->b_data, 0, fs->fs_bsize);
1386 dp2 = (struct ufs2_dinode *)(ibp
[all...]
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddbuf.c2229 blkptr_t *ibp = db->db.db_data; local
2231 for (i = db->db.db_size >> SPA_BLKPTRSHIFT; i > 0; i--, ibp++) {
2232 if (BP_IS_HOLE(ibp))
2234 fill += ibp->blk_fill;

Completed in 426 milliseconds