/freebsd/sys/dev/ath/ath_hal/ar5416/ |
H A D | ar2133.c | 54 int writes) in ar2133WriteRegs() argument 57 freqIndex, writes); in ar2133WriteRegs() 261 int writes; in ar2133SetRfRegs() local 304 writes = ath_hal_ini_bank_write(ah, &AH5416(ah)->ah_ini_bank0, in ar2133SetRfRegs() 306 writes = ath_hal_ini_bank_write(ah, &AH5416(ah)->ah_ini_bank1, in ar2133SetRfRegs() 307 priv->Bank1Data, writes); in ar2133SetRfRegs() 308 writes = ath_hal_ini_bank_write(ah, &AH5416(ah)->ah_ini_bank2, in ar2133SetRfRegs() 309 priv->Bank2Data, writes); in ar2133SetRfRegs() 310 writes = ath_hal_ini_bank_write(ah, &AH5416(ah)->ah_ini_bank3, in ar2133SetRfRegs() 311 priv->Bank3Data, writes); in ar2133SetRfRegs() [all …]
|
/freebsd/contrib/ntp/sntp/libevent/test/ |
H A D | bench.c | 69 static int writes, failures; variable 88 if (writes) { in read_cb() 94 writes--; in read_cb() 122 writes = num_writes; in run_once()
|
/freebsd/crypto/openssl/doc/internal/man3/ |
H A D | ossl_DER_w_bn.pod | 28 ossl_DER_w_boolean() writes the primitive BOOLEAN using the value I<b>. 38 ossl_DER_w_null() writes the primitive NULL. 40 ossl_DER_w_octet_string() writes the primitive OCTET STRING using the bytes 43 ossl_DER_w_octet_string_uint32() writes the primitive OCTET STRING using a
|
/freebsd/contrib/libevent/test/ |
H A D | bench.c | 69 static int writes, failures; variable 88 if (writes) { in read_cb() 94 writes--; in read_cb() 122 writes = num_writes; in run_once()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVScheduleV.td | 141 list<SchedWrite> writes = []> { 143 def : ReadAdvance<!cast<SchedRead>(name # "_WorstCase"), val, writes>; 146 def : ReadAdvance<!cast<SchedRead>(name # "_" # mx), val, writes>; 181 multiclass LMULSEWReadAdvanceImpl<string name, int val, list<SchedWrite> writes = [], 185 def : ReadAdvance<!cast<SchedRead>(name # "_WorstCase"), val, writes>; 189 def : ReadAdvance<!cast<SchedRead>(name # "_" # mx # "_E" # sew), val, writes>; 195 // definitions of writes corresponding to each (name, LMUL) pair, that are needed 205 all, writes, !listconcat(all, writes)); 212 multiclass LMULReadAdvance<string name, int val, list<SchedWrite> writes = []> 213 : LMULReadAdvanceImpl<name, val, writes>; [all …]
|
/freebsd/sys/contrib/openzfs/cmd/zpool_influxdb/ |
H A D | README.md | 172 | sync_write | operations | ZIO sync writes | 174 | async_write | operations | ZIO async writes | 176 | trim | operations | ZIO trim (aka unmap) writes | 185 series of writes can be aggregated into a single, larger I/O to the leaf 208 | sync_write_ind | blocks | independent sync writes | 210 | async_write_ind | blocks | independent async writes | 212 | trim_write_ind | blocks | independent trim (aka unmap) writes | 214 | sync_write_agg | blocks | aggregated sync writes | 216 | async_write_agg | blocks | aggregated async writes | 218 | trim_write_agg | blocks | aggregated trim (aka unmap) writes |
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetSchedule.td | 218 // operand that both reads and writes a reg. In both cases we have a 237 // Variadic, then the list of prior writes are distributed across all 241 class WriteSequence<list<SchedWrite> writes, int rep = 1> : SchedWrite { 242 list<SchedWrite> Writes = writes; 271 // true for at least one of its writes. This field is only used by 301 // should define one of the writes to be zero micro-ops. If a 304 // or require additional writes. Extra writes can be required either 305 // by defining a WriteSequence, or simply listing extra writes in the 324 class ProcReadAdvance<int cycles, list<SchedWrite> writes = []> { 326 list<SchedWrite> ValidWrites = writes; [all …]
|
/freebsd/contrib/netbsd-tests/lib/libc/db/ |
H A D | README | 21 + writes out the rest of the line into the output file; if the 27 + writes out the retrieved data DBT. 37 + writes out the retrieved data DBT.
|
/freebsd/contrib/unbound/util/ |
H A D | mini_event.c | 124 FD_ZERO(&base->writes); in event_init() 188 memmove(&w, &base->writes, sizeof(fd_set)); in handle_select() 304 FD_SET(FD_SET_T ev->ev_fd, &ev->ev_base->writes); in event_add() 337 FD_CLR(FD_SET_T ev->ev_fd, &ev->ev_base->writes); in event_del()
|
H A D | mini_event.h | 117 writes, member
|
/freebsd/lib/libc/db/test/ |
H A D | README | 28 + writes out the rest of the line into the output file; if the 34 + writes out the retrieved data DBT. 44 + writes out the retrieved data DBT.
|
/freebsd/sys/contrib/device-tree/Bindings/pci/ |
H A D | pci-msi.txt | 17 writes. In the case of PCI devices, this sideband data may be derived from the 20 its writes to those controllers. 54 writes, this property may be used to describe the MSI controller(s)
|
/freebsd/contrib/llvm-project/lld/ELF/Arch/ |
H A D | RISCV.cpp | 747 sec.relaxAux->writes.push_back(0xa001); // c.j in relaxCall() 752 sec.relaxAux->writes.push_back(0x2001); // c.jal in relaxCall() 756 sec.relaxAux->writes.push_back(0x6f | rd << 7); // jal in relaxCall() 779 sec.relaxAux->writes.push_back(setLO12_I(insn, val)); in relaxTlsLe() 785 sec.relaxAux->writes.push_back(setLO12_S(insn, val)); in relaxTlsLe() 824 aux.writes.clear(); in relax() 998 write16le(p, aux.writes[writesIdx++]); in finalizeRelax() 1002 write32le(p, aux.writes[writesIdx++]); in finalizeRelax() 1008 write32le(p, aux.writes[writesIdx++]); in finalizeRelax()
|
/freebsd/lib/libc/db/hash/ |
H A D | README | 32 Reads the key/data pairs in the file hashtest and writes them 57 file, you may lose updates since the package buffers all writes. Also,
|
/freebsd/contrib/dialog/samples/copifuncs/ |
H A D | copi.trnrc | 10 ATTRIBUTION="%f writes:\n"
|
/freebsd/sys/dev/ath/ath_hal/ar5212/ |
H A D | ar5111.c | 64 int writes) in ar5111WriteRegs() argument 66 HAL_INI_WRITE_ARRAY(ah, ar5212Modes_5111, modesIndex, writes); in ar5111WriteRegs() 67 HAL_INI_WRITE_ARRAY(ah, ar5212Common_5111, 1, writes); in ar5111WriteRegs() 68 HAL_INI_WRITE_ARRAY(ah, ar5212BB_RfGain_5111, freqIndex, writes); in ar5111WriteRegs()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | OSSL_CRMF_pbmp_new.pod | 31 On success writes the address of the newly 32 allocated MAC via the I<mac> reference parameter and writes the length via the
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_hast/ |
H A D | hast_snmp.c | 72 uint64_t writes; member 338 res->writes = nv_get_uint64(nvout, "stat_write%u", i); in update_resources() 494 value->v.counter64 = res->writes; in op_hastResourceTable()
|
/freebsd/sys/contrib/device-tree/src/arm/intel/ixp/ |
H A D | intel-ixp46x-ixdp465.dts | 24 /* Enable writes on the expansion bus */
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | vdev_queue.c | 337 uint_t writes; in vdev_queue_max_async_writes() local 370 writes = (dirty - min_bytes) * in vdev_queue_max_async_writes() 375 ASSERT3U(writes, >=, zfs_vdev_async_write_min_active); in vdev_queue_max_async_writes() 376 ASSERT3U(writes, <=, zfs_vdev_async_write_max_active); in vdev_queue_max_async_writes() 377 return (writes); in vdev_queue_max_async_writes()
|
H A D | spa_stats.c | 199 uint64_t writes; /* number of write operations */ member 253 (u_longlong_t)sth->reads, (u_longlong_t)sth->writes, in spa_txg_history_show() 372 uint64_t nwritten, uint64_t reads, uint64_t writes, uint64_t ndirty) in spa_txg_history_set_io() argument 388 sth->writes = writes; in spa_txg_history_set_io()
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | smsc-lan91c111.txt | 17 u16 writes to be 32 bits aligned
|
/freebsd/tools/regression/netinet/tcpstream/ |
H A D | README | 5 client writes a pseudo-random byte stream using varying write sizes. The
|
/freebsd/sys/contrib/device-tree/Bindings/misc/ |
H A D | eeprom-93xx46.txt | 14 - read-only : parameter-less property which disables writes to the EEPROM
|
/freebsd/contrib/one-true-awk/ |
H A D | TODO | 19 or writes (similar to gawk's test of this nature).
|