Home
last modified time | relevance | path

Searched refs:read_only (Results 1 – 25 of 110) sorted by relevance

12345

/netbsd-src/external/mit/xorg/lib/libxcb/files/
H A Dshm.c99 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 Dshm.h108 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 Dformat.c112 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 Delfcode.h340 && !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 Delfcore.h282 abfd->read_only = 1; in elf_core_file_p()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/base/
H A Ddb.c490 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 Dlibdm-deptree.c103 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 Dlibdevmapper.h127 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 Dlibdm-nbsd-iface.c486 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 Dlibdm-iface.c466 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 Dlibdm-targets.h42 int read_only; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Dopencl-c.h14153 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 Dtdb.h44 int read_only; /* opened read-only */ member
H A Dtdb.c103 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 Dlvmcache.h87 void lvmcache_lock_vgname(const char *vgname, int read_only);
/netbsd-src/external/gpl2/lvm2/dist/include/
H A Dlvmcache.h87 void lvmcache_lock_vgname(const char *vgname, int read_only);
H A Dactivate.h29 int read_only; member
H A Dlibdevmapper.h127 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 Dactivate.h29 int read_only; member
H A Dactivate.c472 info->read_only = dminfo.read_only; in _lv_info()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/kadm5/
H A Dprivate.h90 int read_only; member
H A Dlog.c615 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 Dattribs.h237 enum access_mode { read_only, write_only, read_write }; enumerator
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DOpenCLImageTypes.def31 IMAGE_TYPE(Type, Id##RO, Id##ROTy, read_only, ro)
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delfcore.h282 abfd->read_only = 1; in elf_core_file_p()

12345