Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ntp/lib/isc/
H A Drwlock.c129 result = isc_condition_init(&rwl->writeable); in isc_rwlock_init()
169 (void)isc_condition_destroy(&rwl->writeable); in isc_rwlock_destroy()
317 WAIT(&rwl->writeable, &rwl->lock); in isc_rwlock_lock()
334 WAIT(&rwl->writeable, &rwl->lock); in isc_rwlock_lock()
382 BROADCAST(&rwl->writeable); in isc_rwlock_trylock()
485 BROADCAST(&rwl->writeable); in isc_rwlock_unlock()
520 BROADCAST(&rwl->writeable); in isc_rwlock_unlock()
590 WAIT(&rwl->writeable, &rwl->lock); in doit()
685 SIGNAL(&rwl->writeable); in isc_rwlock_unlock()
694 SIGNAL(&rwl->writeable); in isc_rwlock_unlock()
[all …]
/freebsd-13.1/contrib/ntp/lib/isc/include/isc/
H A Drwlock.h69 isc_condition_t writeable; member
82 isc_condition_t writeable; member
/freebsd-13.1/contrib/bsnmp/
H A DTODO4 OK. Table not writeable yet.
8 OK. Table not writeable yet.
/freebsd-13.1/usr.sbin/bhyvectl/
H A Dbhyvectl.c429 if (readable || writeable) { in print_msr_pm()
431 readable ? 'R' : '-', writeable ? 'W' : '-'); in print_msr_pm()
441 int byte, bit, readable, writeable; in dump_amd_msr_pm() local
450 writeable = (bitmap[byte] & (2 << bit)) ? 0 : 1; in dump_amd_msr_pm()
451 print_msr_pm(msr, vcpu, readable, writeable); in dump_amd_msr_pm()
456 writeable = (bitmap[byte] & (2 << bit)) ? 0 : 1; in dump_amd_msr_pm()
458 writeable); in dump_amd_msr_pm()
465 writeable); in dump_amd_msr_pm()
475 int byte, bit, readable, writeable; in dump_intel_msr_pm() local
485 print_msr_pm(msr, vcpu, readable, writeable); in dump_intel_msr_pm()
[all …]
/freebsd-13.1/sys/dev/hyperv/hvsock/
H A Dhv_sock.c1383 uint32_t writeable; in hvsock_canwrite_check() local
1389 writeable = vmbus_chan_write_available(pcb->chan); in hvsock_canwrite_check()
1396 __func__, writeable, in hvsock_canwrite_check()
1399 if (writeable < HVSOCK_PKT_LEN(1) + HVSOCK_PKT_LEN(0)) { in hvsock_canwrite_check()
1406 ret = writeable - HVSOCK_PKT_LEN(0) - HVSOCK_PKT_LEN(0); in hvsock_canwrite_check()
/freebsd-13.1/sys/contrib/device-tree/Bindings/mips/img/
H A Dxilfpga.txt69 The BootRAM is a writeable "RAM" in FPGA at 0x1FC0_0000.
/freebsd-13.1/share/doc/psd/05.sysman/
H A Dspell.ok331 writeable
/freebsd-13.1/usr.sbin/bsnmpd/modules/snmp_netgraph/
H A DBEGEMOT-NETGRAPH.txt135 writeable during initialisation. If the name is set from
/freebsd-13.1/contrib/ntp/sntp/libevent/
H A Dwhatsnew-2.1.txt329 The largest chunk readable or writeable in a single bufferevent
/freebsd-13.1/contrib/ntp/lib/isc/unix/
H A Dsocket.c3531 isc_boolean_t writeable) in process_fd() argument
3568 if (writeable) { in process_fd()
/freebsd-13.1/contrib/libevent/
H A Dwhatsnew-2.1.txt328 The largest chunk readable or writeable in a single bufferevent
/freebsd-13.1/crypto/heimdal/
H A DChangeLog.20051671 writeable-string
/freebsd-13.1/sys/conf/
H A DNOTES1148 # Write-protect the md root device so that it may not be mounted writeable.
/freebsd-13.1/crypto/openssh/
H A DChangeLog11936 upstream: Wait for FD to be readable or writeable during a nonblocking
/freebsd-13.1/contrib/flex/
H A DChangeLog184 * src/Makefile.am: build: don't assume distdir/scan.c is writeable
/freebsd-13.1/share/dict/
H A Dweb2233817 writeable
/freebsd-13.1/contrib/ntp/
H A DCommitLog24970 changed CreatePath so new files are written in a writeable directory
24979 changed CreatePath so new files are written in a writeable directory