Searched refs:sig_req (Results 1 – 1 of 1) sorted by relevance
794 struct upc_req *sig_req; in coda_upcall() local802 sig_req = upc_alloc(); in coda_upcall()803 if (!sig_req) goto exit; in coda_upcall()805 CODA_ALLOC((sig_req->uc_data), char *, sizeof(struct coda_in_hdr)); in coda_upcall()806 if (!sig_req->uc_data) { in coda_upcall()807 upc_free(sig_req); in coda_upcall()812 sig_inputArgs = (union inputArgs *)sig_req->uc_data; in coda_upcall()816 sig_req->uc_flags = REQ_ASYNC; in coda_upcall()817 sig_req->uc_opcode = sig_inputArgs->ih.opcode; in coda_upcall()818 sig_req->uc_unique = sig_inputArgs->ih.unique; in coda_upcall()[all …]