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

/freebsd-11-stable/sys/i386/ibcs2/
H A Dibcs2_ipc.c70 cvt_msqid2imsqid(bp, ibp)
72 struct ibcs2_msqid_ds *ibp;
74 cvt_perm2iperm(&bp->msg_perm, &ibp->msg_perm);
75 ibp->msg_first = bp->msg_first;
76 ibp->msg_last = bp->msg_last;
77 ibp->msg_cbytes = (u_short)bp->msg_cbytes;
78 ibp->msg_qnum = (u_short)bp->msg_qnum;
79 ibp->msg_qbytes = (u_short)bp->msg_qbytes;
80 ibp->msg_lspid = (u_short)bp->msg_lspid;
81 ibp
[all...]
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dutil.c126 ** ibp -- a pointer to the string to translate
140 quote_internal_chars(ibp, obp, bsp)
141 char *ibp;
149 buffer_same = ibp == obp;
153 for (ip = ibp, olen = 1; *ip != '\0'; ip++, olen++)
182 bufused = sm_strlcpy(obp, ibp, *bsp);
195 for (ip = ibp, op = obp, bufused = 0; *ip != '\0'; ip++)
213 ** ibp -- a pointer to the string to be translated.
215 ** same as ibp.
223 dequote_internal_chars(ibp, ob
[all...]
/freebsd-11-stable/sys/geom/uzip/
H A Dg_uzip_lzma.c69 void *ibp, size_t ilen, void *obp)
76 lzp->b.in = ibp;
84 printf("%s: ibp=%p, obp=%p, in_pos=%jd, out_pos=%jd, "
85 "in_size=%jd, out_size=%jd\n", __func__, ibp, obp,
68 g_uzip_lzma_decompress(struct g_uzip_dapi *lzpp, const char *gp_name, void *ibp, size_t ilen, void *obp) argument
H A Dg_uzip_zlib.c64 g_uzip_zlib_decompress(struct g_uzip_dapi *zpp, const char *gp_name, void *ibp, argument
72 zp->zs.next_in = ibp;
/freebsd-11-stable/sys/ufs/ffs/
H A Dffs_snapshot.c217 struct buf *bp, *nbp, *ibp; local
336 fs->fs_bsize, td->td_ucred, BA_METAONLY, &ibp);
339 bawrite(ibp);
883 struct buf *bp, *ibp; local
938 fs->fs_bsize, KERNCRED, BA_METAONLY, &ibp);
946 ibp->b_flags |= B_VALIDSUSPWRT;
947 bawrite(ibp);
950 fs->fs_bsize, KERNCRED, BA_METAONLY, &ibp);
958 ((ufs1_daddr_t *)(ibp->b_data))[indiroff] =
960 else if (passno == 2 && ((ufs1_daddr_t *)(ibp
1192 struct buf *ibp; local
1476 struct buf *ibp; local
1608 struct buf *ibp; local
1752 struct buf *ibp, *cbp, *savedcbp = NULL; local
2249 struct buf *ibp, *cbp, *savedcbp = NULL; local
[all...]
H A Dffs_alloc.c2005 struct buf *bp, *ibp; local
2077 ibp = getinobuf(ip, cg, old_initediblk, GB_LOCK_NOWAIT);
2079 if (ibp == NULL) {
2087 ibp = getinobuf(ip, cg, old_initediblk, 0);
2088 brelse(ibp);
2092 bzero(ibp->b_data, (int)fs->fs_bsize);
2093 dp2 = (struct ufs2_dinode *)(ibp->b_data);
2110 babarrierwrite(ibp);
2112 bwrite(ibp);
H A Dffs_softdep.c12200 struct buf *ibp; local
12297 ibp = inodedep->id_bmsafemap->sm_buf;
12298 ibp = getdirtybuf(ibp, LOCK_PTR(ump), MNT_WAIT);
12299 if (ibp == NULL) {
12301 * If ibp came back as NULL, the dependency could have been
12311 if ((error = bwrite(ibp)) != 0)
/freebsd-11-stable/contrib/nvi/ex/
H A Dex_util.c65 for (errno = 0, off = 0, p = exp->ibp;;) {
67 BINC_RETC(sp, exp->ibp, exp->ibp_len, off + 1);
68 p = exp->ibp + off;
H A Dex.h177 char *ibp; /* File line input buffer. */ member in struct:_ex_private
H A Dex_init.c97 if (exp->ibp != NULL)
98 free(exp->ibp);
H A Dex_filter.c309 FILE2INT5(sp, exp->ibcw, exp->ibp, len, wp, wlen);
H A Dex_read.c329 FILE2INT5(sp, exp->ibcw, exp->ibp, len, wp, wlen);
/freebsd-11-stable/sys/fs/ext2fs/
H A Dext2_alloc.c1087 char *ibp, *loc; local
1126 ibp = (char *)bp->b_data;
1129 if (isclr(ibp, ipref))
1134 loc = memcchr(&ibp[start], 0xff, len);
1138 loc = memcchr(&ibp[start], 0xff, len);
1146 ipref = (loc - ibp) * NBBY + ffs(~*loc) - 1;
1148 setbit(ibp, ipref);
1222 char *ibp; local
1239 ibp = (char *)bp->b_data;
1241 if (isclr(ibp, in
[all...]
/freebsd-11-stable/sys/ofed/include/rdma/
H A Drdma_vt.h461 * @ibp: the ibport
501 struct rvt_mcast *rvt_mcast_find(struct rvt_ibport *ibp, union ib_gid *mgid);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddbuf.c3387 blkptr_t *ibp = db->db.db_data; local
3389 for (i = db->db.db_size >> SPA_BLKPTRSHIFT; i > 0; i--, ibp++) {
3390 if (BP_IS_HOLE(ibp))
3392 fill += BP_GET_FILL(ibp);
/freebsd-11-stable/contrib/sendmail/src/
H A Dreadcf.c808 ** ibp -- the buffer to translate.
820 translate_dollars(ibp, obp, bsp)
821 char *ibp;
832 xputs(sm_debug_file(), ibp); local
836 bp = quote_internal_chars(ibp, obp, bsp);

Completed in 376 milliseconds