HelenOS sources

stype_block_vr_t   76 uspace/app/sbi/src/imode.c 	stype_block_vr_t *block_vr;
stype_block_vr_t  208 uspace/app/sbi/src/imode.c 	assert(list_node_data(bvr_n, stype_block_vr_t *) == block_vr);
stype_block_vr_t  578 uspace/app/sbi/src/stype.c 	stype_block_vr_t *block_vr;
stype_block_vr_t  602 uspace/app/sbi/src/stype.c 	assert(list_node_data(bvr_n, stype_block_vr_t *) == block_vr);
stype_block_vr_t  947 uspace/app/sbi/src/stype.c 	stype_block_vr_t *block_vr;
stype_block_vr_t 2149 uspace/app/sbi/src/stype.c 	stype_block_vr_t *block_vr;
stype_block_vr_t 2158 uspace/app/sbi/src/stype.c 		block_vr = list_node_data(node, stype_block_vr_t *);
stype_block_vr_t 2303 uspace/app/sbi/src/stype.c stype_block_vr_t *stype_get_current_block_vr(stype_t *stype)
stype_block_vr_t 2308 uspace/app/sbi/src/stype.c 	return list_node_data(node, stype_block_vr_t *);
stype_block_vr_t 2332 uspace/app/sbi/src/stype.c stype_block_vr_t *stype_block_vr_new(void)
stype_block_vr_t 2334 uspace/app/sbi/src/stype.c 	stype_block_vr_t *block_vr;
stype_block_vr_t 2336 uspace/app/sbi/src/stype.c 	block_vr = calloc(1, sizeof(stype_block_vr_t));
stype_block_vr_t   63 uspace/app/sbi/src/stype.h stype_block_vr_t *stype_get_current_block_vr(stype_t *stype);
stype_block_vr_t   66 uspace/app/sbi/src/stype.h stype_block_vr_t *stype_block_vr_new(void);
HelenOS homepage, sources at GitHub