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

/freebsd-12-stable/sys/i386/ibcs2/
H A Dibcs2_ipc.c72 cvt_msqid2imsqid(bp, ibp)
74 struct ibcs2_msqid_ds *ibp;
76 memset(ibp, 0, sizeof(*ibp));
77 cvt_perm2iperm(&bp->msg_perm, &ibp->msg_perm);
78 ibp->msg_cbytes = (u_short)bp->msg_cbytes;
79 ibp->msg_qnum = (u_short)bp->msg_qnum;
80 ibp->msg_qbytes = (u_short)bp->msg_qbytes;
81 ibp->msg_lspid = (u_short)bp->msg_lspid;
82 ibp
[all...]
/freebsd-12-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-12-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-12-stable/sys/ufs/ffs/
H A Dffs_snapshot.c222 struct buf *bp, *nbp, *ibp; local
341 fs->fs_bsize, td->td_ucred, BA_METAONLY, &ibp);
344 bawrite(ibp);
891 struct buf *bp, *ibp; local
937 fs->fs_bsize, KERNCRED, BA_METAONLY, &ibp);
945 ibp->b_flags |= B_VALIDSUSPWRT;
946 bawrite(ibp);
949 fs->fs_bsize, KERNCRED, BA_METAONLY, &ibp);
957 ((ufs1_daddr_t *)(ibp->b_data))[indiroff] =
959 else if (passno == 2 && ((ufs1_daddr_t *)(ibp
1205 struct buf *ibp; local
1489 struct buf *ibp; local
1622 struct buf *ibp; local
1766 struct buf *ibp, *cbp, *savedcbp = NULL; local
2263 struct buf *ibp, *cbp, *savedcbp = NULL; local
[all...]
H A Dffs_alloc.c2066 struct buf *bp, *ibp; local
2133 ibp = getinobuf(ip, cg, old_initediblk, GB_LOCK_NOWAIT);
2135 if (ibp == NULL) {
2143 ibp = getinobuf(ip, cg, old_initediblk, 0);
2144 brelse(ibp);
2148 bzero(ibp->b_data, (int)fs->fs_bsize);
2149 dp2 = (struct ufs2_dinode *)(ibp->b_data);
2166 babarrierwrite(ibp);
2168 bwrite(ibp);
H A Dffs_softdep.c12253 struct buf *ibp; local
12350 ibp = inodedep->id_bmsafemap->sm_buf;
12351 ibp = getdirtybuf(ibp, LOCK_PTR(ump), MNT_WAIT);
12352 if (ibp == NULL) {
12354 * If ibp came back as NULL, the dependency could have been
12364 if ((error = bwrite(ibp)) != 0)
/freebsd-12-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-12-stable/sys/fs/ext2fs/
H A Dext2_alloc.c1309 char *ibp, *loc; local
1359 ibp = (char *)bp->b_data;
1362 if (isclr(ibp, ipref))
1367 loc = memcchr(&ibp[start], 0xff, len);
1371 loc = memcchr(&ibp[start], 0xff, len);
1380 ipref = (loc - ibp) * NBBY + ffs(~*loc) - 1;
1382 setbit(ibp, ipref);
1463 char *ibp; local
1480 ibp = (char *)bp->b_data;
1482 if (isclr(ibp, in
[all...]
/freebsd-12-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-12-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);
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddbuf.c3759 blkptr_t *ibp = db->db.db_data; local
3761 for (i = db->db.db_size >> SPA_BLKPTRSHIFT; i > 0; i--, ibp++) {
3762 if (BP_IS_HOLE(ibp))
3764 fill += BP_GET_FILL(ibp);

Completed in 392 milliseconds