Searched refs:comp_type (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_read_format_cab.c | 171 enum comp_type { 177 verify(const char *refname, enum comp_type comp) 277 verify2(const char *refname, enum comp_type comp) 343 verify3(const char *refname, enum comp_type comp) 172 enum comp_type { global() enum
|
/freebsd/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()
|
/freebsd/sys/dev/hptmv/ |
H A D | entry.c | 127 MV_U8 channelNum, MV_COMPLETION_TYPE comp_type, MV_VOID_PTR commandId, 1643 MV_COMPLETION_TYPE comp_type, in CommandCompletionCB() argument 1655 switch (comp_type) in CommandCompletionCB() 1688 MV_ERROR(" Unknown completion type (%d)\n", comp_type); in CommandCompletionCB()
|
/freebsd/sys/dev/bxe/ |
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()
|