| /src/external/mit/xorg/lib/libxcb/files/ |
| shm.c | 99 uint8_t read_only) 114 xcb_out.read_only = read_only; 130 uint8_t read_only) 145 xcb_out.read_only = read_only; 495 uint8_t read_only) 511 xcb_out.read_only = read_only; 528 uint8_t read_only) [all...] |
| shm.h | 108 uint8_t read_only; member in struct:xcb_shm_attach_request_t 225 uint8_t read_only; member in struct:xcb_shm_attach_fd_request_t 248 uint8_t read_only; member in struct:xcb_shm_create_segment_request_t 342 * @param read_only True if the segment shall be mapped read only by the X11 server, otherwise false. 358 uint8_t read_only); 366 * @param read_only True if the segment shall be mapped read only by the X11 server, otherwise false. 379 uint8_t read_only); 672 * @param read_only True if the segment shall be mapped read only by the X11 server, otherwise false. 687 uint8_t read_only); 695 * @param read_only True if the segment shall be mapped read only by the X11 server, otherwise false [all...] |
| /src/external/gpl2/lvm2/dist/libdm/ioctl/ |
| libdm-targets.h | 42 int read_only; member in struct:dm_task
|
| libdm-nbsd-iface.c | 486 info->read_only = dmt->dmi.v4->flags & DM_READONLY_FLAG ? 1 : 0; 539 dmt->read_only = 1; 762 if (dmt->read_only) 911 task->read_only = dmt->read_only; 988 if ((task->dmi.v4->flags & DM_READONLY_FLAG) ? 1 : 0 != dmt->read_only)
|
| libdm-iface.c | 466 info->read_only = dmt->dmi.v1->flags & DM_READONLY_FLAG ? 1 : 0; 591 if (dmt->read_only) 963 info->read_only = dmt->dmi.v4->flags & DM_READONLY_FLAG ? 1 : 0; 1053 dmt->read_only = 1; 1397 if (dmt->read_only) 1584 task->read_only = dmt->read_only; 1664 if ((task->dmi.v4->flags & DM_READONLY_FLAG) ? 1 : 0 != dmt->read_only)
|
| /src/external/gpl3/gdb/dist/sim/ppc/ |
| hw_disk.c | 183 int read_only; member in struct:_hw_disk_device 204 disk->image = fopen(disk->name, disk->read_only ? "r" : "r+"); 212 (disk->read_only ? "read-only" : "read-write"))); 242 disk->read_only = 326 if (disk->read_only) 383 if (data->disk->read_only)
|
| /src/external/gpl3/gdb.old/dist/sim/ppc/ |
| hw_disk.c | 183 int read_only; member in struct:_hw_disk_device 204 disk->image = fopen(disk->name, disk->read_only ? "r" : "r+"); 212 (disk->read_only ? "read-only" : "read-write"))); 242 disk->read_only = 326 if (disk->read_only) 383 if (data->disk->read_only)
|
| /src/external/bsd/ppp/usr.sbin/pppd/ |
| tdb.h | 44 int read_only; /* opened read-only */ member in struct:__anon7996
|
| tdb.c | 103 if (tdb->read_only) return -1; 223 tdb->read_only?PROT_READ:PROT_READ|PROT_WRITE, 1142 tdb.read_only = ((open_flags & O_ACCMODE) == O_RDONLY); 1199 tdb.read_only? PROT_READ : PROT_READ|PROT_WRITE,
|
| /src/external/gpl3/gdb/dist/bfd/ |
| format.c | 119 bool read_only; member in struct:bfd_preserve 147 preserve->read_only = abfd->read_only; 206 abfd->read_only = 0; 228 abfd->read_only = preserve->read_only;
|
| elfcore.h | 282 abfd->read_only = 1;
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| format.c | 119 bool read_only; member in struct:bfd_preserve 147 preserve->read_only = abfd->read_only; 206 abfd->read_only = 0; 228 abfd->read_only = preserve->read_only;
|
| /src/external/gpl2/lvm2/dist/include/ |
| activate.h | 29 int read_only; member in struct:lvinfo
|
| lvmcache.h | 87 void lvmcache_lock_vgname(const char *vgname, int read_only);
|
| libdevmapper.h | 127 int read_only; /* 0:read-write; 1:read-only */ member in struct:dm_info 280 int read_only, 288 int read_only,
|
| /src/external/gpl2/lvm2/dist/lib/activate/ |
| activate.h | 29 int read_only; member in struct:lvinfo
|
| /src/external/gpl2/lvm2/dist/lib/cache/ |
| lvmcache.h | 87 void lvmcache_lock_vgname(const char *vgname, int read_only);
|
| /src/crypto/external/bsd/heimdal/dist/lib/base/ |
| db.c | 490 heim_db_begin(heim_db_t db, int read_only, heim_error_t *error) 497 if (db->in_transaction && (read_only || !db->ro_tx || (!read_only && !db->ro_tx))) 504 ret = db->plug->beginf(db->db_data, read_only, error); 514 ret = db->plug->lockf(db->db_data, read_only, error); 534 heim_assert(read_only == 0, "Internal error"); 540 db->ro_tx = !!read_only; 1316 unsigned int read_only:1; member in struct:json_db 1426 jsondb->read_only = 0; 1460 json_db_lock(void *db, int read_only, heim_error_t *error [all...] |
| /src/external/gpl3/binutils/dist/bfd/ |
| format.c | 121 bool read_only; member in struct:bfd_preserve 149 preserve->read_only = abfd->read_only; 208 abfd->read_only = 0; 230 abfd->read_only = preserve->read_only;
|
| elfcore.h | 279 abfd->read_only = 1;
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| format.c | 147 bool read_only; member in struct:bfd_preserve 175 preserve->read_only = abfd->read_only; 234 abfd->read_only = 0; 256 abfd->read_only = preserve->read_only;
|
| elfcore.h | 282 abfd->read_only = 1;
|
| /src/crypto/external/bsd/heimdal/dist/lib/kadm5/ |
| private.h | 90 int read_only; member in struct:kadm5_log_context
|
| /src/external/gpl2/lvm2/dist/libdm/ |
| libdm-deptree.c | 103 int read_only; member in struct:load_properties 391 info->read_only = 0; 567 int read_only, 592 info.read_only = 0; 614 dnode->props.read_only = read_only ? 1 : 0; 632 int read_only, 639 if ((node = dm_tree_add_new_dev(dtree, name, uuid, major, minor, read_only, 1251 if (dnode->props.read_only && !dm_task_set_ro(dmt)) { 1568 if (dnode->props.read_only && !dm_task_set_ro(dmt)) [all...] |
| libdevmapper.h | 127 int read_only; /* 0:read-write; 1:read-only */ member in struct:dm_info 280 int read_only, 288 int read_only,
|