Searched refs:cres (Results 1 – 5 of 5) sorted by relevance
56 struct T_conn_res *cres; in _tx_accept() local189 cres = (struct T_conn_res *)ctlbuf.buf; in _tx_accept()190 cres->OPT_length = call->opt.len; in _tx_accept()191 cres->OPT_offset = 0; in _tx_accept()192 cres->SEQ_number = call->sequence; in _tx_accept()194 cres->ACCEPTOR_id = restiptr->acceptor_id; in _tx_accept()195 cres->PRIM_type = conn_res_prim = T_CONN_RES; in _tx_accept()198 cres->ACCEPTOR_id = 0; in _tx_accept()199 cres->PRIM_type = conn_res_prim = O_T_CONN_RES; in _tx_accept()206 call->opt.buf, &cres->OPT_offset) < 0) { in _tx_accept()[all …]
272 int cres = 0; in mem_list_next() local310 && !(cres = STORE_ATTR_INFO_in_ex(key.attr_info, in mem_list_next()316 if (cres) in mem_list_next()
3318 struct T_conn_res *cres = (struct T_conn_res *)mp->b_rptr; in tl_conn_res() local3321 t_scalar_t prim = cres->PRIM_type; in tl_conn_res()3386 olen = cres->OPT_length; in tl_conn_res()3387 ooff = cres->OPT_offset; in tl_conn_res()3410 if (cres->SEQ_number < TL_MINOR_START && in tl_conn_res()3411 cres->SEQ_number >= BADSEQNUM) { in tl_conn_res()3424 (mod_hash_key_t)(uintptr_t)cres->ACCEPTOR_id, in tl_conn_res()3488 tip = tl_icon_find(tep, cres->SEQ_number); in tl_conn_res()3506 tip->ti_tep->te_seqno == cres->SEQ_number); in tl_conn_res()
1101 cryptkeyres cres; member