Searched refs:blob_t (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/dnet/
H A Dblob.h19 } blob_t; typedef in typeref:struct:blob
22 blob_t *blob_new(void);
24 int blob_read(blob_t *b, void *buf, int len);
25 int blob_write(blob_t *b, const void *buf, int len);
27 int blob_seek(blob_t *b, int off, int whence);
34 int blob_index(blob_t *b, const void *buf, int len);
35 int blob_rindex(blob_t *b, const void *buf, int len);
37 int blob_pack(blob_t *b, const char *fmt, ...);
38 int blob_unpack(blob_t *b, const char *fmt, ...);
40 int blob_insert(blob_t *
[all...]

Completed in 6 milliseconds