Home
last modified time | relevance | path

Searched refs:number (Results 126 – 150 of 768) sorted by relevance

12345678910>>...31

/illumos-gate/usr/src/cmd/more/
H A Dmore.help14 = Display current line number
23 :f Display current file name and line number
/illumos-gate/usr/src/cmd/lp/filter/
H A Dslow.filter46 # error channel under another number, so we can use it when it
56 # errmsg severity message-number problem help
58 # where severity is "ERROR" or "WARNING", message-number is
/illumos-gate/usr/src/boot/forth/
H A Dbrand.4th34 \ This function draws any number of company brands at (loader_brand_x,
45 ?number 1 = if brandX ! then
48 ?number 1 = if brandY ! then
H A Dbeastie.4th38 \ This function draws any number of beastie logos at (loader_logo_x,
49 ?number 1 = if logoX ! then
52 ?number 1 = if logoY ! then
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dbtree2.test68 # "N" is the number of elements in the foreground and background tables
69 # combined. The entry keyed by "L" is the number of digits in the keys
79 # begin with an L-digit number but are followed by additional characters.
82 # number and data which is the length of the key in the foreground and
88 # long data table is an L-digit number. (The extension on long keys
89 # is omitted.) The data is the number of charaters in the data of the
111 # Given a base key number and a length, construct the full text of the key
190 # the invariants. The number of changes is $n*N where N is the parameter
H A Dversion.test37 # Make sure the version number is set correctly
48 # Increase the file_format number by one. Verify that the
60 # Decrease the file_format number by one. Verify that the
74 # Set the file_format number to 2. This should cause the automatic
H A Dmemleak.test30 # LeakList will hold a list of the number of unfreed mallocs after
31 # each round of the test. This number should be constant. If it
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dmach_interrupt.S52 ! or an interrupt number.
66 bl,a,pt %xcc, 0f ! an interrupt number found
151 ! We have an interrupt number.
244 ! Otherwise, %g1 will be used as the interrupt number
/illumos-gate/usr/src/cmd/tip/aculib/
H A Dv3451.c32 int slow = number(value(BAUDRATE)) < 1200; in v3451_dialer()
144 timeout = number(value(DIALTIMEOUT)); in expect()
H A Dbiz31.c68 number(value(DIALTIMEOUT))); in biz_dialer()
159 (void) alarm(number(value(DIALTIMEOUT))); in detect()
H A Dventel.c79 number(value(DIALTIMEOUT))); in ven_dialer()
149 (void) alarm(number(value(DIALTIMEOUT))); in gobble()
/illumos-gate/usr/src/lib/libdhcputil/
H A DREADME.inittab91 a preceding `U' or `S' indicates whether the number is unsigned
92 or signed, and the trailing number indicates the number of bits
93 in the number.
97 granularity describes the number of bytes in the number. Note
102 option. 0 indicates an infinite number.
115 infinite number of pairs of IP addresses. Lastly, the consumers of
196 number of items in the array is returned in the `n_entries' parameter.
/illumos-gate/usr/src/cmd/ast/
H A DREADME.ast3 supporting libraries and and a small number of system commands, see
13 alongside a small number of other generated files.
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvcc.c359 vport->number); in i_vcc_wait_port_status()
365 vport->number); in i_vcc_wait_port_status()
389 vport->number); in i_vcc_wait_port_status()
435 "failed\n", vport->number); in i_vcc_ldc_init()
444 vport->number, vport->ldc_id); in i_vcc_ldc_init()
454 vport->number); in i_vcc_ldc_init()
638 vport->number, event); in vcc_ldc_cb()
754 vport->number = portno; in i_vcc_add_port()
1362 cons.cons_no = vport->number; in i_vcc_cons_tbl()
1486 cons.cons_no = vport->number; in i_vcc_cons_info()
[all …]
/illumos-gate/usr/src/cmd/sasinfo/
H A DprintAttrs.c132 getIndentSpaces(int number) in getIndentSpaces() argument
138 if (number > MAXINDENT) in getIndentSpaces()
139 number = MAXINDENT; in getIndentSpaces()
141 for (i = 0; i < number; i++) { in getIndentSpaces()
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A DREADME32 o Default control pipe (endpoint number 0):
84 o Normal control pipe (endpoint number > 0):
130 2. Bulk pipe state transitions (endpoint number > 1, both IN and OUT):-
170 3. Interrupt pipe state transitions (endpoint number > 1, both IN and OUT) :-
247 4. Isochronous pipe state transitions (endpoint number > 1, both IN and OUT):-
/illumos-gate/usr/src/cmd/ipf/examples/
H A Dfirewall37 have a proper name, a number can be used. The translation of "ext-service"
38 as a name to a number is controlled with the /etc/services file.
H A Dpool.conf5 table role = ipf type = tree number = 0
/illumos-gate/usr/src/uts/intel/promif/
H A Dprom_printf.c143 goto number; in _doprint()
167 number: in _doprint()
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Dgeniconvtbl.c396 if (i >= direc_hdr->number) { in _icv_iconv()
548 (map_hdr->result_len * (tbl_hdr->number))); in map_i_f()
561 (map_hdr->result_len * (tbl_hdr->number)) + in map_i_f()
653 p = map + (pair_size * tbl_hdr->number) + in map_l_f()
870 if (((j < 0) || (tbl_hdr->number < j)) && in map_d_e_l()
883 if ((j < 0) || (tbl_hdr->number < j)) { in map_d_e_l()
885 p = (map_ptr + (tbl_hdr->number * in map_d_e_l()
948 for (i = 0; i < cond_hdr->number; i++, cond++) { in eval_cond_tbl()
962 for (j = 0; j < rth->number; in eval_cond_tbl()
1006 j < eth->number; in eval_cond_tbl()
[all …]
/illumos-gate/usr/src/test/util-tests/tests/awk/syn/
H A Daryprm6.ok2 source line number 2
H A Dcallparam.ok2 source line number 5
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Dcompare2.ok1 OK: zero strings compare equal to number zero
/illumos-gate/usr/src/test/libc-tests/tests/err/data/
H A DE.3.9.104 err: E/3/10: Bad file number
H A DW.3.9.104 err: W/3: Bad file number

12345678910>>...31