HomeSort by: relevance | last modified time | path
    Searched defs:writeable (Results 1 - 6 of 6) sorted by relevancy

  /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
rwlock.h 73 isc_condition_t writeable; member in struct:isc_rwlock
  /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/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/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/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. */

Completed in 24 milliseconds