Home
last modified time | relevance | path

Searched refs:block_ptr (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/bsd/net/
H A Dether_if_module.c141 struct en_desc block_ptr[__counted_by(n_count)]; member
155 ((size_t) offsetof(struct ether_desc_blk_str, block_ptr))
177 if (desc_blk->block_ptr[current - 1].protocol_family == in ether_del_proto()
180 desc_blk->block_ptr[current - 1].type = 0; in ether_del_proto()
193 desc_blk->block_ptr[desc_blk->n_max_used - 1].type == 0; in ether_del_proto()
240 if (desc_blk->block_ptr[i].type == in ether_add_proto_internal()
242 desc_blk->block_ptr[i].data[0] == in ether_add_proto_internal()
251 if (desc_blk->block_ptr[i].type == demux->type && in ether_add_proto_internal()
252 bcmp(desc_blk->block_ptr[i].data, in ether_add_proto_internal()
299 if (desc_blk->block_ptr[i].type == 0) { in ether_add_proto_internal()
[all …]
/xnu-11215/bsd/vfs/
H A Dvfs_io_compression_stats.c272 iocs_compress_block(uint8_t *block_ptr, uint32_t block_size) in iocs_compress_block() argument
280 block_ptr, block_size, (lz4_hash_entry_t *) scratch_buf); in iocs_compress_block()