Searched refs:order (Results 101 - 125 of 343) sorted by relevance

1234567891011>>

/freebsd-current/crypto/heimdal/lib/gssapi/krb5/
H A Dimport_sec_context.c199 ret = _gssapi_msg_order_import(minor_status, sp, &ctx->order);
222 if(ctx->order)
223 _gssapi_msg_order_destroy(&ctx->order);
/freebsd-current/sys/dev/axgbe/
H A Dxgbe_osdep.h245 int order; local
247 order = fls(count);
248 return (order); /* We could be slightly more clever with -1 here... */
/freebsd-current/sys/dev/iicbus/
H A Dofw_iicbus.c47 static device_t ofw_iicbus_add_child(device_t dev, u_int order,
201 ofw_iicbus_add_child(device_t dev, u_int order, const char *name, int unit) argument
206 child = device_add_child_ordered(dev, order, name, unit);
/freebsd-current/sys/dev/mlx4/mlx4_core/
H A Dmlx4_alloc.c487 * allocated from. This is done in order to handle
701 struct mlx4_db *db, int order)
706 for (o = order; o <= 1; ++o) {
719 if (o > order)
720 set_bit(i ^ 1, pgdir->bits[order]);
726 db->order = order;
731 int mlx4_db_alloc(struct mlx4_dev *dev, struct mlx4_db *db, int order, gfp_t gfp) argument
740 if (!mlx4_alloc_db_from_pgdir(pgdir, db, order))
752 WARN_ON(mlx4_alloc_db_from_pgdir(pgdir, db, order));
700 mlx4_alloc_db_from_pgdir(struct mlx4_db_pgdir *pgdir, struct mlx4_db *db, int order) argument
[all...]
/freebsd-current/usr.sbin/efibootmgr/
H A Defibootmgr.c76 char *order; member in struct:_bmgr_opts
105 {"bootorder", required_argument, NULL, 'o'}, /* set order */
280 free(opts.order);
281 opts.order = strdup(optarg);
308 if (opts.order != NULL && *opts.order == '\0')
360 set_boot_order(char *order) argument
368 cp = order;
378 cp = strdup(order);
389 err(1, "Unabke to set BootOrder to %s", order);
[all...]
/freebsd-current/sys/dev/hptrr/
H A Dhptrr_osm_bsd.c140 static __inline void *__get_free_pages(int order) argument
143 return contigmalloc(PAGE_SIZE<<order,
147 static __inline void free_pages(void *p, int order) argument
149 contigfree(p, PAGE_SIZE<<order, M_DEVBUF);
176 int order, size, j; local
180 for (order=0, size=PAGE_SIZE; size<f->size; order++, size<<=1)
183 KdPrint(("%s: %d*%d=%d bytes, order %d",
184 f->tag, f->count, f->size, f->count*f->size, order));
188 p = (void **)__get_free_pages(order);
235 int order, size; local
[all...]
/freebsd-current/sys/dev/hpt27xx/
H A Dhpt27xx_osm_bsd.c142 static __inline void *__get_free_pages(int order) argument
145 return contigmalloc(PAGE_SIZE<<order,
149 static __inline void free_pages(void *p, int order) argument
151 contigfree(p, PAGE_SIZE<<order, M_DEVBUF);
178 int order, size, j; local
182 for (order=0, size=PAGE_SIZE; size<f->size; order++, size<<=1)
185 KdPrint(("%s: %d*%d=%d bytes, order %d",
186 f->tag, f->count, f->size, f->count*f->size, order));
190 p = (void **)__get_free_pages(order);
237 int order, size; local
[all...]
/freebsd-current/crypto/openssl/crypto/ec/
H A Dec_mult.c130 * This function expects `group->order` and `group->cardinality` to be well
161 if (BN_is_zero(group->order)) {
202 if (!BN_mul(cardinality, group->order, group->cofactor, ctx)) {
438 if (!BN_is_zero(group->order) && !BN_is_zero(group->cofactor)) {
444 if ((scalar != group->order) && (scalar != NULL) && (num == 0)) {
455 if ((scalar == NULL) && (num == 1) && (scalars[0] != group->order)) {
834 const BIGNUM *order; local
865 order = EC_GROUP_get0_order(group);
866 if (order == NULL)
868 if (BN_is_zero(order)) {
[all...]
/freebsd-current/lib/libc/db/test/
H A Drun.test255 # Do reverse order recno entries.
258 echo "Test 5: recno: reverse order entries"
291 # Do alternating order recno entries.
294 echo "Test 6: recno: alternating order entries"
492 # Test insert in reverse order.
495 echo "Test 11: recno: reverse order insert"
558 for order in 1234 4321; do
568 $PROG -ilorder=$order -f byte.file -o $TMP3 $type $TMP2
571 echo "test13: $type/$order put failed"
579 -ilorder=$order
[all...]
/freebsd-current/contrib/byacc/
H A Doutput.c25 static Value_t *order; variable
743 order = NEW2(nvectors, Value_t);
754 while (j >= 0 && (width[order[j]] < w))
757 while (j >= 0 && (width[order[j]] == w) && (tally[order[j]] < t))
761 order[k + 1] = order[k];
763 order[j + 1] = i;
783 /* order. */
799 i = order[vecto
[all...]
/freebsd-current/sys/dev/fdt/
H A Dsimple_mfd.c47 device_t simple_mfd_add_device(device_t dev, phandle_t node, u_int order,
277 simple_mfd_add_device(device_t dev, phandle_t node, u_int order, argument
285 cdev = device_add_child_ordered(dev, order, name, unit);
/freebsd-current/contrib/llvm-project/lld/ELF/
H A DOutputSections.h115 void sort(llvm::function_ref<int(InputSectionBase *s)> order);
/freebsd-current/contrib/bmake/unit-tests/
H A Dvarmod-order.mk1 # $NetBSD: varmod-order.mk,v 1.11 2023/06/01 20:56:35 rillig Exp $
7 NUMBERS= 8 5 4 9 1 7 6 10 3 2 # in English alphabetical order
H A Dvarname-makefile.mk48 # read in order.
H A Dvarmod-order-shuffle.mk1 # $NetBSD: varmod-order-shuffle.mk,v 1.8 2023/02/26 06:08:06 rillig Exp $
H A Dcond-late.mk23 # If the order of evaluation were to change to first parse the condition
/freebsd-current/bin/sh/
H A Darith_yylex.c50 #error Arithmetic tokens are out of order.
/freebsd-current/stand/lua/
H A Dhook.lua59 -- type in the order that they were registered in. This ordering should likely
67 -- up the order in which we've loaded modules and we need to
/freebsd-current/lib/libc/amd64/string/
H A Dstrrchr.S68 bswap %rcx # in reverse order, to find last match
98 bswap %rcx # in reverse order, to find last match
131 bswap %rdx # in reverse order
135 bswap %r11 # unreverse byte order
/freebsd-current/contrib/wpa/src/common/
H A Dsae.c51 tmp->order = crypto_ec_get_order(tmp->ec);
76 tmp->order_buf = crypto_bignum_init_set(tmp->dh->order,
82 tmp->order = tmp->order_buf;
250 crypto_bignum_div(b, sae->tmp->order, b) < 0)
969 struct crypto_bignum *prime, *order; local
976 order = crypto_bignum_init_set(dh->order, dh->order_len);
977 if (!prime || !order)
1019 crypto_bignum_div(tmp, order, tmp) < 0 ||
1035 crypto_bignum_deinit(order,
1146 const struct crypto_bignum *order; local
1211 struct crypto_bignum *pwe = NULL, *order = NULL, *prime = NULL; local
[all...]
/freebsd-current/sys/dev/bhnd/cores/pcie2/
H A Dbhnd_pcie2.c151 bhnd_pcie2_add_child(device_t dev, u_int order, const char *name, int unit) argument
156 child = device_add_child_ordered(dev, order, name, unit);
/freebsd-current/sys/dev/pwm/
H A Dpwmbus.c50 pwmbus_add_child(device_t dev, u_int order, const char *name, int unit) argument
55 child = device_add_child_ordered(dev, order, name, unit);
/freebsd-current/lib/libc/net/
H A Dname6.c592 char order[MAXADDRS]; local
616 order[i] = j;
622 if (order[i] > order[j]) {
626 t = order[i];
627 order[i] = order[j];
628 order[j] = t;
1048 /* Rule 10: Otherwise, leave the order unchanged. */
1052 * expect the order t
[all...]
/freebsd-current/sys/dev/hptnr/
H A Dhptnr_osm_bsd.c139 static __inline void *__get_free_pages(int order) argument
142 return contigmalloc(PAGE_SIZE<<order,
146 static __inline void free_pages(void *p, int order) argument
148 contigfree(p, PAGE_SIZE<<order, M_DEVBUF);
175 int order, size, j; local
179 for (order=0, size=PAGE_SIZE; size<f->size; order++, size<<=1)
182 KdPrint(("%s: %d*%d=%d bytes, order %d",
183 f->tag, f->count, f->size, f->count*f->size, order));
187 p = (void **)__get_free_pages(order);
234 int order, size; local
[all...]
/freebsd-current/sys/net/
H A Dvnet.c151 * initialized, in order to propagate the new static initializations to all
527 if (vs2->subsystem == vs->subsystem && vs2->order > vs->order)
574 if (vs2->subsystem == vs->subsystem && vs2->order > vs->order)
807 xprint(" %#08x %#08x\n", vs->subsystem, vs->order);

Completed in 170 milliseconds

1234567891011>>