Searched refs:iswrite (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/sys/dev/pci/drm/i915/gvt/ |
| D | kvmgt.c | 72 size_t count, loff_t *ppos, bool iswrite); 400 size_t count, loff_t *ppos, bool iswrite) in intel_vgpu_reg_rw_opregion() argument 408 if (pos >= vgpu->region[i].size || iswrite) { in intel_vgpu_reg_rw_opregion() 508 size_t count, loff_t *ppos, bool iswrite) in intel_vgpu_reg_rw_edid() argument 517 ret = handle_edid_regs(vgpu, region, buf, count, pos, iswrite); in intel_vgpu_reg_rw_edid() 520 ret = handle_edid_blob(region, buf, count, pos, iswrite); in intel_vgpu_reg_rw_edid()
|
| /openbsd/src/sys/kern/ |
| D | subr_hibernate.c | 1010 size_t xfer_size, vaddr_t dest, int iswrite) in hibernate_block_io() argument 1016 if (iswrite) in hibernate_block_io() 1022 SET(bp->b_flags, B_BUSY | (iswrite ? B_WRITE : B_READ) | B_RAW); in hibernate_block_io() 1030 } else if (!iswrite) in hibernate_block_io()
|
| /openbsd/src/usr.bin/vi/common/ |
| D | exf.c | 1385 file_lock(SCR *sp, char *name, int *fdp, int fd, int iswrite) in file_lock() argument
|