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

/freebsd-current/contrib/sendmail/include/sm/
H A Dsendmail.h26 # define quote_internal_chars(ibp, obp, bsp, rpool) quote_internal_chars_tagged(ibp, obp, bsp, rpool, "quote_internal_chars:" __FILE__, __LINE__, SmHeapGroup)
29 # define quote_internal_chars_tagged(ibp, obp, bsp, rpool, file, line, group) quote_internal_chars(ibp, obp, bsp, rpool)
/freebsd-current/contrib/sendmail/libsm/
H A Dutil.c132 ** ibp -- a pointer to the string to translate [x]
152 (ibp, obp, bsp, rpool
157 char *ibp;
175 if (NULL == ibp)
177 buffer_same = ibp == obp;
184 for (ip = ibp, olen = 1; *ip != '\0'; ip++, olen++)
213 bufused = sm_strlcpy(obp, ibp, *bsp);
226 for (ip = ibp, op = obp, bufused = 0; *ip != '\0'; ip++)
249 ** ibp -- a pointer to the string to be translated. [i]
251 ** Can be the same as ibp
[all...]
/freebsd-current/sys/geom/uzip/
H A Dg_uzip_lzma.c66 void *ibp, size_t ilen, void *obp)
73 lzp->b.in = ibp;
81 printf("%s: ibp=%p, obp=%p, in_pos=%jd, out_pos=%jd, "
82 "in_size=%jd, out_size=%jd\n", __func__, ibp, obp,
65 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.c60 g_uzip_zlib_decompress(struct g_uzip_dapi *zpp, const char *gp_name, void *ibp, argument
68 zp->zs.next_in = ibp;
/freebsd-current/sys/ufs/ffs/
H A Dffs_snapshot.c209 struct buf *bp, *nbp, *ibp; local
329 fs->fs_bsize, td->td_ucred, BA_METAONLY, &ibp);
332 bawrite(ibp);
913 struct buf *bp, *ibp; local
959 fs->fs_bsize, KERNCRED, BA_METAONLY, &ibp);
967 ibp->b_flags |= B_VALIDSUSPWRT;
968 bawrite(ibp);
971 fs->fs_bsize, KERNCRED, BA_METAONLY, &ibp);
979 ((ufs1_daddr_t *)(ibp->b_data))[indiroff] =
981 else if (passno == 2 && ((ufs1_daddr_t *)(ibp
1225 struct buf *ibp; local
1509 struct buf *ibp; local
1642 struct buf *ibp; local
1775 struct buf *ibp, *cbp, *savedcbp = NULL; local
2268 struct buf *ibp, *cbp, *savedcbp = NULL; local
[all...]
H A Dffs_alloc.c2106 struct buf *bp, *ibp; local
2174 ibp = getinobuf(ip, cg, old_initediblk, GB_LOCK_NOWAIT);
2176 if (ibp == NULL) {
2184 ibp = getinobuf(ip, cg, old_initediblk, 0);
2185 brelse(ibp);
2189 bzero(ibp->b_data, (int)fs->fs_bsize);
2190 dp2 = (struct ufs2_dinode *)(ibp->b_data);
2207 babarrierwrite(ibp);
2209 bwrite(ibp);
H A Dffs_softdep.c12480 struct buf *ibp; local
12586 ibp = inodedep->id_bmsafemap->sm_buf;
12587 ibp = getdirtybuf(ibp, LOCK_PTR(ump), MNT_WAIT);
12588 if (ibp == NULL) {
12590 * If ibp came back as NULL, the dependency could have been
12600 if ((error = bwrite(ibp)) != 0)
/freebsd-current/contrib/nvi/ex/
H A Dex_util.c61 for (errno = 0, off = 0, p = exp->ibp;;) {
63 BINC_RETC(sp, exp->ibp, exp->ibp_len, off + 1);
64 p = exp->ibp + off;
H A Dex.h175 char *ibp; /* File line input buffer. */ member in struct:_ex_private
H A Dex_read.c324 FILE2INT5(sp, exp->ibcw, exp->ibp, len, wp, wlen);
H A Dex_filter.c307 FILE2INT5(sp, exp->ibcw, exp->ibp, len, wp, wlen);
H A Dex_init.c93 free(exp->ibp);
/freebsd-current/sys/fs/ext2fs/
H A Dext2_alloc.c1314 char *ibp, *loc; local
1366 ibp = (char *)bp->b_data;
1369 if (isclr(ibp, ipref))
1374 loc = memcchr(&ibp[start], 0xff, len);
1378 loc = memcchr(&ibp[start], 0xff, len);
1388 ipref = (loc - ibp) * NBBY + ffs(~*loc) - 1;
1390 setbit(ibp, ipref);
1471 char *ibp; local
1487 ibp = (char *)bp->b_data;
1489 if (isclr(ibp, in
[all...]
/freebsd-current/sys/ofed/include/rdma/
H A Drdma_vt.h459 * @ibp: the ibport
499 struct rvt_mcast *rvt_mcast_find(struct rvt_ibport *ibp, union ib_gid *mgid);
/freebsd-current/contrib/sendmail/src/
H A Dreadcf.c855 ** ibp -- the buffer to translate.
867 translate_dollars(ibp, obp, bsp)
868 char *ibp;
879 xputs(sm_debug_file(), ibp); local
883 bp = quote_internal_chars(ibp, obp, bsp, NULL);
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Ddbuf.c4782 blkptr_t *ibp = db->db.db_data; local
4784 for (i = db->db.db_size >> SPA_BLKPTRSHIFT; i > 0; i--, ibp++) {
4785 if (BP_IS_HOLE(ibp))
4787 (void) zfs_blkptr_verify(spa, ibp,
4789 fill += BP_GET_FILL(ibp);

Completed in 308 milliseconds