Searched refs:writeable (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/external/bsd/ntp/dist/lib/isc/include/isc/
H A Drwlock.h71 isc_condition_t writeable; member in struct:isc_rwlock
84 isc_condition_t writeable; member in struct:isc_rwlock
/netbsd-current/external/bsd/ntp/dist/lib/isc/
H A Drwlock.c131 result = isc_condition_init(&rwl->writeable);
134 "isc_condition_init(writeable) %s: %s",
171 (void)isc_condition_destroy(&rwl->writeable);
319 WAIT(&rwl->writeable, &rwl->lock);
336 WAIT(&rwl->writeable, &rwl->lock);
384 BROADCAST(&rwl->writeable);
487 BROADCAST(&rwl->writeable);
522 BROADCAST(&rwl->writeable);
592 WAIT(&rwl->writeable, &rwl->lock);
687 SIGNAL(&rwl->writeable);
[all...]
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Drwlock.h73 isc_condition_t writeable; member in struct:isc_rwlock
/netbsd-current/external/mpl/bind/dist/lib/isc/include/isc/
H A Drwlock.h71 isc_condition_t writeable; member in struct:isc_rwlock
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/
H A Drwlock.c229 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);
/netbsd-current/external/mpl/bind/dist/lib/isc/
H A Drwlock.c227 isc_condition_init(&rwl->writeable);
243 (void)isc_condition_destroy(&rwl->writeable);
403 WAIT(&rwl->writeable, &rwl->lock);
418 WAIT(&rwl->writeable, &rwl->lock);
492 BROADCAST(&rwl->writeable);
598 BROADCAST(&rwl->writeable);
638 BROADCAST(&rwl->writeable);
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dsend_to_kdc.c717 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);
714 eval_host_state(krb5_context context, krb5_sendto_ctx ctx, struct host *host, int readable, int writeable) argument
/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Dhw_phb.c192 core_map *writeable; member in struct:_phb_space
947 return core_map_write_buffer(pci_space->writeable, source,
1037 pci_space->writeable = core_writeable(pci_space->map);
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Dhw_phb.c189 core_map *writeable; member in struct:_phb_space
944 return core_map_write_buffer(pci_space->writeable, source,
1034 pci_space->writeable = core_writeable(pci_space->map);
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dclient.c266 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. */
/netbsd-current/sys/arch/hppa/hppa/
H A Dpmap.c606 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",
/netbsd-current/usr.sbin/sysinst/
H A Ddisks.c1925 mount_root(const char *devdev, bool first, bool writeable, argument
1943 return target_mount(writeable? "" : "-r", devdev, "");
/netbsd-current/external/mpl/bind/dist/lib/bind9/
H A Dcheck.c77 fileexist(const cfg_obj_t *obj, isc_symtab_t *symtab, bool writeable,
3947 fileexist(const cfg_obj_t *obj, isc_symtab_t *symtab, bool writeable, argument
3956 if (writeable) {
3960 "writeable file '%s': already in use: "
3971 "writeable file '%s': already in use: "
3981 writeable ? 2 : 1, symvalue,
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/unix/
H A Dsocket.c3229 process_fd(isc__socketthread_t *thread, int fd, bool readable, bool writeable) { argument
3266 REQUIRE(readable || writeable);
3267 if (writeable) {
/netbsd-current/external/bsd/ntp/dist/lib/isc/unix/
H A Dsocket.c3533 isc_boolean_t writeable)
3570 if (writeable) {
3532 process_fd(isc__socketmgr_t *manager, int fd, isc_boolean_t readable, isc_boolean_t writeable) argument

Completed in 437 milliseconds