Home
last modified time | relevance | path

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

12

/f-stack/freebsd/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()
/f-stack/freebsd/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) \
/f-stack/freebsd/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 …]
/f-stack/freebsd/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
/f-stack/freebsd/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
/f-stack/freebsd/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
/f-stack/freebsd/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
/f-stack/freebsd/contrib/zlib/
H A DREADME36 Unsupported third party contributions are provided in directory contrib/ .
111 Gailly and Mark Adler; it does not include third-party code.
/f-stack/dpdk/doc/guides/freebsd_gsg/
H A Dinstall_from_ports.rst17 Please ensure that the latest patches are applied to third party libraries
/f-stack/freebsd/contrib/openzfs/contrib/pyzfs/
H A DLICENSE116 wherever such third-party notices normally appear. The contents
188 identification within third-party archives.
/f-stack/doc/
H A DF-Stack_Development_Guide.md79 …\_API\_Reference*) to support applications. F-Stack also integrates third-party application such a…
/f-stack/dpdk/doc/guides/linux_gsg/
H A Dsys_reqs.rst63 Please ensure that the latest patches are applied to third party libraries
/f-stack/freebsd/contrib/openzfs/module/icp/asm-x86_64/modes/
H A DTHIRDPARTYLICENSE.openssl116 wherever such third-party notices normally appear. The contents
/f-stack/freebsd/contrib/libsodium/m4/
H A Dax_pthread.m4262 # ignore this macro, third-party headers might not.)
/f-stack/freebsd/contrib/zstd/
H A DCOPYING143 years, to give any third party, for a charge no more than your
/f-stack/dpdk/license/
H A Dgpl-2.0.txt143 years, to give any third party, for a charge no more than your
H A Dlgpl-2.1.txt120 other authorized party saying it may be distributed under the terms of
/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A DTHIRDPARTYLICENSE.gplv2143 years, to give any third party, for a charge no more than your
/f-stack/
H A DLICENSE187 b) Accompany it with a written offer, valid for at least three years, to give any third party, for …
/f-stack/app/nginx-1.16.1/contrib/vim/syntax/
H A Dnginx.vim742 " 3rd party modules list taken from
1890 " 3rd party modules list taken from

12