Lines Matching defs:trans
87 struct HCTransaction trans; in hcc_slave() local
152 hcc_read_command(struct HostConf *hc, hctransaction_t trans) in hcc_read_command()
213 hctransaction_t trans; in hcc_start_command() local
232 hcc_start_reply(hctransaction_t trans, struct HCHead *rhead) in hcc_start_reply()
250 hcc_finish_command(hctransaction_t trans) in hcc_finish_command()
307 hcc_finish_reply(hctransaction_t trans, struct HCHead *head) in hcc_finish_reply()
323 hcc_leaf_string(hctransaction_t trans, int16_t leafid, const char *str) in hcc_leaf_string()
338 hcc_leaf_data(hctransaction_t trans, int16_t leafid, const void *ptr, int bytes) in hcc_leaf_data()
352 hcc_leaf_int32(hctransaction_t trans, int16_t leafid, int32_t value) in hcc_leaf_int32()
366 hcc_leaf_int64(hctransaction_t trans, int16_t leafid, int64_t value) in hcc_leaf_int64()
388 hcc_check_space(hctransaction_t trans, struct HCHead *head, int n, int size) in hcc_check_space()
464 hcc_nextitem(hctransaction_t trans, struct HCHead *head, struct HCLeaf *item) in hcc_nextitem()
501 hctransaction_t trans = &hc->trans; in hcc_nextchaineditem() local
518 hctransaction_t trans = &hc->trans; in hcc_currentchaineditem() local
529 hcc_debug_dump(hctransaction_t trans, struct HCHead *head) in hcc_debug_dump()