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

/freebsd-11-stable/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.h77 u_char header_id [ISODCL(0x00,0x00)]; member in struct:_boot_catalog_validation_entry
H A Dcd9660_eltorito.c251 ve->header_id[0] = 1;
267 ELTORITO_DPRINTF(("%s: header_id %d, platform_id %d, key[0] %d, key[1] %d, "
268 "checksum %04x\n", __func__, ve->header_id[0], ve->platform_id[0],
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar5.c2096 size_t header_id = 0; local
2163 if(!read_var_sized(a, &header_id, NULL))
2172 rar->generic.last_header_id = (int)header_id;
2176 switch(header_id) {
/freebsd-11-stable/sys/dev/mlx4/
H A Ddevice.h1172 static inline int map_hw_to_sw_id(u16 header_id) argument
1177 if (header_id == __sw_id_hw[i])
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_resource_tracker.c4188 struct list_head *rlist, int header_id)
4204 switch (header_id) {
4341 int header_id; local
4361 header_id = map_hw_to_sw_id(be16_to_cpu(rule_header->id));
4363 if (header_id == MLX4_NET_TRANS_RULE_ID_ETH)
4369 switch (header_id) {
4382 if (add_eth_header(dev, slave, inbox, rlist, header_id)) {
4186 add_eth_header(struct mlx4_dev *dev, int slave, struct mlx4_cmd_mailbox *inbox, struct list_head *rlist, int header_id) argument

Completed in 666 milliseconds