Home
last modified time | relevance | path

Searched refs:comp_type (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/libarchive/libarchive/test/
H A Dtest_read_format_cab.c172 enum comp_type { enum
178 verify(const char *refname, enum comp_type comp) in verify()
278 verify2(const char *refname, enum comp_type comp) in verify2()
344 verify3(const char *refname, enum comp_type comp) in verify3()
/freebsd-13.1/sys/dev/hyperv/netvsc/
H A Dhn_rndis.c259 size_t reqlen, size_t *comp_len0, uint32_t comp_type) in hn_rndis_xact_execute() argument
295 if (comp->rm_type != comp_type) { in hn_rndis_xact_execute()
297 "expect 0x%08x\n", comp->rm_type, comp_type); in hn_rndis_xact_execute()
/freebsd-13.1/sys/dev/hptmv/
H A Dentry.c132 MV_U8 channelNum, MV_COMPLETION_TYPE comp_type, MV_VOID_PTR commandId,
1648 MV_COMPLETION_TYPE comp_type, in CommandCompletionCB() argument
1660 switch (comp_type) in CommandCompletionCB()
1693 MV_ERROR(" Unknown completion type (%d)\n", comp_type); in CommandCompletionCB()
/freebsd-13.1/sys/dev/bxe/
H A Dbxe.h2127 uint32_t bxe_dmae_opcode_add_comp(uint32_t opcode, uint8_t comp_type);
2131 uint8_t comp_type);
H A Dbxe.c1524 uint8_t comp_type) in bxe_dmae_opcode_add_comp() argument
1526 return (opcode | ((comp_type << DMAE_CMD_C_DST_SHIFT) | in bxe_dmae_opcode_add_comp()
1541 uint8_t comp_type) in bxe_dmae_opcode() argument
1564 opcode = bxe_dmae_opcode_add_comp(opcode, comp_type); in bxe_dmae_opcode()