Searched defs:ahp (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_phy.c32 struct ath_hal_5416 *ahp = AH5416(ah); local
35 REG_WRITE_ARRAY(&ahp->ah_iniBB_RfGain, freqIndex, regWrites);
212 struct ath_hal_5416 *ahp = AH5416(ah); local
225 RF_BANK_SETUP(ahp->ah_analogBank0Data, &ahp->ah_iniBank0, 1);
227 RF_BANK_SETUP(ahp->ah_analogBank1Data, &ahp->ah_iniBank1, 1);
229 RF_BANK_SETUP(ahp->ah_analogBank2Data, &ahp->ah_iniBank2, 1);
231 RF_BANK_SETUP(ahp
285 struct ath_hal_5416 *ahp = AH5416(ah); local
338 struct ath_hal_5416 *ahp = AH5416(ah); local
408 struct ath_hal_5416 *ahp = AH5416(ah); local
[all...]
H A Darn_ani.c30 struct ath_hal_5416 *ahp = AH5416(ah); local
33 for (i = 0; i < ARRAY_SIZE(ahp->ah_ani); i++) {
34 if (ahp->ah_ani[i].c.channel == chan->channel)
36 if (ahp->ah_ani[i].c.channel == 0) {
37 ahp->ah_ani[i].c.channel = chan->channel;
38 ahp->ah_ani[i].c.channelFlags = chan->channelFlags;
52 struct ath_hal_5416 *ahp = AH5416(ah); local
53 struct ar5416AniState *aniState = ahp->ah_curani;
55 switch (cmd & ahp->ah_ani_function) {
59 if (level >= ARRAY_SIZE(ahp
247 struct ath_hal_5416 *ahp = AH5416(ah); local
293 struct ath_hal_5416 *ahp = AH5416(ah); local
368 struct ath_hal_5416 *ahp = AH5416(ah); local
409 struct ath_hal_5416 *ahp = AH5416(ah); local
465 struct ath_hal_5416 *ahp = AH5416(ah); local
495 struct ath_hal_5416 *ahp = AH5416(ah); local
579 struct ath_hal_5416 *ahp = AH5416(ah); local
668 struct ath_hal_5416 *ahp = AH5416(ah); local
676 struct ath_hal_5416 *ahp = AH5416(ah); local
694 struct ath_hal_5416 *ahp = AH5416(ah); local
757 struct ath_hal_5416 *ahp = AH5416(ah); local
810 struct ath_hal_5416 *ahp = AH5416(ah); local
829 struct ath_hal_5416 *ahp = AH5416(ah); local
881 struct ath_hal_5416 *ahp = AH5416(ah); local
[all...]
H A Darn_mac.c34 struct ath_hal_5416 *ahp = AH5416(ah); local
38 __func__, ahp->ah_txOkInterruptMask,
39 ahp->ah_txErrInterruptMask, ahp->ah_txDescInterruptMask,
40 ahp->ah_txEolInterruptMask, ahp->ah_txUrnInterruptMask));
43 SM(ahp->ah_txOkInterruptMask, AR_IMR_S0_QCU_TXOK) |
44 SM(ahp->ah_txDescInterruptMask, AR_IMR_S0_QCU_TXDESC));
46 SM(ahp->ah_txErrInterruptMask, AR_IMR_S1_QCU_TXERR)|
47 SM(ahp
168 struct ath_hal_5416 *ahp = AH5416(ah); local
393 struct ath_hal_5416 *ahp = AH5416(ah); local
560 struct ath_hal_5416 *ahp = AH5416(ah); local
571 struct ath_hal_5416 *ahp = AH5416(ah); local
642 struct ath_hal_5416 *ahp = AH5416(ah); local
681 struct ath_hal_5416 *ahp = AH5416(ah); local
753 struct ath_hal_5416 *ahp = AH5416(ah); local
787 struct ath_hal_5416 *ahp = AH5416(ah); local
[all...]
H A Darn_calib.c252 struct ath_hal_5416 *ahp = AH5416(ah); local
260 ahp->ah_Meas0.sign[i] = 0;
261 ahp->ah_Meas1.sign[i] = 0;
262 ahp->ah_Meas2.sign[i] = 0;
263 ahp->ah_Meas3.sign[i] = 0;
266 ahp->ah_CalSamples = 0;
276 struct ath_hal_5416 *ahp = AH5416(ah); local
285 ahp->ah_CalSamples++;
287 if (ahp->ah_CalSamples >=
313 struct ath_hal_5416 *ahp local
335 struct ath_hal_5416 *ahp = AH5416(ah); local
356 struct ath_hal_5416 *ahp = AH5416(ah); local
382 struct ath_hal_5416 *ahp = AH5416(ah); local
408 struct ath_hal_5416 *ahp = AH5416(ah); local
489 struct ath_hal_5416 *ahp = AH5416(ah); local
549 struct ath_hal_5416 *ahp = AH5416(ah); local
609 struct ath_hal_5416 *ahp = AH5416(ah); local
815 struct ath_hal_5416 *ahp = AH5416(ah); local
958 struct ath_hal_5416 *ahp = AH5416(ah); local
[all...]
H A Darn_eeprom.c178 struct ath_hal_5416 *ahp = AH5416(ah); local
179 struct ar5416_eeprom_4k *eep = &ahp->ah_eeprom.map4k;
208 struct ath_hal_5416 *ahp = AH5416(ah); local
209 struct ar5416_eeprom_def *eep = &ahp->ah_eeprom.def;
236 struct ath_hal_5416 *ahp = AH5416(ah); local
238 return (ath9k_fill_eeprom[ahp->ah_eep_map](ah));
244 struct ath_hal_5416 *ahp = AH5416(ah); local
246 (struct ar5416_eeprom_def *)&ahp->ah_eeprom.def;
267 eepdata = (uint16_t *)(&ahp->ah_eeprom);
296 el = swab16(ahp
374 struct ath_hal_5416 *ahp = AH5416(ah); local
506 struct ath_hal_5416 *ahp = AH5416(ah); local
1031 struct ath_hal_5416 *ahp = AH5416(ah); local
1159 struct ath_hal_5416 *ahp = AH5416(ah); local
1283 struct ath_hal_5416 *ahp = AH5416(ah); local
1586 struct ath_hal_5416 *ahp = AH5416(ah); local
1819 struct ath_hal_5416 *ahp = AH5416(ah); local
1955 struct ath_hal_5416 *ahp = AH5416(ah); local
2085 struct ath_hal_5416 *ahp = AH5416(ah); local
2104 struct ath_hal_5416 *ahp = AH5416(ah); local
2164 struct ath_hal_5416 *ahp = AH5416(ah); local
2187 struct ath_hal_5416 *ahp = AH5416(ah); local
2201 struct ath_hal_5416 *ahp = AH5416(ah); local
2433 struct ath_hal_5416 *ahp = AH5416(ah); local
2619 struct ath_hal_5416 *ahp = AH5416(ah); local
2635 struct ath_hal_5416 *ahp = AH5416(ah); local
2668 struct ath_hal_5416 *ahp = AH5416(ah); local
2688 struct ath_hal_5416 *ahp = AH5416(ah); local
2713 struct ath_hal_5416 *ahp = AH5416(ah); local
2734 struct ath_hal_5416 *ahp = AH5416(ah); local
2753 struct ath_hal_5416 *ahp = AH5416(ah); local
2786 struct ath_hal_5416 *ahp = AH5416(ah); local
2831 struct ath_hal_5416 *ahp = AH5416(ah); local
2905 struct ath_hal_5416 *ahp = AH5416(ah); local
2920 struct ath_hal_5416 *ahp = AH5416(ah); local
[all...]
H A Darn_hw.c269 struct ath_hal_5416 *ahp = AH5416(ah); local
292 ((ahp->ah_extprotspacing == ATH9K_HT_EXTPROTSPACING_20) ?
494 struct ath_hal_5416 *ahp; local
497 ahp = (struct ath_hal_5416 *)
499 if (ahp == NULL) {
501 "failed to alloc mem for ahp\n"));
506 ah = &ahp->ah;
522 ahp->ah_atimWindow = 0;
523 ahp->ah_diversityControl = ah->ah_config.diversity_control;
524 ahp
595 struct ath_hal_5416 *ahp = AH5416(ah); local
619 struct ath_hal_5416 *ahp = AH5416(ah); local
649 struct ath_hal_5416 *ahp = AH5416(ah); local
705 struct ath_hal_5416 *ahp; local
1144 struct ath_hal_5416 *ahp = AH5416(ah); local
1185 struct ath_hal_5416 *ahp = AH5416(ah); local
1216 struct ath_hal_5416 *ahp = AH5416(ah); local
1235 struct ath_hal_5416 *ahp = AH5416(ah); local
1254 struct ath_hal_5416 *ahp = AH5416(ah); local
1273 struct ath_hal_5416 *ahp = AH5416(ah); local
1398 struct ath_hal_5416 *ahp = AH5416(ah); local
1412 struct ath_hal_5416 *ahp = AH5416(ah); local
1788 struct ath_hal_5416 *ahp = AH5416(ah); local
1819 struct ath_hal_5416 *ahp = AH5416(ah); local
2401 struct ath_hal_5416 *ahp = AH5416(ah); local
2698 struct ath_hal_5416 *ahp = AH5416(ah); local
2915 struct ath_hal_5416 *ahp = AH5416(ah); local
2953 struct ath_hal_5416 *ahp = AH5416(ah); local
3050 struct ath_hal_5416 *ahp = AH5416(ah); local
3188 struct ath_hal_5416 *ahp = AH5416(ah); local
3301 struct ath_hal_5416 *ahp = AH5416(ah); local
3430 struct ath_hal_5416 *ahp = AH5416(ah); local
3623 struct ath_hal_5416 *ahp = AH5416(ah); local
3716 struct ath_hal_5416 *ahp = AH5416(ah); local
3896 struct ath_hal_5416 *ahp = AH5416(ah); local
4010 struct ath_hal_5416 *ahp = AH5416(ah); local
4018 struct ath_hal_5416 *ahp = AH5416(ah); local
4041 struct ath_hal_5416 *ahp = AH5416(ah); local
4049 struct ath_hal_5416 *ahp = AH5416(ah); local
4063 struct ath_hal_5416 *ahp = AH5416(ah); local
4107 struct ath_hal_5416 *ahp = AH5416(ah); local
4120 struct ath_hal_5416 *ahp = AH5416(ah); local
[all...]
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_sadb.c656 * When it returns non-NULL ahp is updated
659 ipsec_inbound_ah_sa(mblk_t *mp, ip_recv_attr_t *ira, ah_t **ahp) argument
777 *ahp = ah;
H A Dipsecah.c383 ipsecah_param_register(IDP *ndp, ipsecahparam_t *ahp, int cnt) argument
385 for (; cnt-- > 0; ahp++) {
386 if (ahp->ipsecah_param_name != NULL &&
387 ahp->ipsecah_param_name[0]) {
389 ahp->ipsecah_param_name,
391 (caddr_t)ahp)) {
407 ipsecahparam_t *ahp; local
412 ahp = (ipsecahparam_t *)kmem_alloc(sizeof (lcl_param_arr), KM_SLEEP);
413 ahstack->ipsecah_params = ahp;
414 bcopy(lcl_param_arr, ahp, sizeo
[all...]
/illumos-gate/usr/src/uts/common/vm/
H A Danon.h305 struct anon_hdr *ahp; /* anon array header pointer, containing */ member in struct:anon_map
H A Dvm_anon.c293 struct anon_hdr *ahp; local
297 if ((ahp = kmem_zalloc(sizeof (struct anon_hdr), kmemflags)) == NULL) {
301 mutex_init(&ahp->serial_lock, NULL, MUTEX_DEFAULT, NULL);
305 ahp->size = npages;
309 ahp->flags |= ANON_ALLOC_FORCE;
311 ahp->array_chunk = kmem_zalloc(
312 ahp->size * sizeof (struct anon *), kmemflags);
314 if (ahp->array_chunk == NULL) {
315 kmem_free(ahp, sizeof (struct anon_hdr));
330 ahp
348 anon_release(struct anon_hdr *ahp, pgcnt_t npages) argument
382 anon_get_ptr(struct anon_hdr *ahp, ulong_t an_idx) argument
415 anon_get_next_ptr(struct anon_hdr *ahp, ulong_t *index) argument
470 anon_set_ptr(struct anon_hdr *ahp, ulong_t an_idx, struct anon *ap, int flags) argument
631 anon_grow(struct anon_hdr *ahp, ulong_t *startidx_p, pgcnt_t oldseg_pgs, pgcnt_t newseg_pgs, int flags) argument
1114 anon_szcshare(struct anon_hdr *ahp, ulong_t anon_index) argument
1140 anon_share(struct anon_hdr *ahp, ulong_t anon_index, pgcnt_t nslots) argument
1155 anon_decref_pages( struct anon_hdr *ahp, ulong_t an_idx, uint_t szc) argument
1493 anon_fill_cow_holes( struct seg *seg, caddr_t addr, struct anon_hdr *ahp, ulong_t an_idx, struct vnode *vp, u_offset_t vp_off, size_t size, uint_t szc, uint_t prot, struct vpage vpage[], struct cred *cred) argument
1591 anon_free(struct anon_hdr *ahp, ulong_t index, size_t size) argument
1620 anon_free_pages( struct anon_hdr *ahp, ulong_t an_idx, size_t size, uint_t szc) argument
1684 struct anon_hdr *ahp = amp->ahp; local
3072 anon_try_demote_pages( struct anon_hdr *ahp, ulong_t sidx, uint_t szc, page_t **ppa, int private) argument
3294 struct anon_hdr *ahp = amp->ahp; local
3455 non_anon(struct anon_hdr *ahp, ulong_t anon_idx, u_offset_t *offp, size_t *lenp) argument
3490 anon_pages(struct anon_hdr *ahp, ulong_t anon_index, pgcnt_t nslots) argument
3571 anon_get_slot(struct anon_hdr *ahp, ulong_t an_idx) argument
[all...]
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_gcore.h205 uintptr_t ahp; member in struct:mdb_amp
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c361 gcore_anon_get(uintptr_t ahp, ulong_t an_index, uintptr_t *vp, u_offset_t *off) argument
366 ap = gcore_anon_get_ptr(ahp, an_index);
401 gcore_anon_get(amp.ahp, svd->anon_index + p, &vp,
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_api.c2203 fmd_asru_hash_t *ahp = fmd.d_asrus; local
2227 fmd_asru_hash_apply_by_rsrc(ahp, name, fmd_rsrc_has_fault,
2230 fmd_asru_hash_apply_by_asru(ahp, name, fmd_rsrc_has_fault,
2233 fmd_asru_hash_apply_by_fru(ahp, name, fmd_rsrc_has_fault,
H A Dfmd_asru.c66 fmd_asru_strhash(fmd_asru_hash_t *ahp, const char *val) argument
68 return (topo_fmri_strhash(ahp->ah_topo->ft_hdl, val) % ahp->ah_hashlen);
72 fmd_asru_strcmp(fmd_asru_hash_t *ahp, const char *a, const char *b) argument
74 return (topo_fmri_strcmp(ahp->ah_topo->ft_hdl, a, b));
78 fmd_asru_create(fmd_asru_hash_t *ahp, const char *uuid, argument
90 ap->asru_root = fmd_strdup(ahp->ah_dirpath, FMD_SLEEP);
117 fmd_asru_hash_insert(fmd_asru_hash_t *ahp, fmd_asru_t *ap) argument
119 uint_t h = fmd_asru_strhash(ahp, ap->asru_name);
121 ASSERT(RW_WRITE_HELD(&ahp
143 fmd_asru_hash_lookup(fmd_asru_hash_t *ahp, const char *name) argument
232 fmd_asru_asru_hash_insert(fmd_asru_hash_t *ahp, fmd_asru_link_t *alp, char *name) argument
244 fmd_asru_case_hash_insert(fmd_asru_hash_t *ahp, fmd_asru_link_t *alp, char *name) argument
255 fmd_asru_fru_hash_insert(fmd_asru_hash_t *ahp, fmd_asru_link_t *alp, char *name) argument
265 fmd_asru_label_hash_insert(fmd_asru_hash_t *ahp, fmd_asru_link_t *alp, char *name) argument
276 fmd_asru_rsrc_hash_insert(fmd_asru_hash_t *ahp, fmd_asru_link_t *alp, char *name) argument
323 fmd_asru_al_hash_release(fmd_asru_hash_t *ahp, fmd_asru_link_t *alp) argument
353 fmd_asru_al_create(fmd_asru_hash_t *ahp, nvlist_t *nvl, fmd_case_t *cp, const char *al_uuid) argument
438 fmd_asru_hash_recreate(fmd_log_t *lp, fmd_event_t *ep, fmd_asru_hash_t *ahp) argument
601 fmd_asru_hash_discard(fmd_asru_hash_t *ahp, const char *uuid, int err) argument
624 fmd_asru_hash_logopen(fmd_asru_hash_t *ahp, const char *uuid) argument
645 fmd_asru_hash_refresh(fmd_asru_hash_t *ahp) argument
706 fmd_asru_hash_replay(fmd_asru_hash_t *ahp) argument
813 fmd_asru_hash_t *ahp; local
844 fmd_asru_hash_destroy(fmd_asru_hash_t *ahp) argument
875 fmd_asru_hash_apply(fmd_asru_hash_t *ahp, void (*func)(fmd_asru_t *, void *), void *arg) argument
904 fmd_asru_al_hash_apply(fmd_asru_hash_t *ahp, void (*func)(fmd_asru_link_t *, void *), void *arg) argument
934 fmd_asru_do_hash_apply(fmd_asru_hash_t *ahp, const char *name, void (*func)(fmd_asru_link_t *, void *), void *arg, fmd_asru_link_t **hash, size_t match_offset, size_t next_offset) argument
976 fmd_asru_hash_apply_by_asru(fmd_asru_hash_t *ahp, const char *name, void (*func)(fmd_asru_link_t *, void *), void *arg) argument
985 fmd_asru_hash_apply_by_case(fmd_asru_hash_t *ahp, fmd_case_t *cp, void (*func)(fmd_asru_link_t *, void *), void *arg) argument
994 fmd_asru_hash_apply_by_fru(fmd_asru_hash_t *ahp, const char *name, void (*func)(fmd_asru_link_t *, void *), void *arg) argument
1003 fmd_asru_hash_apply_by_rsrc(fmd_asru_hash_t *ahp, const char *name, void (*func)(fmd_asru_link_t *, void *), void *arg) argument
1012 fmd_asru_hash_apply_by_label(fmd_asru_hash_t *ahp, const char *name, void (*func)(fmd_asru_link_t *, void *), void *arg) argument
1025 fmd_asru_hash_lookup_name(fmd_asru_hash_t *ahp, const char *name) argument
1055 fmd_asru_hash_create_entry(fmd_asru_hash_t *ahp, fmd_case_t *cp, nvlist_t *nvl) argument
1091 fmd_asru_hash_release(fmd_asru_hash_t *ahp, fmd_asru_t *ap) argument
1103 fmd_asru_do_delete_entry(fmd_asru_hash_t *ahp, fmd_case_t *cp, fmd_asru_link_t **hash, size_t next_offset, char *name) argument
1126 fmd_asru_do_hash_delete(fmd_asru_hash_t *ahp, fmd_case_susp_t *cis, fmd_case_t *cp, fmd_asru_link_t **hash, size_t next_offset, char *nvname) argument
1145 fmd_asru_hash_delete_case(fmd_asru_hash_t *ahp, fmd_case_t *cp) argument
[all...]
H A Dfmd_case.c912 fmd_asru_hash_t *ahp = fmd.d_asrus; local
985 if ((alp = fmd_asru_hash_create_entry(ahp,

Completed in 98 milliseconds