Searched refs:write_bytes (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/profile/ |
H A D | GCDAProfiling.c | 128 static void write_bytes(const char *s, size_t len) { in write_bytes() function 135 write_bytes((char*)&i, 4); in write_32bit_value() 139 write_bytes((char*)&i, 8); in write_64bit_value() 149 write_bytes(s, strlen(s)); in write_string() 150 write_bytes("\0\0\0\0", 4 - (strlen(s) % 4)); in write_string() 317 write_bytes("adcg", 4); in llvm_gcda_start_file() 318 write_bytes(version, 4); in llvm_gcda_start_file() 365 write_bytes("\0\0\0\1", 4); in llvm_gcda_emit_function() 412 write_bytes("\0\0\xa1\1", 4); in llvm_gcda_emit_arcs() 464 write_bytes("\0\0\0\xa1", 4); in llvm_gcda_summary_info() [all …]
|
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
H A D | dmu_diff.c | 54 write_bytes(struct diffarg *da) in write_bytes() function 103 da->da_err = write_bytes(da); in write_record()
|
/netbsd-src/sys/dev/ic/ |
H A D | am79c930var.h | 54 void (*write_bytes)(struct am79c930_softc *, u_int32_t, u_int8_t *, size_t); member
|
H A D | awivar.h | 134 ((sc)->sc_chip.sc_ops->write_bytes)(&sc->sc_chip, off, ptr, len)
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
H A D | handshake_helper.c | 825 int ret = 1, write_bytes; in do_app_data_step() local 854 write_bytes = peer->bytes_to_write < peer->write_buf_len ? peer->bytes_to_write : in do_app_data_step() 856 if (write_bytes) { in do_app_data_step() 857 ret = SSL_write(peer->ssl, peer->write_buf, write_bytes); in do_app_data_step() 860 if (!TEST_int_eq(ret, write_bytes)) { in do_app_data_step()
|