Searched refs:order (Results 126 - 150 of 260) sorted by relevance

1234567891011

/freebsd-10.1-release/share/mk/
H A Dbsd.obj.mk56 # The following directories are tried in order for ${.OBJDIR}:
/freebsd-10.1-release/sys/boot/common/
H A Dhelp.common116 run as part of the boot process, in order to dynamically load modules
/freebsd-10.1-release/sys/dev/gpio/
H A Dgpiobus.c287 gpiobus_add_child(device_t dev, u_int order, const char *name, int unit) argument
292 child = device_add_child_ordered(dev, order, name, unit);
/freebsd-10.1-release/sys/dev/ofw/
H A Dofwbus.c266 ofwbus_add_child(device_t dev, u_int order, const char *name, int unit) argument
271 cdev = device_add_child_ordered(dev, order, name, unit);
/freebsd-10.1-release/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-10.1-release/sys/mips/adm5120/
H A Dobio.c483 obio_add_child(device_t bus, u_int order, const char *name, int unit) argument
495 child = device_add_child_ordered(bus, order, name, unit);
/freebsd-10.1-release/sys/mips/alchemy/
H A Dobio.c475 obio_add_child(device_t bus, u_int order, const char *name, int unit) argument
487 child = device_add_child_ordered(bus, order, name, unit);
/freebsd-10.1-release/sys/mips/atheros/
H A Dapb.c444 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-10.1-release/sys/mips/idt/
H A Dobio.c425 obio_add_child(device_t bus, u_int order, const char *name, int unit) argument
437 child = device_add_child_ordered(bus, order, name, unit);
/freebsd-10.1-release/sys/pc98/pc98/
H A Dcanbus.c238 canbus_add_child(device_t bus, u_int order, const char *name, int unit) argument
243 child = device_add_child_ordered(bus, order, name, unit);
/freebsd-10.1-release/usr.sbin/pstat/
H A Dpstat.c84 int order; member in struct:__anon12109
184 nl[namelist[i].order].n_name = strdup(namelist[i].name);
/freebsd-10.1-release/contrib/gcc/config/arm/
H A Darm.c2650 /* Indicate whether or not words of a double are in big-endian order. */
3374 register allocation order means that sometimes r3 might be used
5140 of address here in the order (most pref first):
5783 /* We don't guarantee to preserve the order of these memory refs. */
5850 int order[4];
5874 looking for the case where the order is ok anyway. */
5897 order[0] = 0;
5908 if (unsorted_regs[i] < unsorted_regs[order[0]])
5909 order[0] = i;
5928 order[
5839 int order[4]; local
6066 int order[4]; local
[all...]
/freebsd-10.1-release/sys/kern/
H A Dsubr_witness.c84 * will not result in a lock order reversal.
163 #define WITNESS_UNRELATED 0x00 /* No lock order relation. */
172 #define WITNESS_REVERSAL 0x10 /* A lock order reversal has been
176 #define WITNESS_LOCK_ORDER_KNOWN 0x80 /* This lock order is known. */
254 * Key type for the lock order data hash table.
268 * The witness lock order data hash table. Keys are witness index tuples
269 * (struct witness_lock_order_key), elements are lock order data objects
376 * If set to 0, lock order checking is disabled. If set to -1,
378 * lock order checking for all locks. At runtime, lock order checkin
737 struct witness_order_list_entry *order; local
[all...]
/freebsd-10.1-release/contrib/sendmail/contrib/
H A Dbuildvirtuser61 In order to function properly, sendmail must be configured to use these
/freebsd-10.1-release/crypto/heimdal/lib/gssapi/krb5/
H A Dexport_sec_context.c212 kret = _gssapi_msg_order_export(sp, ctx->order);
/freebsd-10.1-release/sys/mips/sibyte/
H A Dsb_machdep.c87 #error KDB must be enabled in order for DDB to work!
/freebsd-10.1-release/tools/tools/makeroot/
H A Dmakeroot.sh37 usage: makeroot.sh [-B byte-order] [-d] [-e <extras manifest>] [-f <filelist>]
200 # /etc/rcorder.start allows the startup order to be stable even if
/freebsd-10.1-release/usr.bin/make/
H A Dtarg.c140 gn->order = 0;
220 * the nodes are added to the list in the order in which
/freebsd-10.1-release/usr.bin/svn/lib/libapr/
H A Dapr.h381 #error Unknown byte order.
/freebsd-10.1-release/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...]
/freebsd-10.1-release/sys/dev/isp/
H A DDriverManual.txt112 In order to make the design of this driver more intelligible, some
113 description of the Qlogic hardware architecture is in order. This will
183 order to manage Fabric Connections, the HBA driver has to do explicit
288 In order to clear up what is undoubtedly a seeming confusion of
362 In order to keep track of commands that are in progress, the soft state
500 In order to manage this state an eight level staging of current "Loop"
502 in the following ascending order:
574 them and see them in this order:
/freebsd-10.1-release/sys/dev/acpica/
H A Dacpi.c109 static device_t acpi_add_child(device_t bus, u_int order, const char *name,
146 static void acpi_probe_order(ACPI_HANDLE handle, int *order);
768 acpi_add_child(device_t bus, u_int order, const char *name, int unit) argument
778 child = device_add_child_ordered(bus, order, name, unit);
1840 * Determine the probe order for a given device.
1843 acpi_probe_order(ACPI_HANDLE handle, int *order) argument
1856 *order = 0;
1859 *order = 1;
1863 *order = 2;
1865 *order
1882 int order; local
[all...]
/freebsd-10.1-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_aggregate.c232 int bin = 0, order; local
239 for (order = 0; order < low; order++)
247 while (order <= high) {
256 order++;
1039 * last entry -- that's the representative key. (The order of
/freebsd-10.1-release/lib/libkse/test/
H A Dmutex_d.exp225 Testing queueing order
227 Queueing order on a mutex - PASS
228 Queueing order on a condition variable - PASS
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDeclCXX.cpp285 unsigned int order = D->getAttr<InitPriorityAttr>()->getPriority(); local
286 OrderGlobalInits Key(order, PrioritizedCXXGlobalInits.size());
355 // second - by lex order, so we emit ctor functions in proper order.
485 // Emit the dtors, in reverse order from construction.

Completed in 364 milliseconds

1234567891011