Home
last modified time | relevance | path

Searched refs:offer (Results 1 – 25 of 100) sorted by relevance

1234

/freebsd/crypto/openssl/doc/man7/
H A Dprovider.pod106 provider may or may not offer, depending on its needs.
117 The functions the provider can offer are described in
125 The functions the provider can offer are described in
133 The functions the provider can offer are described in
141 The functions the provider can offer are described in
149 The functions the provider can offer are described in
157 The functions the provider can offer are described in
164 The functions the provider can offer are described in L<provider-kem(7)>.
171 The functions the provider can offer are described in
179 The functions the provider can offer are described in
[all …]
/freebsd/sys/dev/hyperv/vmbus/
H A Dvmbus_chan.c1700 device_printf(sc->vmbus_dev, "got chan0 offer, discard\n"); in vmbus_chan_add()
1703 device_printf(sc->vmbus_dev, "invalid chan%u offer\n", in vmbus_chan_add()
1783 vmbus_chan_printf(newchan, "chan%u subidx%u offer\n", in vmbus_chan_add()
1839 const struct vmbus_chanmsg_choffer *offer; in vmbus_chan_msgproc_choffer()
1844 offer = (const struct vmbus_chanmsg_choffer *)msg->msg_data; in vmbus_chan_msgproc_choffer()
1849 offer->chm_chanid); in vmbus_chan_msgproc_choffer()
1853 chan->ch_id = offer->chm_chanid; in vmbus_chan_msgproc_choffer()
1854 chan->ch_subidx = offer->chm_subidx; in vmbus_chan_msgproc_choffer()
1855 chan->ch_guid_type = offer->chm_chtype; in vmbus_chan_msgproc_choffer()
1856 chan->ch_guid_inst = offer in vmbus_chan_msgproc_choffer()
1841 const struct vmbus_chanmsg_choffer *offer; vmbus_chan_msgproc_choffer() local
[all...]
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_DECODER_CTX_new_for_pkey.pod91 offer, and provider documentation should have the details.
93 Among the known input types that OpenSSL decoder implementations offer
101 providers offer, and provider documentation should have the details.
104 offer for B<EVP_PKEY>s are C<pkcs8> and C<SubjectPublicKeyInfo>.
H A DEVP_PKEY_check.pod30 implementations may offer a quicker form of validation that omits some checks in
38 implementations may offer a quicker form of validation that omits some checks in
/freebsd/contrib/atf/
H A DREADME.md6 The ATF libraries offer a simple API. The API is orthogonal through the
10 ATF-based test programs offer a **consistent end-user command-line
H A DREADME11 These bindings all offer a similar set of functionality and any test
/freebsd/contrib/ntp/sntp/
H A Dbincheck.mf2 # in sbindir. Now that we offer a choice, look in the "other" installation
/freebsd/contrib/ntp/
H A Dbincheck.mf2 # in sbindir. Now that we offer a choice, look in the "other" installation
/freebsd/sys/contrib/openzfs/
H A DLICENSE96 practice, sell, and offer for sale, and/or otherwise
130 offer for sale, have made, and/or otherwise dispose of:
185 You may not offer or impose any terms on any Covered Software in
188 choose to offer, and to charge a fee for, warranty, support,
197 liability terms You offer.
214 such terms You offer.
/freebsd/sys/cddl/contrib/opensolaris/
H A DOPENSOLARIS.LICENSE96 practice, sell, and offer for sale, and/or otherwise
130 offer for sale, have made, and/or otherwise dispose of:
185 You may not offer or impose any terms on any Covered Software in
188 choose to offer, and to charge a fee for, warranty, support,
197 liability terms You offer.
214 such terms You offer.
/freebsd/cddl/contrib/opensolaris/
H A DOPENSOLARIS.LICENSE96 practice, sell, and offer for sale, and/or otherwise
130 offer for sale, have made, and/or otherwise dispose of:
185 You may not offer or impose any terms on any Covered Software in
188 choose to offer, and to charge a fee for, warranty, support,
197 liability terms You offer.
214 such terms You offer.
/freebsd/crypto/openssl/doc/internal/man3/
H A Dossl_algorithm_do_all.pod43 may offer, but also for constructors, such as
/freebsd/sys/contrib/dev/ice/
H A DLICENSE19 owns or controls to make, have made, use, import, offer to sell and
/freebsd/sys/contrib/dev/iwm/
H A DLICENSE19 owns or controls to make, have made, use, import, offer to sell and
/freebsd/sys/contrib/dev/iwlwififw/
H A DLICENCE.iwlwifi_firmware19 owns or controls to make, have made, use, import, offer to sell and
/freebsd/sys/contrib/dev/iwn/
H A DLICENSE19 owns or controls to make, have made, use, import, offer to sell and
/freebsd/sys/contrib/dev/mwl/
H A DLICENSE25 owns or controls to make, have made, use, import, offer to sell and sell
/freebsd/sys/contrib/dev/qat/
H A DLICENSE18 owns or controls to make, have made, use, import, offer to sell and
/freebsd/sys/contrib/dev/qat_c2xxx/
H A DLICENSE18 owns or controls to make, have made, use, import, offer to sell and
/freebsd/sys/contrib/dev/rtwn/
H A DLICENSE19 owns or controls to make, have made, use, import, offer to sell and
/freebsd/sys/contrib/dev/run/
H A DLICENSE19 owns or controls to make, have made, use, import, offer to sell and
/freebsd/sys/contrib/dev/wpi/
H A DLICENSE19 owns or controls to make, have made, use, import, offer to sell and
/freebsd/sys/contrib/dev/otus/
H A Dotus-license22 offer to sell and sell ("Utilize") this software, but solely to
/freebsd/sys/contrib/device-tree/Bindings/display/
H A Darm,malidp.txt5 DP650 processors that offer multiple composition layers, support for
/freebsd/sys/netinet/
H A Dtcp_input.c3789 tcp_mss_update(struct tcpcb *tp, int offer, int mtuoffer, in tcp_mss_update() argument
3810 KASSERT(offer == -1, ("%s: conflict", __func__)); in tcp_mss_update()
3811 offer = mtuoffer - min_protoh; in tcp_mss_update()
3846 switch (offer) { in tcp_mss_update()
3853 offer = tp->t_maxseg; in tcp_mss_update()
3867 offer = max(offer, V_tcp_minmss); in tcp_mss_update()
3919 mss = min(mss, offer); in tcp_mss_update()
3946 tcp_mss(struct tcpcb *tp, int offer) in tcp_mss() argument
3958 tcp_mss_update(tp, offer, -1, &metrics, &cap); in tcp_mss()

1234