Searched refs:MS_SYNC (Results 1 – 13 of 13) sorted by relevance
/titanic_44/usr/src/uts/common/syscall/ |
H A D | memcntl.c | 121 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_44/usr/src/lib/cfgadm_plugins/fp/common/ |
H A D | cfga_rep.c | 385 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_44/usr/src/test/zfs-tests/cmd/readmmap/ |
H A D | readmmap.c | 100 if (msync(map, size, MS_SYNC) != 0) { in main()
|
/titanic_44/usr/src/cmd/keyserv/ |
H A D | keyserv_cache.c | 370 (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_44/usr/src/uts/common/sys/ |
H A D | mman.h | 338 #define MS_SYNC 0x4 /* wait for msync */ macro
|
/titanic_44/usr/src/lib/krb5/kdb/ |
H A D | kdb_log.c | 51 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_44/usr/src/cmd/fs.d/cachefs/cfsadmin/ |
H A D | cfsadmin.c | 1014 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_44/usr/src/cmd/fs.d/cachefs/fsck/ |
H A D | res.c | 509 xx = msync(resp->p_addrp, resp->p_size, MS_SYNC); in res_done()
|
H A D | fsck.c | 1690 if (msync(addrp, size, MS_SYNC) == -1) { in process_fsgroup()
|
/titanic_44/usr/src/cmd/fs.d/nfs/nfslog/ |
H A D | readbuf.c | 610 (void) msync((void *)lbp->mmap_addr, wsize, MS_SYNC); in nfslog_rewrite_bufheader()
|
/titanic_44/usr/src/cmd/truss/ |
H A D | print.c | 876 if ((val & ~(MS_SYNC|MS_ASYNC|MS_INVALIDATE)) == 0) { in prt_mc4() 878 if (val & MS_SYNC) in prt_mc4()
|
/titanic_44/usr/src/lib/libdevinfo/ |
H A D | devinfo_devlink.c | 1031 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_44/usr/src/cmd/sgs/packages/common/ |
H A D | SUNWonld-README | 1534 6802452 libelf shouldn't use MS_SYNC
|