Home
last modified time | relevance | path

Searched refs:an (Results 1 – 25 of 578) sorted by relevance

12345678910>>...24

/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_rate.c101 an->an_tx_rate0sp = an->an_tx_rate0 | in ath_rate_update()
116 an->an_tx_rate1sp = an->an_tx_rate1 | in ath_rate_update()
119 an->an_tx_rate1 = an->an_tx_rate1sp = 0; in ath_rate_update()
125 an->an_tx_rate2sp = an->an_tx_rate2 | in ath_rate_update()
139 an->an_tx_rate1 = an->an_tx_rate1sp = 0; in ath_rate_update()
140 an->an_tx_rate2 = an->an_tx_rate2sp = 0; in ath_rate_update()
141 an->an_tx_rate3 = an->an_tx_rate3sp = 0; in ath_rate_update()
144 an->an_tx_ok = an->an_tx_err = an->an_tx_retr = an->an_tx_upper = 0; in ath_rate_update()
255 if (enough && an->an_tx_err == 0 && an->an_tx_ok > an->an_tx_retr * 10) in ath_rate_ctl()
287 an->an_tx_ok, an->an_tx_err, an->an_tx_retr)); in ath_rate_ctl()
[all …]
H A Dath_main.c683 struct ath_node *an; in ath_tx_start() local
764 an = ATH_NODE(in); in ath_tx_start()
804 rix = an->an_tx_rix0; in ath_tx_start()
904 an->an_tx_rate2sp, an->an_tx_rate3sp, in ath_tx_start()
1106 struct ath_node *an; in ath_tx_processq() local
1130 an = ATH_NODE(in); in ath_tx_processq()
1133 an->an_tx_ok++; in ath_tx_processq()
1141 an->an_tx_err++; in ath_tx_processq()
1165 an->an_tx_ok++; in ath_tx_processq()
1167 an->an_tx_err++; in ath_tx_processq()
[all …]
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Drebt8b1.awk76 t = s; gsub(/[an]*n/, "AN", t); printf "%-8s %s\n", "[an]*n", t;
77 t = s; gsub(/[an�]*n/, "AN", t); printf "%-8s %s\n", "[an�]*n", t;
81 t = s; gsub(/[an]n/, "AN", t); printf "%-8s %s\n", "[an]n", t;
83 t = s; gsub(/[an�]n/, "AN", t); printf "%-8s %s\n", "[an�]n", t;
85 t = s; gsub(/[an]?n/, "AN", t); printf "%-8s %s\n", "[an]?n", t;
87 t = s; gsub(/[an�]?n/, "AN", t); printf "%-8s %s\n", "[an�]?n", t;
89 t = s; gsub(/[an]+n/, "AN", t); printf "%-8s %s\n", "[an]+n", t;
91 t = s; gsub(/[an�]+n/, "AN", t); printf "%-8s %s\n", "[an�]+n", t;
H A Drebt8b1.ok1 [an]*n bANas ANd ANases iAN cAN
2 [an�]*n bANas ANd ANases iAN cAN
6 [an]n bANANas ANd ANANases in cANaAN
8 [an�]n bANANas ANd ANANases in cANaAN
10 [an]?n bANANas ANd ANANases iAN cANaAN
12 [an�]?n bANANas ANd ANANases iAN cANaAN
14 [an]+n bANas ANd ANases in cAN
16 [an�]+n bANas ANd ANases in cAN
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_rc.c1828 an->an_tx_rate0sp = an->an_tx_rate0 | in arn_rate_update()
1843 an->an_tx_rate1sp = an->an_tx_rate1 | in arn_rate_update()
1846 an->an_tx_rate1 = an->an_tx_rate1sp = 0; in arn_rate_update()
1852 an->an_tx_rate2sp = an->an_tx_rate2 | in arn_rate_update()
1866 an->an_tx_rate1 = an->an_tx_rate1sp = 0; in arn_rate_update()
1867 an->an_tx_rate2 = an->an_tx_rate2sp = 0; in arn_rate_update()
1868 an->an_tx_rate3 = an->an_tx_rate3sp = 0; in arn_rate_update()
1871 an->an_tx_ok = an->an_tx_err = an->an_tx_retr = an->an_tx_upper = 0; in arn_rate_update()
1991 if (enough && an->an_tx_err == 0 && an->an_tx_ok > an->an_tx_retr * 10) in arn_rate_ctl()
2023 an->an_tx_ok, an->an_tx_err, an->an_tx_retr)); in arn_rate_ctl()
[all …]
H A Darn_xmit.c777 struct ath_node *an; in arn_tx_aggr_start() local
779 an = ATH_NODE(in); in arn_tx_aggr_start()
850 struct ath_node *an; in arn_tx_aggr_resume() local
852 an = ATH_NODE(in); in arn_tx_aggr_resume()
1003 struct ath_node *an; in assign_aggr_tid_seqno() local
1015 an = ATH_NODE(in); in assign_aggr_tid_seqno()
2010 an->an_tx_rate2sp, an->an_tx_rate3sp, in arn_tx_start()
2226 an->an_tx_ok++; in arn_tx_processq()
2232 an->an_tx_err++; in arn_tx_processq()
2346 tid->an = an; in arn_tx_node_init()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/string/
H A Dstruniq.c38 register char** an; in struniq() local
41 ao = an = argv; in struniq()
43 while (++an < ae) in struniq()
45 while (streq(*ao, *an)) in struniq()
46 if (++an >= ae) in struniq()
48 *++ao = *an; in struniq()
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dehdr.msg100 an integer value, or any of the EI_ symbolic constants\n\
105 an integer value, or any symbolic constants defined in\n\
110 an integer value, or any of the ET_ symbolic constants\n\
115 an integer value, or any of the EM_ symbolic constants\n\
120 an integer value, or any of the EV_ symbolic constants\n\
271 Note: The entry point of an object is highly system\n\
331 an ability the existing code cannot support will produce an\n\
454 identify it as an ELF object.\n"
469 fail to identify it as an ELF object.\n"
484 fail to identify it as an ELF object.\n"
[all …]
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dspeedtest.tcl159 runtest {100 SELECTs without an index}
176 runtest {Creating an index}
187 runtest {5000 SELECTs with an index}
200 runtest {1000 UPDATEs without an index}
212 runtest {25000 UPDATEs with an index}
223 runtest {25000 text UPDATEs with an index}
240 runtest {DELETE without an index}
247 runtest {DELETE with an index}
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DRELEASE149 12-04-11 A bug in which read -A for an array whose index is an enumeration
477 11-01-18 A bug with typeset -m of an array into an element of an indexed
568 after an interrupt.
686 10-08-05 A bug in which an assignment from within an arithmetic expression
789 10-05-19 <<< with an empty string no longer gives an error.
813 elements followed by an expansion ${bar.foo[a]} and an assignment
1061 reference to an element of an array.
1271 for an indexed array subscript is not an enumeration type.
1379 as an argument to another function could cause an incorrect binding.
2250 an array was treated as an invariant has been fixed.
[all …]
H A DPROMO.mm10 KSH-93 provides an enhanced programming environment in
78 Arithmetic expressions can be used to as an argument expansion
80 In addition there is an arithmetic for command that works
84 The subscript for an indexed array is an arithmetic expression,
85 whereas, the subscript for an associative array is a string.
89 an existing command or shell script.
127 invoked by name, rather than as an argument to the shell.
131 a file by redirecting to an existing file.
135 be embedded into an application to allow scripting.
137 Documentation for KSH-93 consists of an "Introduction to KSH-93",
H A DTYPES10 bltins/enum.c is an example of a builtin that creates enumeration types.
20 that tilde substitution is performed on arguments after an =, assignments
39 as the discipline functions len and set. The variable x has an initial value
40 of 1 and the variable y has an initial value of 0. The new -h option argument,
80 The Pt_t command is used to create an instance of Pt_t.
82 creates an instance named p1 with the initial value for p1.x set to 1
85 creates an instance with the specified initial values. The len function
97 When trying to expand an element of a type, if the element does not exist,
100 ${ p1.len;} and within an arithmetic expression, p1.len will be expanded
164 Finally, types can be derived from an existing type. If the first
[all …]
H A DRELEASE9331 b. When an executable is found on a given path,
63 e. A bug caused by an EXIT trap inside a function that
67 g. The previous version incorrectly listed -A as an
77 it was terminated with a colon inside an assignment
88 p. Here documents with an empty body now work.
132 l. The value of OPTARG when an option that required
152 reporting an error when failing to open a script
166 word is an identifier has been fixed.
178 specified for an existing variable has been fixed.
271 u. A bug in which an empty here-document would leave
[all …]
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.callg.blurb8 listing, as an aid to locating it (see below).
27 name the name of the function, with an indication of
31 listing, as an aid to locating it.
54 parents the name of this parent, with an indication of the
58 listing, as an aid in locating it.
80 children the name of this child, and an indication of its
84 as an aid to locating it.
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A DIR.rst40 * .type: type of .cond, must be an integral type
47 * .type: type of .cond, must be an integral type
60 * .target: result of the operation (must be an integral type)
117 * .type: type of .target, must be an integral type
133 * .type: type of .target, must be an integral type
228 * .type: type of .target, must be an integral type
234 * .target: result of the operation (must be an integral type)
266 an unsigned integer of the same size.
269 Cast from integer to an integer of a smaller size.
345 The value is given as an expression EXPR_STRING or EXPR_LABEL.
[all …]
/illumos-gate/usr/src/lib/
H A DREADME.mapfiles36 1. Make interface additions to an existing library
39 2. Update an interface in an existing library
40 - remove an existing interface
43 - move an interface from one library to another
50 4. Make an entire library obsolete before end-of-life
96 The structure of mapfile-vers is best explained by an example
235 4.0 Making interface additions to an existing library
245 made to an interface. This could be the case if an API changes so
369 5.0 How to update an interface in an existing library
371 5.1 Removing an existing interface
[all …]
/illumos-gate/
H A DCODE_OF_CONDUCT.md5 In the interest of fostering an open and welcoming environment, we as
58 The Code of Conduct also applies when an individual is representing the project
60 community include using an official project e-mail address, posting via an
61 official social media account, or acting as an appointed representative at an
71 is obligated to maintain confidentiality with regard to the reporter of an
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A DREADME46 This can be resolved using threads or with an event-driven model.
52 programming in an asynchronous event-driven paradigm.
63 define an abstract "object" that is used by other parts of
67 an interface for managing asynchronous transactions within
82 an "object", but rather perform a specific task. Examples
103 libinetutil. The event handler is essentially an object-oriented
124 forth), an object-oriented abstraction to timers called a "timer
164 associated with DUID value rather than with just an interface.
181 must send a REQUEST packet and wait for an ACK or NAK packet in
264 he performs an `ifconfig hme0 dhcp start', but the agent will
[all …]
H A Ddhcpagent.dfl49 # than released. Dropping an address does not notify the DHCP server
87 # Note that by default this is treated as an NVT ASCII string. To
94 # By default, for an IPv4 interface that is not in an IP network
114 # srv.example.com). If the hostname is not an FQDN, then DNS_DOMAINNAME
118 # If this REQUEST_FQDN option is enabled, an FQDN will be sent in messages
130 # By default, the DHCP agent will not attempt to construct an FQDN from a
134 # the DHCP agent to construct if necessary an FQDN.
139 # by the DHCP server or the domain in resolv.conf(5) to construct an FQDN
144 # construct if necessary an FQDN.
150 # enabled, the agent will attempt to use an -h,--reqhost option saved with
[all …]
/illumos-gate/usr/src/lib/libnwam/
H A DREADME44 Each of these configuration components is referred to as an 'entity'.
61 ENM include an FMRI or Start and Stop exec strings, an optional environment
96 interface state or the removal of an interface.
108 Access to entities is attained via an entity-specific handle. These
111 nwam_<entity>_create() will create an in-memory representation of the
129 To summarize, the pattern of interactions with an entity is
140 changes). However, it is possible that a _read() will retrieve an
141 outdated view of an entity, if after the _read() completes, another
290 NCUs are manipulated via an nwam_ncu_handle_t.
333 Locations are manipulated via an nwam_loc_handle_t.
[all …]
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dlastinsert.test19 # Note 4: LIRID is not changed by an insert into a view (since everything
29 # LIRID changed properly after an insert into a table
40 # LIRID unchanged after an update on a table
68 # LIRID changed properly after an insert into table containing an after trigger
106 # LIRID not changed after an update onto a table containing an after trigger
145 # LIRID not changed after an insert into view containing an instead of trigger
223 # LIRID not changed after an update on a view containing an instead of trigger
/illumos-gate/usr/src/common/ficl/softcore/
H A Doo.fr36 \ of objects created by the class. A class is an object.
43 \ Methods expect an object couple ( instance class )
209 \ to the base address of an instance when executed.
241 \ Aggregate an object into the class...
259 \ Aggregate an array of objects into a class
416 \ create an uninitialized array
425 \ create an initialized instance
431 \ create an initialized array of instances
554 \ decompile an instance method
610 \ default INIT method zero fills an instance
[all …]
/illumos-gate/usr/src/test/libc-tests/tests/regex/data/
H A Dbug16127.dat3 # This involved an erroneously implemented optimization which reduces
4 # single-element sets to an exact match with a single codepoint.
6 # characters in an array; the optimization would falsely trigger if either
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dsqlite.h.in56 ** Each open sqlite database is represented by an instance of the
67 ** then the open fails, an error message generated (if errmsg!=0)
103 ** The 4th parameter is an arbitrary pointer that is passed
108 ** is an array of strings holding the values for each column.
113 ** callback is not an error. It just means that no callback
116 ** If an error occurs while parsing or evaluating the SQL (but
117 ** not while executing the callback) then an appropriate error
125 ** some other return code if there is an error. The particular
301 ** As an example, suppose the query result where this table:
368 ** We can use this text in an SQL statement as follows:
[all …]
/illumos-gate/usr/src/cmd/acpi/iasl/
H A Dnew_table.txt41 Add an entry for the new table in the AcpiDmTableData in common/dmtable.c
47 Add an AcpiDmDumpXXXX function to dmtbdump.c -- note, code for another
49 Add an external for this function to acdisasm.h
52 Debug/Test: Either find an existing example of the new ACPI table, or
69 Add an external for this function in dtcompiler.h
77 Create an example of the new ACPI table. This example should create

12345678910>>...24