HelenOS sources

file_blob_t        55 uspace/lib/bithenge/src/file.c static inline file_blob_t *blob_as_file(bithenge_blob_t *base)
file_blob_t        57 uspace/lib/bithenge/src/file.c 	return (file_blob_t *)base;
file_blob_t        60 uspace/lib/bithenge/src/file.c static inline bithenge_blob_t *file_as_blob(file_blob_t *blob)
file_blob_t        67 uspace/lib/bithenge/src/file.c 	file_blob_t *blob = blob_as_file(base);
file_blob_t        75 uspace/lib/bithenge/src/file.c 	file_blob_t *blob = blob_as_file(base);
file_blob_t        89 uspace/lib/bithenge/src/file.c 	file_blob_t *blob = blob_as_file(base);
file_blob_t       113 uspace/lib/bithenge/src/file.c 	file_blob_t *blob = malloc(sizeof(*blob));
HelenOS homepage, sources at GitHub