Searched refs:comp_type (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/libarchive/libarchive/test/ |
| H A D | test_read_format_cab.c | 171 enum comp_type { enum 177 verify(const char *refname, enum comp_type comp) in verify() 277 verify2(const char *refname, enum comp_type comp) in verify2() 343 verify3(const char *refname, enum comp_type comp) in verify3()
|
| /src/sys/dev/hyperv/netvsc/ |
| H A D | hn_rndis.c | 256 size_t reqlen, size_t *comp_len0, uint32_t comp_type) in hn_rndis_xact_execute() argument 292 if (comp->rm_type != comp_type) { in hn_rndis_xact_execute() 294 "expect 0x%08x\n", comp->rm_type, comp_type); in hn_rndis_xact_execute()
|
| /src/sys/dev/hptmv/ |
| H A D | entry.c | 126 MV_U8 channelNum, MV_COMPLETION_TYPE comp_type, MV_VOID_PTR commandId, 1641 MV_COMPLETION_TYPE comp_type, in CommandCompletionCB() argument 1653 switch (comp_type) in CommandCompletionCB() 1686 MV_ERROR(" Unknown completion type (%d)\n", comp_type); in CommandCompletionCB()
|
| /src/sys/dev/bxe/ |
| H A D | bxe.h | 2114 uint32_t bxe_dmae_opcode_add_comp(uint32_t opcode, uint8_t comp_type); 2118 uint8_t comp_type);
|
| H A D | bxe.c | 1516 uint8_t comp_type) in bxe_dmae_opcode_add_comp() argument 1518 return (opcode | ((comp_type << DMAE_CMD_C_DST_SHIFT) | in bxe_dmae_opcode_add_comp() 1533 uint8_t comp_type) in bxe_dmae_opcode() argument 1556 opcode = bxe_dmae_opcode_add_comp(opcode, comp_type); in bxe_dmae_opcode()
|