Searched refs:block (Results 1 – 8 of 8) sorted by relevance
| /sys/fs/o2fs/ |
| D | o2fs.c | 181 O2FSBFree(VFS *fs, uint64_t block) in O2FSBFree() argument 183 uint64_t bitoff = block & 0x7; in O2FSBFree() 184 uint64_t bytoff = (block >> 8) % fs->blksize; in O2FSBFree() 185 uint64_t bufoff = block / (fs->blksize*8); in O2FSBFree() 187 DLOG(o2fs, "BFree %lu\n", block); in O2FSBFree()
|
| /lib/liblwip/src/include/lwip/ |
| D | tcpip.h | 101 err_t tcpip_callback_with_block(tcpip_callback_fn function, void *ctx, u8_t block);
|
| /lib/liblwip/src/api/ |
| D | tcpip.c | 211 tcpip_callback_with_block(tcpip_callback_fn function, void *ctx, u8_t block) in tcpip_callback_with_block() argument 224 if (block) { in tcpip_callback_with_block()
|
| /lib/liblwip/doc/ |
| D | contrib.txt | 21 6. one space and no newline before opening curly braces of a block.
|
| D | sys_arch.txt | 115 Posts the "msg" to the mailbox. This function have to block until 126 not block the thread longer than "timeout" milliseconds (similar to
|
| D | rawapi.txt | 93 connection control block, and the "arg" argument is the argument 101 identifier (i.e., a protocol control block - PCB) is created with the 132 new smaller memory block for the listening connection.
|
| /docs/ |
| D | Doxyfile | 233 # multi-line C++ special comment block (i.e. a block of //! or /// comments) as 235 # to treat a multi-line C++ comment block as a detailed description. Set this 586 # blocks will be appended to the function's detailed documentation block. 1290 # of the possible markers and block names see the documentation. 1979 # description of the possible markers and block names see the documentation. 2682 # the !include statement in a plantuml block.
|
| /lib/liblwip/ |
| D | CHANGELOG | 1189 * sockets.c (lwip_accept): Return EWOULDBLOCK if would block on non-blocking 1527 "blocking" ("block" parameter = 1). 2165 sockets block most operations once they have seen a fatal error. 3302 keeps a pointer to the lowest free memory block. A new function,
|