Searched refs:cref (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-11-stable/contrib/libstdc++/include/tr1/
H A Dref_fwd.h55 cref(const _Tp& __t);
/freebsd-11-stable/sys/contrib/ngatm/netnatm/api/
H A Dcc_port.c534 find_cref(const struct ccport *port, const struct uni_cref *cref) argument
539 if (conn->cref.cref == cref->cref &&
540 conn->cref.flag == cref->flag)
553 struct uni_cref *cref; local
604 cref = &uni_msg_rptr(msg, struct uniapi_call_destroyed *)->cref;
[all...]
H A Dcc_data.c189 econn->cref = conn->cref.cref;
190 if (conn->cref.flag)
191 econn->cref |= (1 << 23);
212 econn->cref = conn->cref.cref;
213 if (conn->cref.flag)
214 econn->cref |
[all...]
H A Dcc_conn.c172 req->release.hdr.cref = conn->cref;
203 resp->release_compl.hdr.cref = conn->cref;
475 * reset cref (for C37, C3) and cookie */
476 conn->cref.flag = 0;
477 conn->cref.cref = 0;
909 req->release.hdr.cref = conn->cref;
[all...]
H A Dcc_dump.c229 cc_dumpf(d, "%s user=%p cref=%u.%u acceptor=%p\n", pfx,
230 conn->user, conn->cref.cref, conn->cref.flag,
H A Datmapi.h281 uint32_t cref; /* (flag << 23) | cref */ member in struct:atm_exstatus_conn
/freebsd-11-stable/sys/contrib/ngatm/netnatm/sig/
H A Dsig_coord.c332 if (u->u.hdr.cref.cref == CREF_DUMMY) {
336 VERBOSE(uni, UNI_FAC_COORD, 2, "dummy cref - ignored");
343 if (u->u.hdr.cref.cref == CREF_GLOBAL)
345 else if ((c = uni_find_call(uni, &u->u.hdr.cref)) == NULL)
371 uni_respond_status(uni, &u->u.hdr.cref,
372 u->u.hdr.cref.flag ? uni->glob_start : uni->glob_respond,
377 if (u->u.hdr.cref.flag) {
381 uni_respond_status(uni, &u->u.hdr.cref,
1108 uni_respond_status(struct uni *uni, struct uni_cref *cref, enum uni_callstate cs, enum uni_cause c1) argument
1129 uni_respond_status_mtype(struct uni *uni, struct uni_cref *cref, enum uni_callstate cs, enum uni_cause c1, u_int mtype) argument
[all...]
H A Dunimkmsg.h37 (MSG)->u.hdr.cref.cref = (CREF); \
38 (MSG)->u.hdr.cref.flag = (FLAG); \
45 (MSG)->u.hdr.cref.cref = (CREF)->cref; \
46 (MSG)->u.hdr.cref.flag = !(CREF)->flag; \
H A Dsig_call.c105 c->cref, c->mine, callstates[c->cstate].name,
118 * Find the call. Assume, that the cref is one of a message just received.
123 uni_find_call(struct uni *uni, struct uni_cref *cref) argument
128 if (c->cref == cref->cref && (!c->mine == !cref->flag))
133 uni_find_callx(struct uni *uni, u_int cref, u_int mine) argument
138 if (c->cref == cref
147 uni_create_call(struct uni *uni, u_int cref, u_int mine, uint32_t cookie) argument
[all...]
H A Dunidef.h251 struct uni_cref cref; member in struct:uniapi_call_created
254 struct uni_cref cref; member in struct:uniapi_call_destroyed
257 struct uni_cref cref; member in struct:uniapi_party_created
261 struct uni_cref cref; member in struct:uniapi_party_destroyed
265 struct uni_cref cref; member in struct:uniapi_abort_call_request
311 struct uni_cref cref; /* STATUS message CREF */ member in struct:uniapi_reset_status_indication
378 struct uni_cref cref; member in struct:uniapi_status_indication
387 struct uni_cref cref; member in struct:uniapi_status_enquiry_request
H A Dsig_party.c63 p->call->cref, p->call->mine,
90 ind->cref.cref = c->cref;
91 ind->cref.flag = c->mine;
110 p->call->cref, p->call->mine ? "mine" : "his",
167 ind->cref.cref = p->call->cref;
168 ind->cref
[all...]
H A Dsig_reset.c251 uni_respond_status_mtype(uni, &u->u.hdr.cref, uni->glob_start,
300 uni_respond_status_verify(uni, &u->u.hdr.cref,
313 uni_respond_status_verify(uni, &u->u.hdr.cref,
381 uni_respond_status_verify(uni, &u->u.hdr.cref, uni->glob_start,
410 resp->cref = u->u.hdr.cref;
519 MK_MSG_ORIG(resp, UNI_RELEASE_COMPL, c->cref, c->mine);
561 uni_respond_status_verify(uni, &u->u.hdr.cref,
569 uni_respond_status_verify(uni, &u->u.hdr.cref,
606 uni_respond_status_mtype(uni, &u->u.hdr.cref, un
[all...]
H A Dsig_print.c160 uni_print_cref(NULL, 0, &api->cref, cx);
168 uni_print_cref(NULL, 0, &api->cref, cx);
176 uni_print_cref(NULL, 0, &api->cref, cx);
187 uni_print_cref(NULL, 0, &api->cref, cx);
287 uni_print_cref(NULL, 0, &api->cref, cx);
460 uni_print_cref(NULL, 0, &api->cref, cx);
481 uni_print_cref(NULL, 0, &api->cref, cx);
615 uni_print_cref(NULL, 0, &api->cref, cx);
H A Dunipriv.h309 u_int cref; /* call reference value or lij seqno */ member in struct:call
338 struct call *uni_find_callx(struct uni *, u_int cref, u_int mine);
339 struct call *uni_create_call(struct uni *, u_int cref, u_int mine,
497 void uni_respond_status(struct uni *uni, struct uni_cref *cref,
499 void uni_respond_status_mtype(struct uni *uni, struct uni_cref *cref,
H A Dsig_verify.c366 uni_respond_status_verify(struct uni *uni, struct uni_cref *cref, argument
377 MK_MSG_RESP(resp, UNI_STATUS, cref);
/freebsd-11-stable/sys/contrib/ngatm/netnatm/msg/
H A Dprivmsg.c64 out->u.hdr.cref.flag = (*msg->b_rptr & 0x80) ? 1 : 0;
65 out->u.hdr.cref.cref = (*msg->b_rptr++ & 0x7f) << 16;
66 out->u.hdr.cref.cref |= *msg->b_rptr++ << 8;
67 out->u.hdr.cref.cref |= *msg->b_rptr++;
H A Duni_hdr.h163 u_int cref; member in struct:uni_cref
170 struct uni_cref cref; member in struct:uni_msghdr
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp352 std::cref(ASTSelection), {ParentStack.begin(), ParentStack.end()}});
360 std::cref(ASTSelection), {ParentStack.begin(), ParentStack.end()}});
365 ParentStack.push_back(std::cref(ASTSelection));
/freebsd-11-stable/contrib/binutils/ld/
H A Dld.h158 bfd_boolean cref; member in struct:__anon601
H A Dldmain.c473 if (command_line.cref)
1518 if (command_line.cref || nocrossref_list != NULL)
1533 if (command_line.cref || nocrossref_list != NULL)
/freebsd-11-stable/contrib/gcc/
H A Dipa-type-escape.c887 tree cref = TREE_OPERAND (t, 0); local
892 while (cref!= x)
894 if (TREE_CODE (cref) == COMPONENT_REF)
896 fielddecl = TREE_OPERAND (cref, 1);
900 else if (TREE_CODE (cref) == ARRAY_REF)
901 get_canon_type (TREE_TYPE (cref), false, false);
903 cref = TREE_OPERAND (cref, 0);
H A Dstub-objc.c84 objc_volatilize_component_ref (tree ARG_UNUSED (cref), tree ARG_UNUSED (type))
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DConfig.h142 bool cref; member in struct:lld::elf::Configuration
H A DMapFile.cpp219 // Output a cross reference table to stdout. This is for --cref.
231 if (!config->cref)
/freebsd-11-stable/contrib/apr/memory/unix/
H A Dapr_pools.c2623 static void run_cleanups(cleanup_t **cref) argument
2625 cleanup_t *c = *cref;
2628 *cref = c->next;
2630 c = *cref;
2636 static void run_child_cleanups(cleanup_t **cref) argument
2638 cleanup_t *c = *cref;
2641 *cref = c->next;
2643 c = *cref;

Completed in 171 milliseconds

12