Searched refs:order (Results 151 - 175 of 313) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dcrypto_gnutls.c313 const u8 *order, size_t order_len,
331 if (order) {
340 gcry_mpi_scan(&q, GCRYMPI_FMT_USG, order, order_len,
312 crypto_dh_derive_secret(u8 generator, const u8 *prime, size_t prime_len, const u8 *order, size_t order_len, const u8 *privkey, size_t privkey_len, const u8 *pubkey, size_t pubkey_len, u8 *secret, size_t *len) argument
H A Dcrypto_wolfssl.c829 const u8 *order, size_t order_len,
1261 mp_int order; member in struct:crypto_ec
1316 mp_init(&e->order) != MP_OKAY ||
1321 mp_read_radix(&e->order, e->key.dp->order, 16) != MP_OKAY ||
1341 mp_clear(&e->order);
1373 return (mp_count_bits(&e->order) + 7) / 8;
1385 return (const struct crypto_bignum *) &e->order;
828 crypto_dh_derive_secret(u8 generator, const u8 *prime, size_t prime_len, const u8 *order, size_t order_len, const u8 *privkey, size_t privkey_len, const u8 *pubkey, size_t pubkey_len, u8 *secret, size_t *len) argument
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_resource_tracker.c117 /* saved qp params before VST enforcement in order to restore on VGT */
143 int order; member in struct:res_mtt
1015 static struct res_common *alloc_mtt_tr(int id, int order) argument
1024 ret->order = order;
1297 static int remove_mtt_ok(struct res_mtt *res, int order) argument
1308 else if (res->order != order)
1805 int order; local
1810 order
2351 int order; local
[all...]
/freebsd-11-stable/sys/sys/
H A Dbus.h414 bus_generic_add_child(device_t dev, u_int order, const char *name,
566 device_t device_add_child_ordered(device_t dev, u_int order,
751 evh, arg, order, pass) \
767 SI_SUB_DRIVERS, order)
774 order) \
776 evh, arg, order, BUS_PASS_DEFAULT)
/freebsd-11-stable/sys/dev/bhnd/cores/pci/
H A Dbhnd_pci.c188 bhnd_pci_add_child(device_t dev, u_int order, const char *name, int unit) argument
193 child = device_add_child_ordered(dev, order, name, unit);
/freebsd-11-stable/sys/pc98/pc98/
H A Dcanbus.c237 canbus_add_child(device_t bus, u_int order, const char *name, int unit) argument
242 child = device_add_child_ordered(bus, order, name, unit);
/freebsd-11-stable/sys/mips/adm5120/
H A Dobio.c483 obio_add_child(device_t bus, u_int order, const char *name, int unit) argument
491 child = device_add_child_ordered(bus, order, name, unit);
/freebsd-11-stable/sys/mips/alchemy/
H A Dobio.c475 obio_add_child(device_t bus, u_int order, const char *name, int unit) argument
483 child = device_add_child_ordered(bus, order, name, unit);
/freebsd-11-stable/sys/mips/atheros/
H A Dapb.c448 apb_add_child(device_t bus, u_int order, const char *name, int unit) argument
456 child = device_add_child_ordered(bus, order, name, unit);
/freebsd-11-stable/sys/mips/idt/
H A Dobio.c425 obio_add_child(device_t bus, u_int order, const char *name, int unit) argument
433 child = device_add_child_ordered(bus, order, name, unit);
/freebsd-11-stable/sys/dev/ppbus/
H A Dppbconf.c93 ppbus_add_child(device_t dev, u_int order, const char *name, int unit) argument
109 child = device_add_child_ordered(dev, order, name, unit);
/freebsd-11-stable/sys/arm/arm/
H A Dnexus.c193 nexus_add_child(device_t bus, u_int order, const char *name, int unit) argument
203 child = device_add_child_ordered(bus, order, name, unit);
/freebsd-11-stable/usr.sbin/pstat/
H A Dpstat.c84 int order; member in struct:__anon8900
182 nl[namelist[i].order].n_name = strdup(namelist[i].name);
/freebsd-11-stable/sys/arm64/arm64/
H A Dnexus.c191 nexus_add_child(device_t bus, u_int order, const char *name, int unit) argument
201 child = device_add_child_ordered(bus, order, name, unit);
/freebsd-11-stable/sys/dev/gpio/
H A Dofw_gpiobus.c520 ofw_gpiobus_add_child(device_t dev, u_int order, const char *name, int unit) argument
525 child = device_add_child_ordered(dev, order, name, unit);
/freebsd-11-stable/contrib/gcc/config/arm/
H A Darm.c2652 /* Indicate whether or not words of a double are in big-endian order. */
3376 register allocation order means that sometimes r3 might be used
5142 of address here in the order (most pref first):
5785 /* We don't guarantee to preserve the order of these memory refs. */
5852 int order[4];
5876 looking for the case where the order is ok anyway. */
5899 order[0] = 0;
5910 if (unsorted_regs[i] < unsorted_regs[order[0]])
5911 order[0] = i;
5930 order[
5841 int order[4]; local
6068 int order[4]; local
[all...]
/freebsd-11-stable/sys/kern/
H A Dsubr_witness.c84 * will not result in a lock order reversal.
164 #define WITNESS_UNRELATED 0x00 /* No lock order relation. */
173 #define WITNESS_REVERSAL 0x10 /* A lock order reversal has been
177 #define WITNESS_LOCK_ORDER_KNOWN 0x80 /* This lock order is known. */
255 * Key type for the lock order data hash table.
269 * The witness lock order data hash table. Keys are witness index tuples
270 * (struct witness_lock_order_key), elements are lock order data objects
372 * If set to 0, lock order checking is disabled. If set to -1,
374 * lock order checking for all locks. At runtime, lock order checkin
753 struct witness_order_list_entry *order; local
[all...]
/freebsd-11-stable/contrib/sendmail/contrib/
H A Dbuildvirtuser61 In order to function properly, sendmail must be configured to use these
/freebsd-11-stable/crypto/heimdal/lib/gssapi/krb5/
H A Dexport_sec_context.c212 kret = _gssapi_msg_order_export(sp, ctx->order);
/freebsd-11-stable/sys/mips/sibyte/
H A Dsb_machdep.c87 #error KDB must be enabled in order for DDB to work!
/freebsd-11-stable/tools/tools/makeroot/
H A Dmakeroot.sh37 usage: makeroot.sh [-B byte-order] [-d] [-e <extras manifest>] [-f <filelist>]
203 # /etc/rcorder.start allows the startup order to be stable even if
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DConfig.h181 // Used for /order.
182 llvm::StringMap<int> order; member in struct:lld::coff::Configuration
/freebsd-11-stable/usr.bin/svn/lib/libapr/
H A Dapr.h404 #error Unknown byte order.
/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Decp_nistz256.c634 if (!BN_nnmod(mod, scalar[i], &group->order, ctx)) {
779 BIGNUM *order; local
819 order = BN_CTX_get(ctx);
821 if (order == NULL)
824 if (!EC_GROUP_get_order(group, order, ctx))
827 if (BN_is_zero(order)) {
1251 if (!BN_nnmod(tmp_scalar, scalar, &group->order, ctx)) {
/freebsd-11-stable/contrib/gcc/
H A Dsched-rgn.c121 /* Topological order of blocks in the region (if b2 is reachable from
124 order name (in the region) is referred to by bb. */
254 bb. In order to compute this efficiently, the 'potential-split edges'
487 in topological order.
1037 int *order, i, rescan = 0, idx = *idxp, iter = 0, max_iter, *max_hdr;
1044 order = xmalloc (last_basic_block * sizeof (*order));
1045 post_order_compute (order, false);
1049 int bbn = order[i];
1060 /* The idea is to topologically walk through CFG in top-down order
1036 int *order, i, rescan = 0, idx = *idxp, iter = 0, max_iter, *max_hdr; local
[all...]

Completed in 445 milliseconds

1234567891011>>