| /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/ |
| rwlock.h | 73 isc_condition_t writeable; member in struct:isc_rwlock
|
| /src/external/mpl/dhcp/bind/dist/lib/isc/ |
| rwlock.c | 229 isc_condition_init(&rwl->writeable); 245 (void)isc_condition_destroy(&rwl->writeable); 405 WAIT(&rwl->writeable, &rwl->lock); 420 WAIT(&rwl->writeable, &rwl->lock); 494 BROADCAST(&rwl->writeable); 600 BROADCAST(&rwl->writeable); 640 BROADCAST(&rwl->writeable);
|
| /src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| send_to_kdc.c | 717 int readable, int writeable) 728 if (host->state == CONNECTING && writeable) 748 if (writeable && host->state == CONNECTED) { 1009 int readable, writeable; local 1016 writeable = FD_ISSET(h->fd, &wait_ctx->wfds); 1018 if (readable || writeable || h->state == CONNECT) 1019 wait_ctx->got_reply |= eval_host_state(wait_ctx->context, wait_ctx->ctx, h, readable, writeable);
|
| /src/external/gpl3/gdb/dist/sim/ppc/ |
| hw_phb.c | 189 core_map *writeable; member in struct:_phb_space 945 return core_map_write_buffer(pci_space->writeable, source, 1035 pci_space->writeable = core_writeable(pci_space->map);
|
| /src/external/gpl3/gdb.old/dist/sim/ppc/ |
| hw_phb.c | 189 core_map *writeable; member in struct:_phb_space 945 return core_map_write_buffer(pci_space->writeable, source, 1035 pci_space->writeable = core_writeable(pci_space->map);
|
| /src/external/gpl2/xcvs/dist/src/ |
| client.c | 266 int writeable = 0; local 270 2) writeable 282 writeable = 1; 297 xchmod (filename, writeable); 3030 /* This table must be writeable if the server code is included. */
|
| /src/sys/arch/hppa/hppa/ |
| pmap.c | 606 const bool writeable = local 609 if ((va & HPPA_PGAOFF) != (pva & HPPA_PGAOFF) && writeable) { 611 "aliased writeable mapping %#jx:%#jx", 645 UVMHIST_LOG(maphist, "not aliased writeable mapping",
|
| /src/usr.sbin/sysinst/ |
| disks.c | 1926 mount_root(const char *devdev, bool first, bool writeable, 1944 return target_mount(writeable? "" : "-r", devdev, "");
|
| /src/external/mpl/dhcp/bind/dist/lib/isc/unix/ |
| socket.c | 3229 process_fd(isc__socketthread_t *thread, int fd, bool readable, bool writeable) { 3266 REQUIRE(readable || writeable); 3267 if (writeable) {
|
| /src/external/mpl/bind/dist/lib/isccfg/ |
| check.c | 80 fileexist(const cfg_obj_t *obj, isc_symtab_t *symtab, bool writeable, 4389 fileexist(const cfg_obj_t *obj, isc_symtab_t *symtab, bool writeable, 4398 if (writeable) { 4402 "writeable file '%s': already in use: " 4413 "writeable file '%s': already in use: " 4423 writeable ? 2 : 1, symvalue,
|