Home
last modified time | relevance | path

Searched refs:MS_SYNC (Results 1 – 14 of 14) sorted by relevance

/titanic_41/usr/src/uts/common/syscall/
H A Dmemcntl.c121 iarg |= MS_SYNC; in memcntl()
123 if (((iarg & ~(MS_SYNC|MS_ASYNC|MS_INVALIDATE)) != 0) || in memcntl()
124 ((iarg & (MS_SYNC|MS_ASYNC)) == (MS_SYNC|MS_ASYNC))) { in memcntl()
/titanic_41/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_rep.c385 if (msync(c_repbuf, filesize, MS_SYNC) == -1) { in update_fabric_wwn_list()
475 if (msync(c_repbuf, filesize, MS_SYNC) == -1) { in update_fabric_wwn_list()
485 if (msync(t_repbuf, size, MS_SYNC) == -1) { in update_fabric_wwn_list()
568 if (msync(t_repbuf, size, MS_SYNC) == -1) { in update_fabric_wwn_list()
583 if (msync(c_repbuf, filesize, MS_SYNC) == -1) { in update_fabric_wwn_list()
/titanic_41/usr/src/test/zfs-tests/cmd/readmmap/
H A Dreadmmap.c100 if (msync(map, size, MS_SYNC) != 0) { in main()
/titanic_41/usr/src/cmd/keyserv/
H A Dkeyserv_cache.c370 (void) msync((caddr_t)ch, ch->length, MS_SYNC); in create_cache_file_ch()
395 (void) msync((caddr_t)ch, ch->length, MS_SYNC); in create_cache_file_ch()
530 (void) msync((caddr_t)ch, ch->length, MS_SYNC); in remap_cache_file_ch()
574 (void) msync(newch->address, newch->length, MS_SYNC); in remap_cache_file_ch()
916 (void) msync((caddr_t)newch, newch->length, MS_SYNC); in cache_insert_ch()
/titanic_41/usr/src/uts/common/sys/
H A Dmman.h338 #define MS_SYNC 0x4 /* wait for msync */ macro
/titanic_41/usr/src/lib/krb5/kdb/
H A Dkdb_log.c51 if (retval = msync((caddr_t)start, size, MS_SYNC)) { in ulog_sync_update()
68 if (msync((caddr_t)ulog, pagesize, MS_SYNC)) { in ulog_sync_header()
/titanic_41/usr/src/cmd/fs.d/cachefs/cfsadmin/
H A Dcfsadmin.c1014 xx = msync(addrp, rnew.r_fsize, MS_SYNC); in resource_file_grow()
1028 xx = msync(addrp, rnew.r_fsize, MS_SYNC); in resource_file_grow()
/titanic_41/usr/src/cmd/fs.d/cachefs/fsck/
H A Dres.c509 xx = msync(resp->p_addrp, resp->p_size, MS_SYNC); in res_done()
H A Dfsck.c1690 if (msync(addrp, size, MS_SYNC) == -1) { in process_fsgroup()
/titanic_41/usr/src/cmd/lvm/rpc.mdcommd/
H A Dmdmn_subr.c613 sizeof (md_mn_mce_t) + offset_in_page, MS_SYNC); in mdmn_mark_completion()
/titanic_41/usr/src/cmd/fs.d/nfs/nfslog/
H A Dreadbuf.c610 (void) msync((void *)lbp->mmap_addr, wsize, MS_SYNC); in nfslog_rewrite_bufheader()
/titanic_41/usr/src/cmd/truss/
H A Dprint.c876 if ((val & ~(MS_SYNC|MS_ASYNC|MS_INVALIDATE)) == 0) { in prt_mc4()
878 if (val & MS_SYNC) in prt_mc4()
/titanic_41/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.c1031 rv += msync(DB_SEG(hdp, i), sz, MS_SYNC); in close_db()
1039 rv += msync((caddr_t)DB_HDR(hdp), HDR_LEN, MS_SYNC); in close_db()
/titanic_41/usr/src/cmd/sgs/packages/common/
H A DSUNWonld-README1534 6802452 libelf shouldn't use MS_SYNC