/illumos-gate/usr/src/lib/libast/common/string/ |
H A D | struniq.c | 38 register char** an; local 41 ao = an = argv; 43 while (++an < ae) 45 while (streq(*ao, *an)) 46 if (++an >= ae) 48 *++ao = *an;
|
/illumos-gate/usr/src/uts/common/io/ath/ |
H A D | ath_rate.c | 75 struct ath_node *an = ATH_NODE(in); local 84 an->an_tx_mgtrate = rt->info[0].rateCode; 85 an->an_tx_mgtratesp = an->an_tx_mgtrate | rt->info[0].shortPreamble; 88 an->an_tx_mgtrate, an->an_tx_mgtratesp)); 98 an->an_tx_rix0 = asc->asc_rixmap[ 100 an->an_tx_rate0 = rt->info[an->an_tx_rix0].rateCode; 101 an 235 struct ath_node *an = ATH_NODE(in); local [all...] |
H A D | ath_main.c | 321 * Allocate an area of memory and a DMA handle for accessing it 683 struct ath_node *an; local 701 * Construct the 802.11 header+trailer for an encrypted 702 * frame. The only reason this can fail is because of an 764 an = ATH_NODE(in); 784 txrate = an->an_tx_mgtratesp; 786 txrate = an->an_tx_mgtrate; 796 txrate = an->an_tx_mgtratesp; 798 txrate = an->an_tx_mgtrate; 804 rix = an 1106 struct ath_node *an; local 1208 struct ath_node *an; local [all...] |
/illumos-gate/usr/src/uts/common/io/arn/ |
H A D | arn_recv.c | 433 struct ath_node *an; local 570 an = ATH_NODE(in); 599 ATH_RSSI_LPF(an->last_rssi, ds->ds_rxstat.rs_rssi); 601 last_rssi = an->last_rssi;
|
H A D | arn_rc.c | 1365 * Treating it as an excessive retry penalizes the rate 1576 struct ath_node *an = ATH_NODE(in); local 1578 (struct ath_rate_priv *)&an->rate_priv; 1592 * If underrun error is seen assume it as an excessive retry only 1621 struct ath_node *an = ATH_NODE(in); local 1623 (struct ath_rate_priv *)&an->rate_priv; 1667 struct ath_node *an; local 1672 an = (struct ath_node *)sta->drv_priv; 1674 if (arn_tx_aggr_check(sc, an, tid)) 1685 struct ath_node *an local 1800 struct ath_node *an = ATH_NODE(in); local 1971 struct ath_node *an = ATH_NODE(in); local [all...] |
H A D | arn_main.c | 283 * Allocate an area of memory and a DMA handle for accessing it 1515 * If joining an adhoc network defer beacon timer 1518 * starting an ibss/bss so there's no need to delay. 1654 struct ath_node *an; local 1659 an = kmem_zalloc(sizeof (struct ath_node), KM_SLEEP); 1663 arn_rate_update(sc, &an->an_node, 0); 1668 arn_tx_node_init(sc, an); 1672 an->last_rssi = ATH_RSSI_DUMMY_MARKER; 1674 return ((an != NULL) ? &an [all...] |
H A D | arn_xmit.c | 131 arn_aggr_query(struct arn_softc *sc, struct ath_node *an, uint8_t tidno) argument 134 tid = ATH_AN_2_TID(an, tidno); 358 struct ath_node *an = NULL; local 369 an = ATH_NODE(in); /* Be sure in != NULL */ 370 tid = ATH_AN_2_TID(an, bf->bf_tidno); 569 maxampdu = tid->an->maxampdu; 610 mpdudensity = tid->an->mpdudensity; 777 struct ath_node *an; local 779 an = ATH_NODE(in); 782 txtid = ATH_AN_2_TID(an, ti 794 struct ath_node *an = ATH_NODE(in); local 850 struct ath_node *an; local 864 arn_tx_aggr_check(struct arn_softc *sc, struct ath_node *an, uint8_t tidno) argument 1003 struct ath_node *an; local 1862 struct ath_node *an; local 2193 struct ath_node *an; local 2338 arn_tx_node_init(struct arn_softc *sc, struct ath_node *an) argument 2396 struct ath_node *an = ATH_NODE(in); local [all...] |
H A D | arn_core.h | 379 /* last buf of this unit (a frame or an aggregate) */ 494 struct ath_node *an; member in struct:ath_atx_tid 554 void arn_tx_node_init(struct arn_softc *sc, struct ath_node *an);
|
/illumos-gate/usr/src/cmd/audio/utilities/ |
H A D | g721.c | 35 * These routines comprise an implementation of the CCITT G.721 ADPCM coding 68 * term averages are computed and then compared to give an indication 110 * returns the integer product of the "floating point" an and srn 116 int an, 122 if (an == 0) { 126 } else if (an > 0) { 127 anexp = _fmultanexp[an] - 12; 128 anmant = ((anexp >= 0) ? an >> anexp : an << -anexp) & 07700; 143 anmag = (-an) 115 _g721_fmult( int an, int srn) argument [all...] |
H A D | g723.c | 34 * These routines comprise an implementation of the CCITT G.723 ADPCM coding 74 * term averages are computed and then compared to give an indication 115 * returns the integer product of the "floating point" an and srn 121 int an, 127 if (an == 0) { 131 } else if (an > 0) { 132 anexp = _fmultanexp[an] - 12; 133 anmant = ((anexp >= 0) ? an >> anexp : an << -anexp) & 07700; 148 anmag = (-an) 120 _g723_fmult( int an, int srn) argument [all...] |
/illumos-gate/usr/src/cmd/spell/ |
H A D | spellprog.c | 58 static int an(char *, char *, char *, int); 120 {"naino", an, 3, "", "+ian"}, 121 {"na", an, 1, "", "+n"}, 170 {"naino", an, 3, "", "+ian"}, 171 {"na", an, 1, "", "+n"}, 242 * in an attempt to defray future maintenance misunderstandings, here is 243 * an attempt to describe the input/output expectations of the spell 458 an(char *ep, char *d, char *a, int lev) function
|
/illumos-gate/usr/src/lib/libresolv2/common/nameser/ |
H A D | ns_name.c | 87 * Convert an encoded domain name to printable ascii as per RFC1035. 189 * Convert a ascii string into an encoded domain name as per RFC1035. 207 * Convert a ascii string into an encoded domain name as per RFC1035. 501 *\li 'dnptrs' is an array of pointers to previous compressed names. 635 *\li 'dnptrs' is an array of pointers to previous compressed names. 715 /* Find the number of octets an nname takes up, including the root label. 766 ns_name_owned(ns_namemap_ct a, int an, ns_namemap_ct b, int bn) { argument 768 if (an < bn) 777 a++, an--; 785 /* Build an arra [all...] |
/illumos-gate/usr/src/cmd/ypcmd/ |
H A D | ypxfr.c | 41 * not hold a removed map open, so serving an obsolete version. 49 * as an internet address, no NIS services need to be locally available. 604 * This sets up a UDP channel to a server which is assumed to speak an input 720 "ypxfr: Masters map %s secure and %s an interdomain map.\n", 740 get_order(an, n, pushstat) 741 char *an; 746 return (get_v2order(an, n, pushstat)); 752 get_v2order(an, n, pushstat) 753 char *an; 776 sprintf(an, " 984 char an[11]; local [all...] |
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | sadb.c | 208 * of the list unless there's an unspecified source address, then 329 * the bucket if they use sadb_unlinkassoc to permanetly remove an SA which 440 * Call me to initialize an acquire fanout 463 * Attempt to initialize an SADB instance. On failure, return ENOMEM; 485 * Call me to initialize an SADB instance; fall back to default size on failure. 513 * Initialize an SADB-pair. 588 * Perform an SADB_DUMP, spewing out every SA in an array of SA fanouts 604 * - Walk each entry, doing an sadb_dump_deliver() on it. 652 * Dump an entir 5500 ipsec_action_t *ap, *an; local [all...] |