Searched refs:written (Results 1 – 16 of 16) sorted by relevance
/lk-master/app/moot/ |
A D | fsboot.c | 117 ssize_t written = in attempt_fs_boot() local 121 if (written < (ssize_t)imglen) { in attempt_fs_boot() 123 moot_system_info.system_flash_name, written); in attempt_fs_boot()
|
A D | usbboot.c | 187 ssize_t written = bio_write(dev, buffer, addr, bytes_received); in handle_usb_cmd() local 188 if (written != (ssize_t)bytes_received) { in handle_usb_cmd() 193 addr += written; in handle_usb_cmd() 194 image_length -= written; in handle_usb_cmd()
|
/lk-master/lib/bio/ |
A D | bio.c | 259 ssize_t written = bio_write(dev, erase_buf, pos, towrite); in bio_default_erase() local 260 if (written < 0) in bio_default_erase() 261 return written; in bio_default_erase() 263 erased += written; in bio_default_erase() 264 pos += written; in bio_default_erase() 265 remaining -= written; in bio_default_erase() 267 if ((size_t)written < towrite) in bio_default_erase()
|
/lk-master/platform/zynq/ |
A D | spiflash.c | 353 ssize_t written = 0; in spiflash_bdev_write_block() local 360 written += err; in spiflash_bdev_write_block() 365 return written; in spiflash_bdev_write_block()
|
/lk-master/external/platform/pico/ |
A D | LICENSE.TXT | 13 derived from this software without specific prior written permission.
|
/lk-master/external/platform/nrfx/ |
A D | LICENSE | 16 software without specific prior written permission.
|
/lk-master/external/platform/stellaris/ti-driverlib/ |
A D | TI-BSD-EULA.txt | 17 from this software without specific prior written permission.
|
A D | makedefs | 22 # from this software without specific prior written permission.
|
/lk-master/external/platform/stellaris/ti-driverlib/driverlib/ |
A D | readme.txt | 22 from this software without specific prior written permission.
|
/lk-master/lib/libc/ |
A D | printf.c | 575 uint written = err; in _printf_engine() local 578 for (; format_num > written; format_num--) in _printf_engine()
|
/lk-master/external/platform/nrfx/mdk/ |
A D | nrf51_common.ld | 13 * notice is included verbatim in any distributions. No written agreement,
|
A D | nrf_common.ld | 11 * notice is included verbatim in any distributions. No written agreement,
|
A D | nrf52_common.ld | 13 * notice is included verbatim in any distributions. No written agreement,
|
/lk-master/external/platform/stm32f0xx/CMSIS/ |
A D | CMSIS_END_USER_LICENCE_AGREEMENT.txt | 63 …this Licence then ARM may terminate this Licence immediately upon giving written notice to you. Y… 67 …written contract signed by you and ARM, this is the only agreement between you and ARM relating to…
|
/lk-master/external/lib/lwip/api/ |
A D | sockets.c | 759 size_t written; in lwip_send() local 781 written = 0; in lwip_send() 782 err = netconn_write_partly(sock->conn, data, size, write_flags, &written); in lwip_send() 784 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_send(%d) err=%d written=%"SZT_F"\n", s, err, written)); in lwip_send() 786 return (err == ERR_OK ? (int)written : -1); in lwip_send()
|
/lk-master/external/platform/nrfx/doc/ |
A D | nrfx.doxyfile | 61 # into which the generated documentation will be written. If a relative path is 88 # documentation generated by doxygen is written. Doxygen will use this 776 # messages should be written. If left blank the output is written to standard 1318 # written to the html output directory. 1596 # script for searching. Instead the search results are written to an XML file 1623 # search data is written to a file for indexing by an external tool. With the 1670 # written to the output directory.
|
Completed in 21 milliseconds