Searched refs:block_cursor (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | space_map.c | 117 for (uint64_t *block_cursor = block_start; in space_map_iterate() local 118 block_cursor < block_end && error == 0; block_cursor++) { in space_map_iterate() 119 uint64_t e = *block_cursor; in space_map_iterate() 159 block_cursor++; in space_map_iterate() 160 e = *block_cursor; in space_map_iterate() 161 VERIFY3P(block_cursor, <=, block_end); in space_map_iterate() 574 uint64_t *block_cursor = block_base + in space_map_write_seg() local 577 ASSERT3P(block_cursor, <=, block_end); in space_map_write_seg() 589 ASSERT3P(block_cursor, <=, block_end); in space_map_write_seg() 595 if (block_cursor == block_end) { in space_map_write_seg() [all …]
|
| /freebsd/contrib/libpcap/ |
| H A D | sf-pcapng.c | 182 struct block_cursor { struct 279 read_block(FILE *fp, pcap_t *p, struct block_cursor *cursor, char *errbuf) in read_block() 388 get_from_block_data(struct block_cursor *cursor, size_t chunk_size, in get_from_block_data() 414 get_opthdr_from_block_data(pcap_t *p, struct block_cursor *cursor, char *errbuf) in get_opthdr_from_block_data() 438 get_optvalue_from_block_data(struct block_cursor *cursor, in get_optvalue_from_block_data() 460 process_idb_options(pcap_t *p, struct block_cursor *cursor, uint64_t *tsresol, in process_idb_options() 592 struct block_cursor *cursor, char *errbuf) in add_interface() 781 struct block_cursor cursor; in pcap_ng_check_header() 1103 struct block_cursor cursor; in pcap_ng_next_packet()
|