Searched refs:comp_type (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/contrib/libarchive/libarchive/test/
H A Dtest_read_format_cab.c172 enum comp_type { enum
178 verify(const char *refname, enum comp_type comp)
278 verify2(const char *refname, enum comp_type comp)
344 verify3(const char *refname, enum comp_type comp)
/freebsd-10-stable/contrib/ofed/management/opensm/osmtest/
H A Dosmt_mtl_regular_qp.c369 sr.comp_type = VAPI_SIGNALED;
398 rr.comp_type = VAPI_SIGNALED; /* All with CQE (IB compliant) */
/freebsd-10-stable/sys/dev/hyperv/netvsc/
H A Dhn_rndis.c260 size_t reqlen, size_t *comp_len0, uint32_t comp_type)
296 if (comp->rm_type != comp_type) {
298 "expect 0x%08x\n", comp->rm_type, comp_type);
259 hn_rndis_xact_execute(struct hn_softc *sc, struct vmbus_xact *xact, uint32_t rid, size_t reqlen, size_t *comp_len0, uint32_t comp_type) argument
/freebsd-10-stable/sys/dev/hptmv/
H A Dentry.c137 MV_U8 channelNum, MV_COMPLETION_TYPE comp_type, MV_VOID_PTR commandId,
1701 MV_COMPLETION_TYPE comp_type,
1713 switch (comp_type)
1746 MV_ERROR(" Unknown completion type (%d)\n", comp_type);
1699 CommandCompletionCB(MV_SATA_ADAPTER *pMvSataAdapter, MV_U8 channelNum, MV_COMPLETION_TYPE comp_type, MV_VOID_PTR commandId, MV_U16 responseFlags, MV_U32 timeStamp, MV_STORAGE_DEVICE_REGISTERS *registerStruct) argument
/freebsd-10-stable/sys/dev/bxe/
H A Dbxe.h2175 uint32_t bxe_dmae_opcode_add_comp(uint32_t opcode, uint8_t comp_type);
2179 uint8_t comp_type);
H A Dbxe.c1532 uint8_t comp_type)
1534 return (opcode | ((comp_type << DMAE_CMD_C_DST_SHIFT) |
1549 uint8_t comp_type)
1572 opcode = bxe_dmae_opcode_add_comp(opcode, comp_type);
1531 bxe_dmae_opcode_add_comp(uint32_t opcode, uint8_t comp_type) argument
1545 bxe_dmae_opcode(struct bxe_softc *sc, uint8_t src_type, uint8_t dst_type, uint8_t with_comp, uint8_t comp_type) argument
/freebsd-10-stable/contrib/gcc/
H A Dfold-const.c4764 tree comp_type = TREE_TYPE (comp_op0);
4767 if (TYPE_MAIN_VARIANT (comp_type) == TYPE_MAIN_VARIANT (type))
4769 comp_type = type;
4790 comp_op0 = fold_convert (comp_type, comp_op0);
4791 comp_op1 = fold_convert (comp_type, comp_op1);
4793 ? fold_build2 (MIN_EXPR, comp_type, comp_op0, comp_op1)
4794 : fold_build2 (MIN_EXPR, comp_type, comp_op1, comp_op0);
4804 comp_op0 = fold_convert (comp_type, comp_op0);
4805 comp_op1 = fold_convert (comp_type, comp_op1);
4807 ? fold_build2 (MAX_EXPR, comp_type, comp_op
4736 tree comp_type = TREE_TYPE (comp_op0); local
[all...]

Completed in 378 milliseconds