| /netbsd-src/external/mit/xorg/lib/libxcb/files/ |
| H A D | shm.c | 99 uint8_t read_only) in xcb_shm_attach_checked() argument 114 xcb_out.read_only = read_only; in xcb_shm_attach_checked() 130 uint8_t read_only) in xcb_shm_attach() argument 145 xcb_out.read_only = read_only; in xcb_shm_attach() 495 uint8_t read_only) in xcb_shm_attach_fd_checked() argument 511 xcb_out.read_only = read_only; in xcb_shm_attach_fd_checked() 528 uint8_t read_only) in xcb_shm_attach_fd() argument 544 xcb_out.read_only = read_only; in xcb_shm_attach_fd() 561 uint8_t read_only) in xcb_shm_create_segment() argument 576 xcb_out.read_only = read_only; in xcb_shm_create_segment() [all …]
|
| H A D | shm.h | 108 uint8_t read_only; member 225 uint8_t read_only; member 248 uint8_t read_only; member 358 uint8_t read_only); 379 uint8_t read_only); 687 uint8_t read_only); 707 uint8_t read_only); 726 uint8_t read_only); 748 uint8_t read_only);
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | format.c | 112 bool read_only; member 140 preserve->read_only = abfd->read_only; in bfd_preserve_save() 199 abfd->read_only = 0; in bfd_reinit() 221 abfd->read_only = preserve->read_only; in bfd_preserve_restore()
|
| H A D | elfcode.h | 340 && !abfd->read_only) in elf_swap_shdr_in() 344 abfd->read_only = 1; in elf_swap_shdr_in() 787 if (!abfd->read_only) in elf_object_p() 791 abfd->read_only = 1; in elf_object_p() 836 if (!abfd->read_only) in elf_object_p() 840 abfd->read_only = 1; in elf_object_p()
|
| H A D | elfcore.h | 282 abfd->read_only = 1; in elf_core_file_p()
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/base/ |
| H A D | db.c | 490 heim_db_begin(heim_db_t db, int read_only, heim_error_t *error) in heim_db_begin() argument 497 if (db->in_transaction && (read_only || !db->ro_tx || (!read_only && !db->ro_tx))) in heim_db_begin() 504 ret = db->plug->beginf(db->db_data, read_only, error); in heim_db_begin() 514 ret = db->plug->lockf(db->db_data, read_only, error); in heim_db_begin() 534 heim_assert(read_only == 0, "Internal error"); in heim_db_begin() 540 db->ro_tx = !!read_only; in heim_db_begin() 1316 unsigned int read_only:1; member 1426 jsondb->read_only = 0; in json_db_open() 1460 json_db_lock(void *db, int read_only, heim_error_t *error) in json_db_lock() argument 1465 heim_assert(jsondb->fd == -1 || (jsondb->read_only && !read_only), in json_db_lock() [all …]
|
| /netbsd-src/external/gpl2/lvm2/dist/libdm/ |
| H A D | libdm-deptree.c | 103 int read_only; member 391 info->read_only = 0; in _deps() 567 int read_only, in dm_tree_add_new_dev() argument 592 info.read_only = 0; in dm_tree_add_new_dev() 614 dnode->props.read_only = read_only ? 1 : 0; in dm_tree_add_new_dev() 632 int read_only, in dm_tree_add_new_dev_with_udev_flags() argument 639 if ((node = dm_tree_add_new_dev(dtree, name, uuid, major, minor, read_only, in dm_tree_add_new_dev_with_udev_flags() 1251 if (dnode->props.read_only && !dm_task_set_ro(dmt)) { in _create_node() 1568 if (dnode->props.read_only && !dm_task_set_ro(dmt)) { in _load_node()
|
| H A D | libdevmapper.h | 127 int read_only; /* 0:read-write; 1:read-only */ member 280 int read_only, 288 int read_only,
|
| /netbsd-src/external/gpl2/lvm2/dist/libdm/ioctl/ |
| H A D | libdm-nbsd-iface.c | 486 info->read_only = dmt->dmi.v4->flags & DM_READONLY_FLAG ? 1 : 0; in dm_task_get_info() 539 dmt->read_only = 1; in dm_task_set_ro() 762 if (dmt->read_only) in _flatten() 911 task->read_only = dmt->read_only; in _create_and_load_v4() 988 if ((task->dmi.v4->flags & DM_READONLY_FLAG) ? 1 : 0 != dmt->read_only) in _reload_with_suppression_v4()
|
| H A D | libdm-iface.c | 466 info->read_only = dmt->dmi.v1->flags & DM_READONLY_FLAG ? 1 : 0; in _dm_task_get_info_v1() 591 if (dmt->read_only) in _flatten_v1() 963 info->read_only = dmt->dmi.v4->flags & DM_READONLY_FLAG ? 1 : 0; in dm_task_get_info() 1053 dmt->read_only = 1; in dm_task_set_ro() 1397 if (dmt->read_only) in _flatten() 1584 task->read_only = dmt->read_only; in _create_and_load_v4() 1664 if ((task->dmi.v4->flags & DM_READONLY_FLAG) ? 1 : 0 != dmt->read_only) in _reload_with_suppression_v4()
|
| H A D | libdm-targets.h | 42 int read_only; member
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
| H A D | opencl-c.h | 14153 float4 __purefn __ovld read_imagef(read_only image2d_t image, sampler_t sampler, int2 coord); 14154 float4 __purefn __ovld read_imagef(read_only image2d_t image, sampler_t sampler, float2 coord); 14156 int4 __purefn __ovld read_imagei(read_only image2d_t image, sampler_t sampler, int2 coord); 14157 int4 __purefn __ovld read_imagei(read_only image2d_t image, sampler_t sampler, float2 coord); 14158 uint4 __purefn __ovld read_imageui(read_only image2d_t image, sampler_t sampler, int2 coord); 14159 uint4 __purefn __ovld read_imageui(read_only image2d_t image, sampler_t sampler, float2 coord); 14161 float4 __purefn __ovld read_imagef(read_only image3d_t image, sampler_t sampler, int4 coord); 14162 float4 __purefn __ovld read_imagef(read_only image3d_t image, sampler_t sampler, float4 coord); 14164 int4 __purefn __ovld read_imagei(read_only image3d_t image, sampler_t sampler, int4 coord); 14165 int4 __purefn __ovld read_imagei(read_only image3d_t image, sampler_t sampler, float4 coord); [all …]
|
| /netbsd-src/external/bsd/ppp/usr.sbin/pppd/ |
| H A D | tdb.h | 44 int read_only; /* opened read-only */ member
|
| H A D | tdb.c | 103 if (tdb->read_only) return -1; in tdb_brlock() 223 tdb->read_only?PROT_READ:PROT_READ|PROT_WRITE, in tdb_oob() 1142 tdb.read_only = ((open_flags & O_ACCMODE) == O_RDONLY); in tdb_open() 1199 tdb.read_only? PROT_READ : PROT_READ|PROT_WRITE, in tdb_open()
|
| /netbsd-src/external/gpl2/lvm2/dist/lib/cache/ |
| H A D | lvmcache.h | 87 void lvmcache_lock_vgname(const char *vgname, int read_only);
|
| /netbsd-src/external/gpl2/lvm2/dist/include/ |
| H A D | lvmcache.h | 87 void lvmcache_lock_vgname(const char *vgname, int read_only);
|
| H A D | activate.h | 29 int read_only; member
|
| H A D | libdevmapper.h | 127 int read_only; /* 0:read-write; 1:read-only */ member 280 int read_only, 288 int read_only,
|
| /netbsd-src/external/gpl2/lvm2/dist/lib/activate/ |
| H A D | activate.h | 29 int read_only; member
|
| H A D | activate.c | 472 info->read_only = dminfo.read_only; in _lv_info()
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/kadm5/ |
| H A D | private.h | 90 int read_only; member
|
| H A D | log.c | 615 log_context->read_only = (lock_mode != LOCK_EX); in log_open() 643 if (!log_context->read_only) { in log_init() 851 if (log_context->read_only) in kadm5_log_flush() 1597 if (log_context->read_only) in log_update_uber() 2460 if (context->log_context.read_only) in kadm5_log_truncate() 2597 if (log_context->log_fd == -1 || log_context->read_only) in truncate_if_needed()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | attribs.h | 237 enum access_mode { read_only, write_only, read_write }; enumerator
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | OpenCLImageTypes.def | 31 IMAGE_TYPE(Type, Id##RO, Id##ROTy, read_only, ro)
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | elfcore.h | 282 abfd->read_only = 1; in elf_core_file_p()
|