Home
last modified time | relevance | path

Searched refs:writeable (Results 1 – 25 of 89) sorted by relevance

1234

/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/
H A Drwlock.c229 isc_condition_init(&rwl->writeable); in isc_rwlock_init()
245 (void)isc_condition_destroy(&rwl->writeable); in isc_rwlock_destroy()
405 WAIT(&rwl->writeable, &rwl->lock); in isc__rwlock_lock()
420 WAIT(&rwl->writeable, &rwl->lock); in isc__rwlock_lock()
494 BROADCAST(&rwl->writeable); in isc_rwlock_trylock()
600 BROADCAST(&rwl->writeable); in isc_rwlock_unlock()
640 BROADCAST(&rwl->writeable); in isc_rwlock_unlock()
/netbsd-src/external/mpl/bind/dist/lib/isc/
H A Drwlock.c
/netbsd-src/lib/csu/
H A DREADME38 .ctor: writeable
39 .dtor: writeable
42 .jcr: writeable
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dsend_to_kdc.c717 int readable, int writeable) in eval_host_state() argument
728 if (host->state == CONNECTING && writeable) in eval_host_state()
748 if (writeable && host->state == CONNECTED) { in eval_host_state()
1009 int readable, writeable; in wait_process() local
1016 writeable = FD_ISSET(h->fd, &wait_ctx->wfds); in wait_process()
1018 if (readable || writeable || h->state == CONNECT) in wait_process()
1019 wait_ctx->got_reply |= eval_host_state(wait_ctx->context, wait_ctx->ctx, h, readable, writeable); in wait_process()
/netbsd-src/external/mpl/bind/dist/contrib/dlz/modules/mysqldyn/testing/
H A Ddlz.data
H A Ddlz.schema
/netbsd-src/external/mpl/bind/dist/lib/isc/include/isc/
H A Drwlock.h71 isc_condition_t writeable; global() member
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Drwlock.h73 isc_condition_t writeable; member
/netbsd-src/external/apache2/llvm/dist/llvm/docs/AMDGPU/
H A Dgfx90a_hwreg.rst47 HW_REG_MODE Shader writeable mode bits.
H A Dgfx7_hwreg.rst47 HW_REG_MODE Shader writeable mode bits.
H A Dgfx8_hwreg.rst47 HW_REG_MODE Shader writeable mode bits.
H A Dgfx9_hwreg.rst47 HW_REG_MODE Shader writeable mode bits.
H A Dgfx10_hwreg.rst47 HW_REG_MODE Shader writeable mode bits.
/netbsd-src/external/lgpl3/gmp/
H A DREADME23 - set NEWCONFIGDIR=/writeable/src if eg /usr/src is read-only.
/netbsd-src/sys/arch/ia64/conf/
H A DGENERIC134 ##options MEMORY_DISK_SERVER=1 # make the ramdisk writeable
H A DGENERIC.SKI129 ##options MEMORY_DISK_SERVER=1 # make the ramdisk writeable
/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dclient.c266 int writeable = 0; in change_mode() local
282 writeable = 1; in change_mode()
297 xchmod (filename, writeable); in change_mode()
/netbsd-src/sys/arch/hppa/hppa/
H A Dpmap.c606 const bool writeable = in pmap_resolve_alias() local
609 if ((va & HPPA_PGAOFF) != (pva & HPPA_PGAOFF) && writeable) { in pmap_resolve_alias()
/netbsd-src/external/bsd/nsd/dist/doc/
H A DNSD-VERIFY-MODS132 standard input file descriptor of the verifier is writeable. The function
/netbsd-src/external/bsd/libarchive/dist/
H A DREADME.md198 writeable directories. Thus it must be mutexed by the calling code.
/netbsd-src/external/bsd/nvi/dist/dist/
H A Dconfigure.ac176 dnl existing name, and then use the first one that's writeable.
198 AC_MSG_ERROR([No writeable preserve directory found.])
/netbsd-src/usr.sbin/sysinst/
H A Ddisks.c1925 mount_root(const char *devdev, bool first, bool writeable, in mount_root() argument
1943 return target_mount(writeable? "" : "-r", devdev, ""); in mount_root()
/netbsd-src/external/gpl2/groff/dist/
H A DREADME.MinGW230 there is no environment variable set to define a writeable location for
/netbsd-src/external/mpl/bind/dist/lib/bind9/
H A Dcheck.c
/netbsd-src/external/gpl3/binutils.old/dist/ld/scripttempl/
H A Delf64hppa.sc35 # writeable data sections.

1234