Home
last modified time | relevance | path

Searched refs:bflags (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Dvpm.c1086 int bflags = 0; in vpm_sync_pages() local
1099 bflags |= B_ASYNC; in vpm_sync_pages()
1101 bflags |= B_INVAL; in vpm_sync_pages()
1103 bflags |= (B_INVAL|B_TRUNC); in vpm_sync_pages()
1105 bflags |= B_FREE; in vpm_sync_pages()
1107 bflags |= B_DONTNEED; in vpm_sync_pages()
1109 error = VOP_PUTPAGE(vp, off, psize, bflags, CRED(), NULL); in vpm_sync_pages()
H A Dseg_map.c1983 int bflags = 0; in segmap_release() local
2050 bflags |= B_ASYNC; in segmap_release()
2054 bflags |= B_INVAL; in segmap_release()
2058 bflags |= (B_INVAL|B_TRUNC); in segmap_release()
2067 bflags |= B_FREE; in segmap_release()
2071 bflags |= B_DONTNEED; in segmap_release()
2119 bflags, CRED(), NULL); in segmap_release()
H A Dseg_vn.c7262 int bflags; in segvn_sync() local
7321 bflags = ((flags & MS_ASYNC) ? B_ASYNC : 0) | in segvn_sync()
7354 bflags, svd->cred, NULL); in segvn_sync()
7463 (bflags | (IS_SWAPFSVP(vp) ? B_PAGE_NOWAIT : 0)), in segvn_sync()
/illumos-gate/usr/src/uts/sun/io/dada/impl/
H A Ddcd_resource.c57 struct buf *in_bp, size_t datalen, uint_t bflags, in dcd_alloc_consistent_buf() argument
84 bp->b_flags |= bflags; in dcd_alloc_consistent_buf()
/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_resource.c44 struct buf *in_bp, size_t datalen, uint_t bflags, in scsi_alloc_consistent_buf() argument
71 ASSERT(!(bflags & ~(B_READ | B_WRITE))); in scsi_alloc_consistent_buf()
72 bflags &= (B_READ | B_WRITE); in scsi_alloc_consistent_buf()
93 bp->b_flags |= bflags; in scsi_alloc_consistent_buf()
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dtsort.c308 _dep_visit(Lm_list *lml, int min, Rt_map *clmp, Rt_map *dlmp, uint_t bflags, in _dep_visit() argument
368 if ((_min = dep_visit(lml, clmp, bflags, dlmp, in _dep_visit()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_trans.h352 #define TRANS_SYNCIP(ip, bflags, iflag, topid) \ argument
353 ufs_syncip(ip, bflags, iflag, topid)
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Doptget.c2406 int bflags = 0; in opthelp() local
3016 p = textout(sp_body, p, cb, cl, style, 0, 0, sp_info, version, id, catalog, &bflags); in opthelp()
3020 hflags = dflags = bflags; in opthelp()
3410 textout(sp_body, d, cb, cl, style, 0, 3, sp_info, version, id, catalog, &bflags); in opthelp()
3414 textout(sp_body, u, cb, cl, style, 0, 3, sp_info, version, id, catalog, &bflags); in opthelp()
3424 textout(sp_body, t, 0, 0, style, 0, 0, sp_info, version, NiL, NiL, &bflags); in opthelp()
3451 textout(sp_body, t, 0, 0, style, 4, 0, sp_info, version, NiL, NiL, &bflags); in opthelp()
3468 textout(sp_body, t, 0, 0, style, 4, 0, sp_info, version, NiL, NiL, &bflags); in opthelp()
3477 p = textout(sp_body, p, 0, 0, style, 4, 0, sp_info, version, id, catalog, &bflags); in opthelp()
3493 item(sp_body, C("IMPLEMENTATION"), 0, 0, style, sp_info, version, id, ID, &bflags); in opthelp()
[all …]
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_parser.c270 uint_t bflags = tip->dtt_flags; in dt_type_pointer() local
302 tip->dtt_flags = bflags; in dt_type_pointer()
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c940 uint_t bflags, daddr_t blkno, int (*func)(struct buf *));
13630 sd_shadow_buf_alloc(struct buf *bp, size_t datalen, uint_t bflags, in sd_shadow_buf_alloc() argument
13649 bflags &= (B_READ | B_WRITE); in sd_shadow_buf_alloc()
13654 new_bp->b_flags = bflags | in sd_shadow_buf_alloc()
13658 datalen, bflags, SLEEP_FUNC, NULL); in sd_shadow_buf_alloc()