Home
last modified time | relevance | path

Searched defs:mh (Results 1 – 25 of 50) sorted by relevance

12

/freebsd-13-stable/sys/dev/malo/
HDif_malohal.c70 malo_hal_read4(struct malo_hal *mh, bus_size_t off) in malo_hal_read4()
76 malo_hal_write4(struct malo_hal *mh, bus_size_t off, uint32_t val) in malo_hal_write4()
103 struct malo_hal *mh; in malo_hal_attach() local
178 malo_hal_send_cmd(struct malo_hal *mh) in malo_hal_send_cmd()
193 malo_hal_waitforcmd(struct malo_hal *mh, uint16_t cmd) in malo_hal_waitforcmd()
210 malo_hal_execute_cmd(struct malo_hal *mh, unsigned short cmd) in malo_hal_execute_cmd()
242 malo_hal_get_cal_table(struct malo_hal *mh, uint8_t annex, uint8_t index) in malo_hal_get_cal_table()
260 malo_hal_get_pwrcal_table(struct malo_hal *mh, struct malo_hal_caldata *cal) in malo_hal_get_pwrcal_table()
283 malo_hal_resetstate(struct malo_hal *mh) in malo_hal_resetstate()
295 malo_hal_fw_reset(struct malo_hal *mh) in malo_hal_fw_reset()
[all …]
HDif_malo.c176 struct malo_hal *mh; in malo_attach() local
378 struct malo_hal *mh = sc->malo_mh; in malo_intr() local
1317 struct malo_hal *mh = sc->malo_mh; in malo_hal_reset() local
1447 struct malo_hal *mh = sc->malo_mh; in malo_init_locked() local
1562 struct malo_hal *mh = sc->malo_mh; in malo_mode_init() local
1622 struct malo_hal *mh = sc->malo_mh; in malo_stop() local
1699 struct malo_hal *mh = sc->malo_mh; in malo_updateslot() local
1726 struct malo_hal *mh = sc->malo_mh; in malo_newstate() local
1878 struct malo_hal *mh = sc->malo_mh; in malo_chan_set() local
HDif_malohal.h202 #define MALO_HAL_LOCK(mh) mtx_lock(&mh->mh_mtx) argument
203 #define MALO_HAL_LOCK_ASSERT(mh) mtx_assert(&mh->mh_mtx, MA_OWNED) argument
204 #define MALO_HAL_UNLOCK(mh) mtx_unlock(&mh->mh_mtx) argument
/freebsd-13-stable/sys/dev/mwl/
HDmwlhal.c127 struct mwl_hal_priv *mh; /* back pointer */ member
197 MWL_HAL_LOCK(struct mwl_hal_priv *mh) in MWL_HAL_LOCK()
203 MWL_HAL_LOCK_ASSERT(struct mwl_hal_priv *mh) in MWL_HAL_LOCK_ASSERT()
209 MWL_HAL_UNLOCK(struct mwl_hal_priv *mh) in MWL_HAL_UNLOCK()
215 RD4(struct mwl_hal_priv *mh, bus_size_t off) in RD4()
221 WR4(struct mwl_hal_priv *mh, bus_size_t off, uint32_t val) in WR4()
246 struct mwl_hal_priv *mh; in mwl_hal_attach() local
371 struct mwl_hal_priv *mh = MWLPRIV(mh0); in mwl_hal_detach() local
383 mwlResetHalState(struct mwl_hal_priv *mh) in mwlResetHalState()
412 struct mwl_hal_priv *mh = MWLPRIV(mh0); in mwl_hal_newvap() local
[all …]
HDif_mwl.c291 struct mwl_hal *mh; in mwl_attach() local
595 struct mwl_hal *mh = sc->sc_mh; in mwl_vap_create() local
721 struct mwl_hal *mh = sc->sc_mh; in mwl_vap_delete() local
797 struct mwl_hal *mh = sc->sc_mh; in mwl_intr() local
894 struct mwl_hal *mh = sc->sc_mh; in mwl_bawatchdog_proc() local
1112 struct mwl_hal *mh = sc->sc_mh; in mwl_hal_reset() local
1135 struct mwl_hal *mh = sc->sc_mh; in mwl_init() local
1248 struct mwl_hal *mh = sc->sc_mh; in mwl_reset() local
1752 struct mwl_hal *mh = sc->sc_mh; in mwl_mode_init() local
1796 struct mwl_hal *mh = sc->sc_mh; in mwl_updateslot() local
[all …]
/freebsd-13-stable/sbin/camcontrol/
HDmodeedit.c609 struct scsi_mode_header_6 *mh = in editlist_populate() local
613 struct scsi_mode_header_10 *mh = in editlist_populate() local
654 struct scsi_mode_header_6 *mh = in editlist_populate_desc() local
660 struct scsi_mode_header_10 *mh = in editlist_populate_desc() local
729 struct scsi_mode_header_6 *mh = in editlist_save() local
744 struct scsi_mode_header_10 *mh = in editlist_save() local
803 struct scsi_mode_header_6 *mh = in editlist_save_desc() local
812 struct scsi_mode_header_10 *mh = in editlist_save_desc() local
1014 struct scsi_mode_header_6 *mh = in modepage_dump() local
1018 struct scsi_mode_header_10 *mh = in modepage_dump() local
[all …]
/freebsd-13-stable/sys/dev/hyperv/vmbus/
HDvmbus.c226 vmbus_msghc_reset(struct vmbus_msghc *mh, size_t dsize) in vmbus_msghc_reset()
243 struct vmbus_msghc *mh; in vmbus_msghc_get() local
262 vmbus_msghc_put(struct vmbus_softc *sc __unused, struct vmbus_msghc *mh) in vmbus_msghc_put()
269 vmbus_msghc_dataptr(struct vmbus_msghc *mh) in vmbus_msghc_dataptr()
278 vmbus_msghc_exec_noresult(struct vmbus_msghc *mh) in vmbus_msghc_exec_noresult()
326 vmbus_msghc_exec(struct vmbus_softc *sc __unused, struct vmbus_msghc *mh) in vmbus_msghc_exec()
338 vmbus_msghc_exec_cancel(struct vmbus_softc *sc __unused, struct vmbus_msghc *mh) in vmbus_msghc_exec_cancel()
345 vmbus_msghc_wait_result(struct vmbus_softc *sc __unused, struct vmbus_msghc *mh) in vmbus_msghc_wait_result()
353 vmbus_msghc_poll_result(struct vmbus_softc *sc __unused, struct vmbus_msghc *mh) in vmbus_msghc_poll_result()
386 struct vmbus_msghc *mh; in vmbus_req_tl_connect() local
[all …]
HDvmbus_chan.c383 struct vmbus_msghc *mh; in vmbus_chan_open_br() local
564 struct vmbus_msghc *mh; in vmbus_chan_gpadl_connect() local
716 struct vmbus_msghc *mh; in vmbus_chan_gpadl_disconnect() local
832 struct vmbus_msghc *mh; in vmbus_chan_close_internal() local
2004 struct vmbus_msghc *mh; in vmbus_chan_release() local
/freebsd-13-stable/tools/regression/netinet6/inet6_rth/
HDinet6_rth-segments.c224 struct msghdr mh; in test_cmsg_nexthdr() local
282 struct msghdr mh; in test_cmsg_firsthdr() local
/freebsd-13-stable/contrib/processor-trace/libipt/internal/include/windows/
HDpt_section_windows.h51 HANDLE mh; member
/freebsd-13-stable/contrib/tcpdump/
HDprint-sctp.c243 struct sctpHeader mh; member
282 struct sctpHeader mh; member
287 struct sctpHeader mh; member
320 struct sctpHeader mh; member
328 struct sctpHeader mh; member
339 struct sctpHeader mh; member
HDprint-mobility.c205 const struct ip6_mobility *mh; in mobility_print() local
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
HDasan_mac.cpp71 const struct mach_header_64 *mh = (struct mach_header_64 *)info.dli_fbase; in AsanApplyToGlobals() local
73 const struct mach_header *mh = (struct mach_header *)info.dli_fbase; in AsanApplyToGlobals() local
/freebsd-13-stable/tools/tools/net80211/w00t/redir/
HDbuddy.c57 struct msghdr mh; in handle_data() local
/freebsd-13-stable/sys/net/
HDif_me.c468 struct mobhdr *mh; in me_input() local
551 struct mobhdr mh; in me_transmit() local
/freebsd-13-stable/tools/tools/ath/ath_ee_v4k_print/
HDv4k.c88 MODAL_EEP4K_HEADER *mh = &eep->ee_base.modalHeader; in eeprom_v4k_modal_print() local
/freebsd-13-stable/tools/tools/ath/ath_ee_9287_print/
HD9287.c96 MODAL_EEP_9287_HEADER *mh = &eep->ee_base.modalHeader; in eeprom_9287_modal_print() local
/freebsd-13-stable/usr.sbin/ppp/
HDmp.c417 struct mp_header mh, h; in mp_Assemble() local
843 struct mp_header mh; in mp_ShowStatus() local
/freebsd-13-stable/contrib/processor-trace/libipt/src/windows/
HDpt_section_windows.c129 HANDLE fh, mh; in pt_sec_windows_map() local
/freebsd-13-stable/sys/dev/iscsi_initiator/
HDisc_soc.c88 struct mbuf *mh, **mp; in isc_sendPDU() local
/freebsd-13-stable/contrib/capsicum-test/
HDsocket.cc315 struct msghdr mh; in TEST() local
/freebsd-13-stable/tools/tools/ath/ath_ee_v14_print/
HDath_ee_v14_print.c146 MODAL_EEP_HEADER *mh = &eep->ee_base.modalHeader[m]; in eeprom_v14_modal_print() local
/freebsd-13-stable/contrib/ntp/libparse/
HDieee754io.c85 unsigned long mh, in fmt_flt()
/freebsd-13-stable/contrib/llvm-project/libunwind/src/
HDUnwindCursor.hpp110 pint_t mh; member
153 typename A::pint_t DwarfFDECache<A>::findFDE(pint_t mh, pint_t pc) { in findFDE()
169 void DwarfFDECache<A>::add(pint_t mh, pint_t ip_start, pint_t ip_end, in add()
201 void DwarfFDECache<A>::removeAllIn(pint_t mh) { in removeAllIn()
217 void DwarfFDECache<A>::dyldUnloadHook(const struct mach_header *mh, intptr_t ) { in dyldUnloadHook()
224 unw_word_t ip_start, unw_word_t ip_end, unw_word_t fde, unw_word_t mh)) { in iterateCacheEntries()
/freebsd-13-stable/sys/net80211/
HDieee80211_power.c367 struct mbuf *mh; in ieee80211_pwrsave() local

12