Home
last modified time | relevance | path

Searched refs:party (Results 1 – 25 of 89) sorted by relevance

1234

/freebsd-13.1/sys/contrib/ngatm/netnatm/api/
H A Dcc_conn.c96 party->state = ns; in cc_party_set_state()
341 party = CCZALLOC(sizeof(*party)); in cc_party_create()
342 if (party == NULL) in cc_party_create()
345 party->conn = conn; in cc_party_create()
355 return (party); in cc_party_create()
363 cc_party_log(party, "destroyed %u.%u", party->epref.flag, in cc_party_destroy()
367 CCFREE(party); in cc_party_destroy()
377 return (party); in cc_party_find()
707 if (party == NULL) { in cc_party_setup_conf()
726 if (party == NULL) { in cc_party_add_ack_ind()
[all …]
H A Dcc_data.c127 const struct ccparty *party; in cc_get_extended_status() local
143 LIST_FOREACH(party, &conn->parties, link) in cc_get_extended_status()
150 LIST_FOREACH(party, &conn->parties, link) in cc_get_extended_status()
192 LIST_FOREACH(party, &conn->parties, link) { in cc_get_extended_status()
194 eparty->epref = party->epref.epref; in cc_get_extended_status()
195 eparty->state = party->state; in cc_get_extended_status()
215 LIST_FOREACH(party, &conn->parties, link) { in cc_get_extended_status()
217 eparty->epref = party->epref.epref; in cc_get_extended_status()
218 eparty->state = party->state; in cc_get_extended_status()
H A Dcc_dump.c211 cc_dump_party(struct dump *d, const struct ccparty *party, const char *pfx) in cc_dump_party() argument
214 cc_dumpf(d, "%s party(%p): %u.%u %s\n", pfx, party, in cc_dump_party()
215 party->epref.flag, party->epref.epref, in cc_dump_party()
216 cc_party_state2str(party->state)); in cc_dump_party()
225 const struct ccparty *party; in cc_dump_conn() local
235 LIST_FOREACH(party, &conn->parties, link) in cc_dump_conn()
236 cc_dump_party(d, party, pfx); in cc_dump_conn()
/freebsd-13.1/contrib/ngatm/libngatm/
H A Dunicust.h64 #define PARTY_ALLOC() mzalloc(sizeof(struct party))
116 static void F(struct party *); \
120 struct party *party = (struct party *)varg; \
121 party->T.c = NULL; \
122 (F)(party); \
/freebsd-13.1/sys/contrib/ngatm/netnatm/sig/
H A Dsig_party.c73 struct party *
76 struct party *p; in uni_create_partyx()
117 struct party *
123 struct party *
126 struct party *p; in uni_find_party()
134 struct party *
137 struct party *p; in uni_find_partyx()
192 struct party *p; in uni_party_act_count()
630 pun1_t399(struct party *p) in pun1_t399()
651 pun5_t398(struct party *p) in pun5_t398()
[all …]
H A Dunipriv.h45 struct party;
231 struct party *party; /* party to send to */ member
251 void uni_sig_party(struct party *, enum party_sig, uint32_t cookie,
266 struct party { struct
268 TAILQ_ENTRY(party) link; argument
280 TAILQ_HEAD(partyqueue, party);
282 void uni_destroy_party(struct party *, int);
283 struct party *uni_find_party(struct call *, struct uni_ie_epref *);
285 struct party *uni_create_party(struct call *, struct uni_ie_epref *);
418 void uni_enq_sig(struct uni *, u_int, struct call *, struct party *,
[all …]
H A Dsig_uni.c448 uni_sig_party(s->party, s->sig, s->cookie, s->msg, s->u); in uni_work()
465 struct party *party, uint32_t sig, uint32_t cookie, in uni_enq_sig() argument
476 s->party = party; in uni_enq_sig()
487 struct party *party, uint32_t sig, uint32_t cookie, in uni_delenq_sig() argument
498 s->party = party; in uni_delenq_sig()
532 uniapi_party_error(struct party *p, uint32_t reason, uint32_t cookie) in uniapi_party_error()
580 uni_delsig(struct uni *uni, u_int type, struct call *c, struct party *p) in uni_delsig()
590 s->call == c && s->party == p)) { in uni_delsig()
607 s->call == c && s->party == p)) { in uni_delsig()
H A Dsig_call.c217 struct party *p; in uni_destroy_call()
256 struct party *p; in allocate_epref()
308 struct party *p; in clear_callD()
364 struct party *p; in un0_setup()
476 struct party *p; in un0_setup_request()
924 struct party *p; in unx_setup_response()
989 struct party *p; in n8_setup_compl_request()
1035 struct party *p; in unx_connect()
1295 struct party *p; in unx_release_response()
1338 struct party *p; in uni_release_compl()
[all …]
/freebsd-13.1/sys/netgraph/atm/uni/
H A Dng_uni_cust.h130 static void F(struct party *); \
134 struct party *party = (struct party *)arg1; \
135 struct uni *uni = party->call->uni; \
137 (F)(party); \
149 [UNIMEM_PARTY] = sizeof(struct party) \
/freebsd-13.1/sys/contrib/dev/ipw/
H A DLICENSE41 any third party. You may not, nor may you assist any other person or entity to
49 CONFIDENTIALITY. If you wish to have a third party consultant or subcontractor
111 EXPORT RESTRICTIONS. Each party acknowledges that the Software is subject to
113 countries in which each party transacts business, specifically including U.S.
114 Export Administration Act and Export Administration Regulations. Each party
117 foregoing, each party agrees that it will not export, re-export, transfer or
119 place or party in accordance with U.S. export regulations. Note that Software
155 5. The Software may contain the software or other property of third party
/freebsd-13.1/crypto/openssh/
H A DREADME.platform58 using a third party driver. More information is available at:
82 The BSM audit event range available for third party TCB applications is
84 There is no official registry of 3rd party event numbers, so if this
/freebsd-13.1/crypto/openssl/doc/man3/
H A DDH_generate_key.pod23 the other party's public value to compute the shared key.
32 in B<dh> and the other party's public value in B<pub_key> and stores
/freebsd-13.1/sys/contrib/dev/iwi/
H A DLICENSE41 any third party. You may not, nor may you assist any other person or entity to
114 EXPORT RESTRICTIONS. Each party acknowledges that the Software is subject to
116 countries in which each party transacts business, specifically including U.S.
117 Export Administration Act and Export Administration Regulations. Each party
120 foregoing, each party agrees that it will not export, re-export, transfer or
122 place or party in accordance with U.S. export regulations. Note that Software
158 5. The Software may contain the software or other property of third party
/freebsd-13.1/crypto/
H A DREADME5 from various third party vendors, with FreeBSD patches applied. No
/freebsd-13.1/contrib/tzdata/
H A DSECURITY10 If we confirm the bug, we plan to notify affected third-party services
/freebsd-13.1/sys/dev/mmc/
H A Dmmcbus_if.m47 # SD Group, SD-3C LLC, the SD Card Association or any third party. Nothing
50 # information, know-how or other confidential information to any third party.
H A Dmmcbr_if.m47 # SD Group, SD-3C LLC, the SD Card Association or any third party. Nothing
50 # information, know-how or other confidential information to any third party.
/freebsd-13.1/cddl/contrib/opensolaris/
H A DOPENSOLARIS.LICENSE83 subject to third party intellectual property claims, the Initial
102 third party under the terms of this License.
114 subject to third party intellectual property claims, each
139 party.
144 by: (i) third party modifications of Contributor Version,
350 within the Original Software, with the losing party responsible
364 As between Initial Developer and the Contributors, each party is
/freebsd-13.1/sys/cddl/contrib/opensolaris/
H A DOPENSOLARIS.LICENSE83 subject to third party intellectual property claims, the Initial
102 third party under the terms of this License.
114 subject to third party intellectual property claims, each
139 party.
144 by: (i) third party modifications of Contributor Version,
350 within the Original Software, with the losing party responsible
364 As between Initial Developer and the Contributors, each party is
/freebsd-13.1/sys/contrib/openzfs/
H A DLICENSE83 subject to third party intellectual property claims, the Initial
102 third party under the terms of this License.
114 subject to third party intellectual property claims, each
139 party.
144 by: (i) third party modifications of Contributor Version,
350 within the Original Software, with the losing party responsible
364 As between Initial Developer and the Contributors, each party is
/freebsd-13.1/sys/dev/sdhci/
H A Dsdhci_if.m47 # SD Group, SD-3C LLC, the SD Card Association or any third party. Nothing
50 # information, know-how or other confidential information to any third party.
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_flags.inc40 // issues with third party libraries.
/freebsd-13.1/sys/contrib/device-tree/Bindings/media/
H A Drenesas,drif.txt87 When interfacing with a third party tuner device with two data pins as shown
135 When interfacing with a third party tuner device with one data pin as shown
/freebsd-13.1/contrib/ntp/
H A DREADME.refclocks5 Should this list also include the name of the party responsible for the
/freebsd-13.1/contrib/ntp/sntp/libopts/
H A DCOPYING.gplv3281 may be on a different server (operated by you or a third party)
325 if neither you nor any third party retains the ability to install
456 work results from an entity transaction, each party to that
458 licenses to the work the party's predecessor in interest had or could
496 party means to make such an agreement or commitment not to enforce a
497 patent against the party.
525 work if you are a party to an arrangement with a third party that is
527 to the third party based on the extent of your activity of conveying
528 the work, and under which the third party grants, to any of the

1234