Home
last modified time | relevance | path

Searched refs:order (Results 1 – 25 of 544) sorted by path

12345678910>>...22

/illumos-gate/usr/src/boot/common/
H A Dhelp.common163 run as part of the boot process, in order to dynamically load modules
322 Displays words in the search order list containing the provided
/illumos-gate/usr/src/boot/common/linenoise/
H A DREADME.markdown14 …t's just much better to hit the up arrow and edit on syntax errors, or in order to try a slightly …
30 The library is currently about 1100 lines of code. In order to use it in your project just look at …
/illumos-gate/usr/src/boot/forth/
H A Dbeadm.4th293 \ need to set arg list into proper order
424 \ Use reverse loop to display descending order
H A Dloader.4th291 \ way to control the processing order here. boot-args will be rebuilt at boot.
293 \ NOTE: The best way to address the order is to *not* set any above options
H A Dmenu.4th842 \ At this point, we should have the following on the stack (in order,
H A Dsupport.4th1763 \ path given. Two directories will be tried in the following order:
1846 \ path given. Two directories will be tried in the following order:
/illumos-gate/usr/src/boot/i386/loader/
H A Dhelp.i38625 to tell the kernel how many IDE disks there are in order to have it
/illumos-gate/usr/src/boot/sys/sys/
H A Dmodule.h139 #define DECLARE_MODULE_WITH_MAXVER(name, data, sub, order, maxver) \ argument
143 SYSINIT(name##module, sub, order, module_register_init, &data); \
146 #define DECLARE_MODULE(name, data, sub, order) \ argument
147 DECLARE_MODULE_WITH_MAXVER(name, data, sub, order, MODULE_KERNEL_MAXVER)
156 #define DECLARE_MODULE_TIED(name, data, sub, order) \ argument
157 DECLARE_MODULE_WITH_MAXVER(name, data, sub, order, __FreeBSD_version)
/illumos-gate/usr/src/cmd/Adm/
H A Dttysrch29 # devices. These directories will be searched in the order
/illumos-gate/usr/src/cmd/acct/
H A Dacctcon.c498 print_node(const void *node, VISIT order, int level) in print_node() argument
500 if (order == postorder || order == leaf) { in print_node()
H A Dacctprc.c154 void print_node(const void *node, VISIT order, int level) { in print_node() argument
156 if (order == postorder || order == leaf) { in print_node()
H A Dacctprc2.c129 void print_node(const void *node, VISIT order, int level) { in print_node() argument
130 if (order == postorder || order == leaf) { in print_node()
/illumos-gate/usr/src/cmd/ast/
H A DREADME.ast11 GNU autoconf). In order to support cross compilation and ensure reproducible
/illumos-gate/usr/src/cmd/audio/include/
H A DFir.h53 int order; // filter order, # taps = order + 1
/illumos-gate/usr/src/cmd/audio/utilities/
H A DFir.cc91 if (size >= order) in updateState()
92 memcpy(state, data + size - order, order * sizeof (double)); in updateState()
94 int old = order - size; in updateState()
115 for (int i = 0; i < order; i++) in resetState()
127 state = new double[order]; in Fir()
129 coef = new double[order + 1]; in Fir()
143 return (order); in getOrder()
149 return (order + 1); in getNumCoefs()
176 int init_size = (size <= order)? size : order; in filter_noadjust()
177 int init_order = order; in filter_noadjust()
[all …]
H A DResample.cc60 int order, // LP FIR filter order in sinc_coef() argument
67 int half = order >> 1; in sinc_coef()
81 for (; i <= order; i++) // symmetric FIR in sinc_coef()
82 coef[i] = coef[order - i]; in sinc_coef()
98 int order, // filter order in poly_conv() argument
107 double *coef_end = coef + order; in poly_conv()
154 coef = new double[order + 1]; in ResampleFilter()
158 num_state = (order + up - 1) / up; in ResampleFilter()
163 num_state = order; in ResampleFilter()
195 int init_size = (size <= order)? size : order; in decimate_noadjust()
[all …]
/illumos-gate/usr/src/cmd/beadm/
H A Dbeadm.c1144 if (order != BE_SORT_UNSPECIFIED) { in be_do_list()
1152 order = BE_SORT_DATE; in be_do_list()
1154 order = BE_SORT_DATE_REV; in be_do_list()
1159 order = BE_SORT_NAME; in be_do_list()
1161 order = BE_SORT_NAME_REV; in be_do_list()
1166 order = BE_SORT_SPACE; in be_do_list()
1168 order = BE_SORT_SPACE_REV; in be_do_list()
1221 if (order == BE_SORT_UNSPECIFIED) in be_do_list()
1222 order = BE_SORT_DATE; in be_do_list()
1224 if (order != BE_SORT_DATE) { in be_do_list()
[all …]
/illumos-gate/usr/src/cmd/bnu/
H A DLimits34 # The fields are order insensitive, case sensitive, and the first
H A DREADME77 does the search for work and calls remotes in random order,
H A DSysfiles45 # in the order that they appear in the file list.
/illumos-gate/usr/src/cmd/cmd-inet/etc/secret/
H A Dtcpkeys.sample6 # the svc:/network/tcpkey:default service enabled in order for the keys to be
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A DREADME128 event queue, processing each event in order. Events that require
359 In order to move through the various states, a generic
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A DREADME299 unimportant details away from the rest of the agent code. In order to
315 stop_init_reboot() in order to implement the CNF_MAX_RD constraint.
H A DREADME.v680 In order to discuss the design changes for DHCPv6, it's necessary
541 use the global sockets for all but DLPI. However, in order to
549 standards-compliant -lxnet in order to use ancillary data.
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A DTHIRDPARTYLICENSE293 conditions are imposed on you (whether by court order, agreement or

12345678910>>...22