HomeSort by relevance Sort by last modified time
    Searched refs:fill_buffer (Results 1 - 21 of 21) sorted by null

  /external/syslinux/core/fs/pxe/
tcp.c 23 .fill_buffer = core_tcp_fill_buffer,
gpxeurl.c 82 socket->fill_buffer = gpxe_get_packet;
pxe.c 160 socket->ops->fill_buffer(inode);
174 static void fill_buffer(struct inode *inode) function
180 return socket->ops->fill_buffer(inode);
207 fill_buffer(inode); /* If we have no 'fresh' buffer, get it */
224 fill_buffer(inode);
pxe.h 116 void (*fill_buffer)(struct inode *inode); member in struct:pxe_conn_ops
ftp.c 180 .fill_buffer = core_tcp_fill_buffer,
http.c 150 .fill_buffer = core_tcp_fill_buffer,
tftp.c 170 .fill_buffer = tftp_get_packet,
  /external/ltp/testcases/kernel/syscalls/ipc/lib/
libmsgctl.h 36 int fill_buffer(char *buf, char val, int size);
libmsgctl.c 112 fill_buffer(buffer.data.pbytes, (key % 255), size);
126 int fill_buffer(char *buf, char val, int size) function
  /external/ltp/testcases/kernel/io/disktest/
sfunc.h 122 void fill_buffer(void *, size_t, void *, size_t, const unsigned int);
main.c 256 fill_buffer(test->env->data_buffer, data_buffer_size,
261 fill_buffer(test->env->data_buffer, data_buffer_size, NULL, 0,
265 fill_buffer(test->env->data_buffer, data_buffer_size, 0, 0,
330 fill_buffer(test->env->data_buffer,
childmain.c 789 fill_buffer(buf2, target.trsiz, &(target.lba),
902 fill_buffer(buf2, target.trsiz, &(target.lba),
sfunc.c 348 * function fill_buffer
354 void fill_buffer(void *buf, size_t len, void *pattern, size_t pattern_len, function
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
CommonTokenStream.pm 74 sub fill_buffer { subroutine
163 $self->fill_buffer();
214 $self->fill_buffer();
246 $self->fill_buffer();
285 $self->fill_buffer();
352 $self->fill_buffer();
371 $self->fill_buffer();
  /external/curl/docs/examples/
fopen.c 128 static int fill_buffer(URL_FILE *file, size_t want) function
347 fill_buffer(file, want);
349 /* check if there's data in the buffer - if not fill_buffer()
386 fill_buffer(file, want);
  /system/extras/sound/
playwav.c 128 int fill_buffer(void *buf, unsigned sz, void *cookie) function
151 pcm_play(rate, channels, fill_buffer, 0);
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
streams.rb 841 @position == -1 and fill_buffer
947 @position == -1 and fill_buffer
973 @position == -1 and fill_buffer
    [all...]
tree.rb 1020 def fill_buffer( tree = @root ) method in class:ANTLR3.CommonTree.TreeAdaptor.CommonTreeNodeStream
1024 @adaptor.each_child( tree ) { | c | fill_buffer( c ) }
1032 @position == -1 and fill_buffer
1048 @position == -1 and fill_buffer
1053 @position == -1 and fill_buffer
1089 @position == -1 and fill_buffer
1105 @position == -1 and fill_buffer
1121 @position == -1 and fill_buffer
1146 @position == -1 and fill_buffer
1151 @position == -1 and fill_buffer
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
rewrite.rb 395 @position == -1 and fill_buffer
  /external/fio/
verify.c 51 static unsigned long fill_buffer(struct thread_data *td, void *p, function
71 io_u->rand_seed = fill_buffer(td, p, len);
    [all...]
  /external/python/cpython3/Lib/test/
test_ssl.py 2963 def fill_buffer(): function in function:.ThreadedTests.test_nonblocking_send
    [all...]

Completed in 439 milliseconds