Home
last modified time | relevance | path

Searched refs:ao (Results 1 – 19 of 19) sorted by relevance

/titanic_44/usr/src/cmd/mdb/sun4v/modules/errh/
H A Derrh.c130 uintptr_t ao, lower, upper, current; in rqueue() local
144 ao = (uintptr_t)cpu.cpu_m.cpu_rq_lastre; /* beginning and end */ in rqueue()
148 if (ao < lower || upper < ao) { in rqueue()
154 for (current = ao; current >= lower; current -= Q_ENTRY_SIZE) in rqueue()
157 for (current = upper; current > ao; current -= Q_ENTRY_SIZE) in rqueue()
169 uintptr_t lower, ao, upper; in nrqueue() local
184 ao = (uintptr_t)cpu.cpu_m.cpu_nrq_lastnre; /* beginning and end */ in nrqueue()
188 if (ao < lower || upper < ao) { in nrqueue()
194 for (current = ao; current >= lower; current -= Q_ENTRY_SIZE) in nrqueue()
197 for (current = upper; current > ao; current -= Q_ENTRY_SIZE) in nrqueue()
[all …]
/titanic_44/usr/src/uts/i86pc/cpu/amd_opteron/
H A Dao_mca.c245 ao_ms_data_t *ao = cms_hdl_getcmsdata(hdl); in ao_ms_disp_match() local
246 uint32_t rev = ao->ao_ms_shared->aos_chiprev; in ao_ms_disp_match()
271 ao_chip_once(ao_ms_data_t *ao, enum ao_cfgonce_bitnum what) in ao_chip_once() argument
273 return (atomic_set_long_excl(&ao->ao_ms_shared->aos_cfgonce, in ao_chip_once()
294 nb_mcamisc_init(cmi_hdl_t hdl, ao_ms_data_t *ao, uint32_t rev) in nb_mcamisc_init() argument
304 ao->ao_ms_shared->aos_bcfg_nb_misc = val; in nb_mcamisc_init()
330 ao_bankstatus_prewrite(hdl, ao); in nb_mcamisc_init()
335 ao_bankstatus_postwrite(hdl, ao); in nb_mcamisc_init()
404 ao_nb_cfg(ao_ms_data_t *ao, uint32_t rev) in ao_nb_cfg() argument
417 ao->ao_ms_shared->aos_bcfg_nb_cfg = val = in ao_nb_cfg()
[all …]
H A Dao_poll.c47 ao_ms_data_t *ao = cms_hdl_getcmsdata(hdl); in ao_ms_poll_ownermask() local
49 hrtime_t last = ao->ao_ms_shared->aos_nb_poll_timestamp; in ao_ms_poll_ownermask()
58 ao->ao_ms_shared->aos_nb_poll_owner = hdl; in ao_ms_poll_ownermask()
60 } else if (ao->ao_ms_shared->aos_nb_poll_owner == hdl) { in ao_ms_poll_ownermask()
68 ao->ao_ms_shared->aos_nb_poll_timestamp = now; in ao_ms_poll_ownermask()
H A Dao_main.c61 ao_ms_data_t *ao; in ao_ms_init() local
85 ao = *datap = kmem_zalloc(sizeof (ao_ms_data_t), KM_SLEEP); in ao_ms_init()
87 ao->ao_ms_hdl = hdl; in ao_ms_init()
106 ao->ao_ms_shared = sp; in ao_ms_init()
H A Dao_cpu.c102 ao_procnode_scrubber_enable(cmi_hdl_t hdl, ao_ms_data_t *ao) in ao_procnode_scrubber_enable() argument
107 ao->ao_ms_shared->aos_bcfg_scrubctl = MCREG_VAL32(&scrubctl) = in ao_procnode_scrubber_enable()
/titanic_44/usr/src/lib/libast/common/string/
H A Dstruniq.c37 register char** ao; in struniq() local
41 ao = an = argv; in struniq()
42 ae = ao + n; in struniq()
45 while (streq(*ao, *an)) in struniq()
47 return ao - argv + 1; in struniq()
48 *++ao = *an; in struniq()
50 return ao - argv + 1; in struniq()
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dlcp.c505 lcp_options *ao = &lcp_allowoptions[unit]; local
526 BZERO(ao, sizeof(*ao));
527 ao->neg_mru = 1;
528 ao->neg_asyncmap = 1;
529 ao->neg_chap = 1;
540 ao->neg_mschap = 1;
543 ao->neg_mschapv2 = 1;
547 ao->chap_mdtype = CHAP_DIGEST_MD5;
548 ao->neg_upap = 1;
549 ao->neg_magicnumber = 1;
[all …]
H A Dipcp.c374 ipcp_options *ao = &ipcp_allowoptions[unit]; local
382 BZERO(ao, sizeof(*ao));
390 ao->neg_addr = ao->old_addrs = 1;
391 ao->neg_vj = 1;
392 ao->maxslotindex = MAX_STATES - 1;
393 ao->cflag = 1;
399 ao->proxy_arp = 1;
400 ao->default_route = 1;
484 ipcp_options *ao = &ipcp_allowoptions[f->unit]; local
487 (ao->neg_addr || ao->old_addrs);
[all …]
H A Dccp.c941 ccp_options *ao = &ccp_allowoptions[f->unit]; local
968 if (!ao->deflate ||
969 (!ao->deflate_correct && type == CI_DEFLATE) ||
970 (!ao->deflate_draft && type == CI_DEFLATE_DRAFT)) {
976 nb = clen < CILEN_DEFLATE ? ao->deflate_size : DEFLATE_SIZE(p[2]);
980 p[3] != DEFLATE_CHK_SEQUENCE || nb > ao->deflate_size ||
985 if (nb > ao->deflate_size)
986 nb = ao->deflate_size;
1029 if (!ao->bsd_compress) {
1035 nb = clen < CILEN_BSD_COMPRESS ? ao->bsd_bits : BSD_NBITS(p[2]);
[all …]
H A Dmultilink.c64 lcp_options *ao = &lcp_allowoptions[0]; in mp_check_options() local
74 ao->mrru = ao->mru; in mp_check_options()
75 ao->neg_mrru = 1; in mp_check_options()
H A Dipv6cp.c360 ipv6cp_options *ao = &ipv6cp_allowoptions[unit]; local
368 BZERO(ao, sizeof(*ao));
371 ao->neg_ifaceid = 1;
375 ao->neg_vj = 1;
830 ipv6cp_options *ao = &ipv6cp_allowoptions[f->unit]; local
869 if (!ao->neg_ifaceid) {
925 if (!ao->neg_vj) {
932 cishort = ao->vj_protocol;
H A Dauth.c1022 lcp_options *ao = &lcp_allowoptions[unit]; local
1025 ao->neg_upap = !refuse_pap && (passwd[0] != '\0' || get_pap_passwd(NULL));
1029 ao->neg_chap = !refuse_chap && havesecret;
1030 ao->neg_mschap = !refuse_mschap && havesecret;
1031 ao->neg_mschapv2 = !refuse_mschapv2 && havesecret;
1032 if (ao->neg_chap)
1033 ao->chap_mdtype = CHAP_DIGEST_MD5;
1034 else if (ao->neg_mschap)
1035 ao->chap_mdtype = CHAP_MICROSOFT;
1037 ao->chap_mdtype = CHAP_MICROSOFT_V2;
/titanic_44/usr/src/cmd/mdb/intel/modules/amd_opteron/amd64/
H A DMakefile28 MODSRCS = ao.c
/titanic_44/usr/src/lib/libsldap/common/
H A Dns_writes.c4041 int ao; in attr2list() local
4054 ao = sizeof (al->ldap_count) + sizeof (al->ldap_offsets[0]) * in attr2list()
4056 if (ao > bufsize) in attr2list()
4058 al->ldap_offsets[0] = ao; in attr2list()
4059 ap = buf + ao; in attr2list()
4060 ao += 3; in attr2list()
4063 if (ao > bufsize) in attr2list()
4068 al->ldap_offsets[1] = ao; in attr2list()
4069 ao += strlen(dn) + 1; in attr2list()
4070 if (ao > bufsize) in attr2list()
[all …]
/titanic_44/usr/src/uts/sun4/os/
H A Dvisinstr.c1249 int i, j, k, ao; in vis_faligndata() local
1270 ao = (int)GSR_ALIGN(r); in vis_faligndata()
1272 for (i = 0, j = ao, k = 0; i <= 7; i++) in vis_faligndata()
1293 int i, j, ao; in vis_bshuffle() local
1315 ao = (int)GSR_MASK(r); in vis_bshuffle()
1332 for (i = 7; i >= 0; i--, ao = (ao >> 4)) { in vis_bshuffle()
1333 j = ao & 0xf; /* get byte number */ in vis_bshuffle()
/titanic_44/usr/src/uts/i86pc/io/acpi_drv/
H A Dacpi_drv.c2037 ACPI_OBJECT ao; in acpi_drv_set_int() local
2039 al.Pointer = &ao; in acpi_drv_set_int()
2041 ao.Type = ACPI_TYPE_INTEGER; in acpi_drv_set_int()
2042 ao.Integer.Value = aint; in acpi_drv_set_int()
/titanic_44/usr/src/data/zoneinfo/
H A Dcountry.tab78 CW Curaçao
H A Dsouthamerica1371 # Curaçao
1373 # Milne gives 4:35:46.9 for Curaçao mean time; round to nearest.
1380 # Saba Island has been like Curaçao.
1383 # By July 2007 Curaçao and St Maarten are planned to become
/titanic_44/usr/src/cmd/mandoc/
H A Dchars.in60 CHAR("ao", "o", 730)