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

/freebsd-10.1-release/sys/dev/nand/
H A Dnandsim_swap.h35 struct block_state *blk_state;
43 struct block_state { struct
50 struct block_state *blk_state;
H A Dnandsim_swap.c53 static int swap_file_write(struct chip_swap *, struct block_state *);
54 static int swap_file_read(struct chip_swap *, struct block_state *);
62 struct block_state *blk_state;
68 blk_state = malloc(swap->nof_blks * sizeof(struct block_state),
185 swap_file_write(struct chip_swap *swap, struct block_state *blk_state)
232 swap_file_read(struct chip_swap *swap, struct block_state *blk_state)
324 struct block_state *blk_state, *old_blk_state = NULL;
/freebsd-10.1-release/lib/libz/
H A Ddeflate.c71 } block_state; typedef in typeref:enum:__anon5912
73 typedef block_state (*compress_func) OF((deflate_state *s, int flush));
77 local block_state deflate_stored OF((deflate_state *s, int flush));
78 local block_state deflate_fast OF((deflate_state *s, int flush));
80 local block_state deflate_slow OF((deflate_state *s, int flush));
82 local block_state deflate_rle OF((deflate_state *s, int flush));
83 local block_state deflate_huff OF((deflate_state *s, int flush));
901 block_state bstate;
1564 local block_state deflate_stored(s, flush)
1628 local block_state deflate_fas
[all...]
/freebsd-10.1-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Ddeflate.c76 } block_state; typedef in typeref:enum:__anon6683
78 typedef block_state (*compress_func) OF((deflate_state *s, int flush));
82 local block_state deflate_stored OF((deflate_state *s, int flush));
83 local block_state deflate_fast OF((deflate_state *s, int flush));
85 local block_state deflate_slow OF((deflate_state *s, int flush));
794 block_state bstate;
1396 local block_state deflate_stored(s, flush)
1454 local block_state deflate_fast(s, flush)
1560 local block_state deflate_slow(s, flush)
1689 local block_state deflate_rl
[all...]
/freebsd-10.1-release/sys/net/
H A Dzlib.c621 } block_state; typedef in typeref:enum:__anon10406
623 typedef block_state (*compress_func) OF((deflate_state *s, int flush));
627 local block_state deflate_stored OF((deflate_state *s, int flush));
628 local block_state deflate_fast OF((deflate_state *s, int flush));
629 local block_state deflate_slow OF((deflate_state *s, int flush));
1060 block_state bstate;
1577 local block_state deflate_stored(s, flush)
1635 local block_state deflate_fast(s, flush)
1728 local block_state deflate_slow(s, flush)

Completed in 128 milliseconds