Home
last modified time | relevance | path

Searched refs:buffer (Results 1 – 7 of 7) sorted by relevance

/sys/fs/o2fs/
Do2fs.c61 sb = entry->buffer; in O2FS_Mount()
142 bitmap = bentry->buffer; in O2FSBAlloc()
192 char *bitmap = bentry->buffer; in O2FSBFree()
223 bn = entry->buffer; in O2FSLoadVNode()
267 BNode *bn = vnEntry->buffer; in O2FSGrowVNode()
330 BNode *bn = vnent->buffer; in O2FSResolveBuf()
372 bn = entry->buffer; in O2FS_GetRoot()
421 SuperBlock *sb = sbEntry->buffer; in O2FS_Lookup()
423 BNode *dirBN = dirEntry->buffer; in O2FS_Lookup()
440 dir = (BDirEntry *)entry->buffer; in O2FS_Lookup()
[all …]
/sys/kern/
Dbufcache.c74 e->buffer = (void *)(bufBase + BLOCKSIZE * i); in BufCache_Init()
250 buf = (*entry)->buffer; in BufCache_Read()
275 void *buf = entry->buffer; in BufCache_Write()
/sys/include/
Dbufcache.h11 void *buffer; member
/lib/liblwip/src/
DFILES5 memory and buffer management, and the low-level raw API.
/lib/liblwip/src/netif/ppp/
Dchpms.c337 ChallengeResponse((u_char*)rchallenge, (u_char*)md4Context.buffer, response->NTResp); in ChapMS_NT()
/lib/liblwip/doc/
Drawapi.txt204 of the data exceeds the current send buffer size or if the length of
480 buffer overflows are likely to occur.
/lib/liblwip/
DCHANGELOG1386 * ip_frag.c: patch #6528: the buffer used for IP_FRAG_USES_STATIC_BUF could be
1677 simultaneously and no static reassembly buffer is needed.
1873 int to be able to send a bigger buffer than 64K with one time (mainly
1883 changes on low memory or empty send-buffer.
3028 * The packet buffer implementation has been enhanced to support
3052 * The packet buffer implementation is changed. The pbuf->ref counter
3162 * Locking issues in buffer management.
3252 * The memory, memory pool, and packet buffer subsystems now support
3284 * Fix of a fatal bug in the buffer management. Pbufs with allocated
3309 * Some bugfixes and improvements to the buffer (pbuf) subsystem.