Searched refs:order (Results 176 - 200 of 260) sorted by relevance

1234567891011

/freebsd-10.1-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dinflate.c516 PULLBYTE() directly in order to pull just enough bytes to decode the next
543 during that inflate() call in order to return the proper return code.
581 static const unsigned short order[19] = /* permutation of code lengths */ local
877 state->lens[order[state->have++]] = (unsigned short)BITS(3);
881 state->lens[order[state->have++]] = 0;
1258 found in order so far, in 0..3. On return *have is updated to the new
/freebsd-10.1-release/sys/ofed/include/linux/mlx4/
H A Ddevice.h533 int order; member in struct:mlx4_mtt
560 int order; member in struct:mlx4_db
985 int mlx4_db_alloc(struct mlx4_dev *dev, struct mlx4_db *db, int order);
/freebsd-10.1-release/crypto/openssl/crypto/ec/
H A Decp_smpl.c290 BIGNUM *a, *b, *order, *tmp_1, *tmp_2; local
307 order = BN_CTX_get(ctx);
308 if (order == NULL)
H A Dec_lcl.h212 BIGNUM order, cofactor; member in struct:ec_group_st
/freebsd-10.1-release/contrib/wpa/src/utils/
H A Dcommon.h218 #error Could not determine CPU byte order
/freebsd-10.1-release/sys/dev/firewire/
H A Dfwohci_pci.c491 fwohci_pci_add_child(device_t dev, u_int order, const char *name, int unit) argument
/freebsd-10.1-release/sys/dev/hpt27xx/
H A Dldm.h159 int dmapool_make_order(PVBUS vbus, struct dmapool_order *order);
/freebsd-10.1-release/sys/dev/hptnr/
H A Dldm.h158 int dmapool_make_order(PVBUS vbus, struct dmapool_order *order);
/freebsd-10.1-release/sys/dev/hptrr/
H A Dldm.h158 int dmapool_make_order(PVBUS vbus, struct dmapool_order *order);
/freebsd-10.1-release/sys/kern/
H A Dkern_linker.c197 * their subsystem (primary key) and order (secondary key).
199 * Since some things care about execution order, this is the operation
206 (*sipp)->order <= (*xipp)->order))
247 * by their subsystem (primary key) and order (secondary key).
249 * Since some things care about execution order, this is the operation
256 (*sipp)->order >= (*xipp)->order))
1516 * the modules inside and add it to the end of the link order
1564 * We made it. Finish off the linking in the order w
[all...]
/freebsd-10.1-release/sys/vm/
H A Dvm_page.h103 * page belongs to must be held in order to operate on the field.
153 uint8_t order; /* index of the buddy queue */ member in struct:vm_page
550 * destinations. In order that we can easily use a 32-bit operation, we
/freebsd-10.1-release/contrib/bmake/mk/
H A Ddpadd.mk153 # eliminate any duplicates - but don't mess with the order
/freebsd-10.1-release/contrib/ipfilter/
H A DHISTORY87 3535361 to interfaces printed out of order
168 3480536 _fini order leads to panic
391 convert ip_len back to network byte order, not plen, for solaris as ip_len
657 fix NAT rules to be in the correct order again.
845 fix byte order for ICMP packets generated on Solaris
1616 Byte order patches for ipmon from Tony Becker (tony@mcrsys.com)
/freebsd-10.1-release/crypto/heimdal/lib/gssapi/krb5/
H A Dinit_sec_context.c132 ctx->order = NULL;
296 &ctx->order,
H A Dcfx.c800 ret = _gssapi_msg_order_check(ctx->order, seq_number_lo);
1442 ret = _gssapi_msg_order_check(ctx->order, seq_number_lo);
1716 ret = _gssapi_msg_order_check(ctx->order, seq_number_lo);
H A Daccept_sec_context.c249 &ctx->order,
/freebsd-10.1-release/crypto/openssh/contrib/suse/
H A Dopenssh.spec98 key..." if we need to actually do this, in order to eliminate a confusing
/freebsd-10.1-release/sys/dev/mpt/
H A Dmpt.h59 * Support from Chris Ellsworth in order to make SAS adapters work
210 #define DECLARE_MPT_PERSONALITY(name, order) \
214 DECLARE_MODULE(name, name##_mod, SI_SUB_DRIVERS, order); \
826 * Must be less than 16384 in order for target mode to work
/freebsd-10.1-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_cc.c74 * in order for each clause as part of a loop that executes over the clauses.
1468 uint64_t oarg, order, v; local
1549 for (i = 0, order = 1; i < args[2].value; i++) {
1550 if (order * args[0].value > order) {
1551 order *= args[0].value;
2089 * compilation order.
2328 * dt_lib_path. Once sorted, compile each one in topological order to cache its
2405 * list is specified in the precedence order the user requested. Process
/freebsd-10.1-release/crypto/openssl/crypto/bn/asm/
H A Dppc64-mont.pl1006 Lsub: ld $t0,8($tp) ; load tp[j..j+3] in 64-bit word order
1008 lwz $t4,4($np) ; load np[j..j+3] in 32-bit word order
1015 stw $t0,4($ap) ; save tp[j..j+3] in 32-bit word order
/freebsd-10.1-release/sys/contrib/octeon-sdk/
H A Dcvmx-nand.c235 const int order = 16; // Order of the CRC-16 local
238 unsigned long crcmask = ((((unsigned long)1<<(order-1))-1)<<1)|1;
239 unsigned long crchighbit = (unsigned long)1<<(order-1);
/freebsd-10.1-release/contrib/texinfo/makeinfo/
H A Dfiles.c725 /* In order to make warnings and errors
754 if (node->order > temp->node_order)
/freebsd-10.1-release/crypto/openssl/crypto/
H A Dsparccpuid.S247 ! is slow (documented to be 6 cycles on T2) and the core is in-order
/freebsd-10.1-release/sys/contrib/dev/acpica/common/
H A Ddmextern.c1123 loaded into a global namespace for the disassembler to use in order to
/freebsd-10.1-release/contrib/ntp/include/
H A Dntp_request.h334 * without saying that everything returned is in network byte order.
406 u_char order[NTP_SHIFT]; /* order of peers from last filter */ member in struct:info_peer
450 u_char candidate; /* select order */

Completed in 203 milliseconds

1234567891011