| /freebsd-13.1/sys/contrib/ngatm/netnatm/api/ |
| H A D | cc_conn.c | 96 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 D | cc_data.c | 127 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 D | cc_dump.c | 211 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 D | unicust.h | 64 #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 D | sig_party.c | 73 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 D | unipriv.h | 45 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 D | sig_uni.c | 448 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 D | sig_call.c | 217 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 D | ng_uni_cust.h | 130 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 D | LICENSE | 41 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 D | README.platform | 58 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 D | DH_generate_key.pod | 23 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 D | LICENSE | 41 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 D | README | 5 from various third party vendors, with FreeBSD patches applied. No
|
| /freebsd-13.1/contrib/tzdata/ |
| H A D | SECURITY | 10 If we confirm the bug, we plan to notify affected third-party services
|
| /freebsd-13.1/sys/dev/mmc/ |
| H A D | mmcbus_if.m | 47 # 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 D | mmcbr_if.m | 47 # 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 D | OPENSOLARIS.LICENSE | 83 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 D | OPENSOLARIS.LICENSE | 83 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 D | LICENSE | 83 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 D | sdhci_if.m | 47 # 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 D | scudo_flags.inc | 40 // issues with third party libraries.
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/media/ |
| H A D | renesas,drif.txt | 87 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 D | README.refclocks | 5 Should this list also include the name of the party responsible for the
|
| /freebsd-13.1/contrib/ntp/sntp/libopts/ |
| H A D | COPYING.gplv3 | 281 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
|