Home
last modified time | relevance | path

Searched refs:write_buffer (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.lib/wanboot/wanboot-cgi/
H A Dwanboot-cgi.c217 write_buffer(int fd, const void *buffer, size_t buflen) in write_buffer() function
250 !write_buffer(ofd, buf, wlen)) { in write_file()
292 if (!write_buffer(wfd, buf, validsize)) { in copy_file()
331 !write_buffer(fd, nonce, strlen(nonce))) { in create_nonce()
350 !write_buffer(fd, timestamp, strlen(timestamp))) { in create_timestamp()
389 !write_buffer(fd, null_hash, sizeof (null_hash))) { in create_null_hash()
1573 !write_buffer(fd, sizebuf, strlen(sizebuf))) { in miniroot_payload()
1665 if (!write_buffer(fd, main_header, strlen(main_header)) || in deliver_payload()
1666 !write_buffer(fd, multi_header1, strlen(multi_header1)) || in deliver_payload()
1668 !write_buffer(fd, multi_header2, strlen(multi_header2)) || in deliver_payload()
[all …]
/titanic_41/usr/src/uts/intel/io/heci/
H A Dheci_interface.c216 unsigned char *write_buffer, in heci_write_message() argument
241 *(uint32_t *)(void *)(write_buffer + bytes_written)); in heci_write_message()
247 (void) memcpy(&temp_msg, &write_buffer[bytes_written], in heci_write_message()
H A Dheci_interface.h138 unsigned char *write_buffer,
/titanic_41/usr/src/tools/ctf/cvt/
H A Dctf.c558 write_buffer(ctf_header_t *h, ctf_buf_t *buf, size_t *resszp) in write_buffer() function
654 outbuf = write_buffer(&h, buf, resszp); in ctf_gen()
/titanic_41/usr/src/uts/common/io/ixgbe/
H A Dixgbe_x540.c71 eeprom->ops.write_buffer = &ixgbe_write_eewr_buffer_X540; in ixgbe_init_ops_X540()
H A Dixgbe_api.c716 return ixgbe_call_func(hw, hw->eeprom.ops.write_buffer, in ixgbe_write_eeprom_buffer()
H A Dixgbe_type.h2944 s32 (*write_buffer)(struct ixgbe_hw *, u16, u16, u16 *); member
H A Dixgbe_common.c87 eeprom->ops.write_buffer = &ixgbe_write_eeprom_buffer_bit_bang_generic; in ixgbe_init_ops_generic()