Home
last modified time | relevance | path

Searched refs:writes (Results 1 – 25 of 735) sorted by relevance

12345678910>>...30

/netbsd-src/sys/external/isc/atheros_hal/dist/ar5416/
H A Dar2133.c60 int writes) in ar2133WriteRegs() argument
63 freqIndex, writes); in ar2133WriteRegs()
176 int writes; in ar2133SetRfRegs() local
211 writes = ath_hal_ini_bank_write(ah, &AH5416(ah)->ah_ini_bank0, in ar2133SetRfRegs()
213 writes = ath_hal_ini_bank_write(ah, &AH5416(ah)->ah_ini_bank1, in ar2133SetRfRegs()
214 priv->Bank1Data, writes); in ar2133SetRfRegs()
215 writes = ath_hal_ini_bank_write(ah, &AH5416(ah)->ah_ini_bank2, in ar2133SetRfRegs()
216 priv->Bank2Data, writes); in ar2133SetRfRegs()
217 writes = ath_hal_ini_bank_write(ah, &AH5416(ah)->ah_ini_bank3, in ar2133SetRfRegs()
218 priv->Bank3Data, writes); in ar2133SetRfRegs()
[all …]
/netbsd-src/external/cddl/dtracetoolkit/dist/Examples/
H A Dtcpwdist_example.txt59 large writes (16 to 31 Kb) 64 times. The "sshd" ssh daemons each sent
60 several smaller writes, from 32 to 127 bytes - which corresponds to
66 The writes from the "rcp" command seem unusual at over 16 Kb each, when
69 so we are looking at the applications behaviour as it writes to TCP.
H A Dwritedist_example.txt36 gnome-terminal command has executed 6 writes that returned 0 bytes, through
37 to 7 writes that were at least 4096 bytes (up to 8192).
H A Dfddist_example.txt6 Tracing reads and writes... Hit Ctrl-C to end.
33 We can see the Xorg process (PID 1532) has made 57 reads or writes to
H A Dfspaging_example.txt4 fspaging.d traces syscall read and writes, vnode interface reads, writes,
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A Dtcpwdist_example.txt59 large writes (16 to 31 Kb) 64 times. The "sshd" ssh daemons each sent
60 several smaller writes, from 32 to 127 bytes - which corresponds to
66 The writes from the "rcp" command seem unusual at over 16 Kb each, when
69 so we are looking at the applications behaviour as it writes to TCP.
H A Dwritedist_example.txt36 gnome-terminal command has executed 6 writes that returned 0 bytes, through
37 to 7 writes that were at least 4096 bytes (up to 8192).
H A Dfddist_example.txt6 Tracing reads and writes... Hit Ctrl-C to end.
33 We can see the Xorg process (PID 1532) has made 57 reads or writes to
H A Dfspaging_example.txt4 fspaging.d traces syscall read and writes, vnode interface reads, writes,
/netbsd-src/crypto/external/bsd/openssl/dist/doc/internal/man3/
H A Dossl_DER_w_bn.pod28 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
/netbsd-src/external/bsd/libevent/dist/test/
H A Dbench.c72 static int writes, failures; variable
91 if (writes) { in read_cb()
97 writes--; in read_cb()
125 writes = num_writes; in run_once()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_trace.h78 __field(uint32_t, writes)
86 __entry->writes = write_count;
99 (unsigned long)__entry->writes)
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/bitwriter/
H A Dllvm_bitwriter.mli14 (** [write_bitcode_file m path] writes the bitcode for module [m] to the file at
20 (** [write_bitcode_to_fd ~unbuffered fd m] writes the bitcode for module
33 (** [output_bitcode ~unbuffered c m] writes the bitcode for module [m]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetSchedule.td218 // 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;
264 // true for at least one of its writes. This field is only used by
294 // should define one of the writes to be zero micro-ops. If a
297 // or require additional writes. Extra writes can be required either
298 // by defining a WriteSequence, or simply listing extra writes in the
317 class ProcReadAdvance<int cycles, list<SchedWrite> writes = []> {
319 list<SchedWrite> ValidWrites = writes;
[all …]
/netbsd-src/external/bsd/ipf/dist/ipsd/
H A Dipsd.c65 int writes = 0; variable
208 writestats(writes); in writenow()
214 writes++; in writenow()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgraphite-scop-detection.c1221 add_write (vec<tree> *writes, tree def) in add_write() argument
1223 writes->safe_push (def); in add_write()
1246 vec<tree> *writes) in build_cross_bb_scalars_def() argument
1264 add_write (writes, def); in build_cross_bb_scalars_def()
1298 vec<tree> writes = vNULL; in try_generate_gimple_bb() local
1318 build_cross_bb_scalars_def (scop, def, gimple_bb (stmt), &writes); in try_generate_gimple_bb()
1342 add_write (&writes, res); in try_generate_gimple_bb()
1366 add_write (&writes, res); in try_generate_gimple_bb()
1399 if (drs.is_empty () && writes.is_empty () && reads.is_empty ()) in try_generate_gimple_bb()
1402 return new_gimple_poly_bb (bb, drs, reads, writes); in try_generate_gimple_bb()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgraphite-scop-detection.cc1221 add_write (vec<tree> *writes, tree def) in add_write() argument
1223 writes->safe_push (def); in add_write()
1246 vec<tree> *writes) in build_cross_bb_scalars_def() argument
1264 add_write (writes, def); in build_cross_bb_scalars_def()
1296 vec<tree> writes = vNULL; in try_generate_gimple_bb() local
1316 build_cross_bb_scalars_def (scop, def, gimple_bb (stmt), &writes); in try_generate_gimple_bb()
1340 add_write (&writes, res); in try_generate_gimple_bb()
1364 add_write (&writes, res); in try_generate_gimple_bb()
1397 if (drs.is_empty () && writes.is_empty () && reads.is_empty ()) in try_generate_gimple_bb()
1400 return new_gimple_poly_bb (bb, drs, reads, writes); in try_generate_gimple_bb()
/netbsd-src/tests/lib/libc/db/
H A DREADME21 + 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.
/netbsd-src/external/bsd/nsd/dist/
H A Dmini_event.c139 FD_ZERO(&base->writes); in event_init()
209 memmove(&w, &base->writes, sizeof(fd_set)); in handle_select()
357 FD_SET(FD_SET_T ev->ev_fd, &ev->ev_base->writes); in event_add()
391 FD_CLR(FD_SET_T ev->ev_fd, &ev->ev_base->writes); in event_del()
/netbsd-src/external/bsd/unbound/dist/util/
H A Dmini_event.c127 FD_ZERO(&base->writes); in event_init()
191 memmove(&w, &base->writes, sizeof(fd_set)); in handle_select()
307 FD_SET(FD_SET_T ev->ev_fd, &ev->ev_base->writes); in event_add()
340 FD_CLR(FD_SET_T ev->ev_fd, &ev->ev_base->writes); in event_del()
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dvdev_queue.c493 ksio->writes++; in vdev_queue_pending_remove()
541 int writes; in vdev_queue_max_async_writes() local
567 writes = (dirty - min_bytes) * in vdev_queue_max_async_writes()
572 ASSERT3U(writes, >=, zfs_vdev_async_write_min_active); in vdev_queue_max_async_writes()
573 ASSERT3U(writes, <=, zfs_vdev_async_write_max_active); in vdev_queue_max_async_writes()
574 return (writes); in vdev_queue_max_async_writes()
/netbsd-src/sys/ufs/lfs/
H A DTODO75 avoid the problem, and one that reads/writes from the raw disk could
78 - Need to keep vnode v_numoutput up to date for pending writes?
86 + Failed data/inode writes should be rescheduled (kernel level bad blocking).
87 + Failed superblock writes should cause selection of new superblock
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DPEM_read_CMS.pod72 PEM_write_TYPE() writes the PEM encoding of the object B<a> to the file B<fp>.
74 PEM_write_bio_TYPE() similarly writes to the BIO B<bp>.
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5111.c64 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()
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DOSSL_CRMF_pbmp_new.pod31 On success writes the address of the newly
32 allocated MAC via the I<mac> reference parameter and writes the length via the

12345678910>>...30