Searched refs:mh (Results 1 - 25 of 50) sorted by relevance

12

/freebsd-9.3-release/sys/dev/malo/
H A Dif_malohal.c59 pCmd = (_type *)&mh->mh_cmdbuf[0]; \
66 malo_hal_read4(struct malo_hal *mh, bus_size_t off) argument
68 return bus_space_read_4(mh->mh_iot, mh->mh_ioh, off);
72 malo_hal_write4(struct malo_hal *mh, bus_size_t off, uint32_t val) argument
74 bus_space_write_4(mh->mh_iot, mh->mh_ioh, off, val);
99 struct malo_hal *mh; local
101 mh = malloc(sizeof(struct malo_hal), M_DEVBUF, M_NOWAIT | M_ZERO);
102 if (mh
185 malo_hal_send_cmd(struct malo_hal *mh) argument
200 malo_hal_waitforcmd(struct malo_hal *mh, uint16_t cmd) argument
217 malo_hal_execute_cmd(struct malo_hal *mh, unsigned short cmd) argument
249 malo_hal_get_cal_table(struct malo_hal *mh, uint8_t annex, uint8_t index) argument
267 malo_hal_get_pwrcal_table(struct malo_hal *mh, struct malo_hal_caldata *cal) argument
290 malo_hal_resetstate(struct malo_hal *mh) argument
302 malo_hal_fw_reset(struct malo_hal *mh) argument
316 malo_hal_trigger_pcicmd(struct malo_hal *mh) argument
334 malo_hal_waitfor(struct malo_hal *mh, uint32_t val) argument
351 malo_hal_send_helper(struct malo_hal *mh, int bsize, const void *data, size_t dsize, int waitfor) argument
379 malo_hal_fwload_helper(struct malo_hal *mh, char *helper) argument
412 malo_hal_send_main(struct malo_hal *mh, const void *data, size_t dsize, uint16_t seqnum, int waitfor) argument
441 malo_hal_fwload_main(struct malo_hal *mh, char *firmware) argument
488 malo_hal_fwload(struct malo_hal *mh, char *helper, char *firmware) argument
553 malo_hal_gethwspecs(struct malo_hal *mh, struct malo_hal_hwspec *hw) argument
588 malo_hal_detach(struct malo_hal *mh) argument
605 malo_hal_setantenna(struct malo_hal *mh, enum malo_hal_antenna dirset, int ant) argument
637 malo_hal_setradio(struct malo_hal *mh, int onoff, enum malo_hal_preamble preamble) argument
665 malo_hal_intrset(struct malo_hal *mh, uint32_t mask) argument
677 malo_hal_setchannel(struct malo_hal *mh, const struct malo_hal_channel *chan) argument
697 malo_hal_settxpower(struct malo_hal *mh, const struct malo_hal_channel *c) argument
723 malo_hal_setpromisc(struct malo_hal *mh, int enable) argument
730 malo_hal_setassocid(struct malo_hal *mh, const uint8_t bssid[IEEE80211_ADDR_LEN], uint16_t associd) argument
755 malo_hal_txstart(struct malo_hal *mh, int qnum) argument
766 malo_hal_getisr(struct malo_hal *mh, uint32_t *status) argument
791 malo_hal_cmddone(struct malo_hal *mh) argument
797 malo_hal_prescan(struct malo_hal *mh) argument
815 malo_hal_postscan(struct malo_hal *mh, uint8_t *macaddr, uint8_t ibsson) argument
835 malo_hal_set_slot(struct malo_hal *mh, int is_short) argument
854 malo_hal_set_rate(struct malo_hal *mh, uint16_t curmode, uint8_t rate) argument
897 malo_hal_setmcast(struct malo_hal *mh, int nmc, const uint8_t macs[]) argument
[all...]
H A Dif_malohal.h202 #define MALO_HAL_LOCK(mh) mtx_lock(&mh->mh_mtx)
203 #define MALO_HAL_LOCK_ASSERT(mh) mtx_assert(&mh->mh_mtx, MA_OWNED)
204 #define MALO_HAL_UNLOCK(mh) mtx_unlock(&mh->mh_mtx)
H A Dif_malo.c183 struct malo_hal *mh; local
200 mh = malo_hal_attach(sc->malo_dev, devid,
202 if (mh == NULL) {
207 sc->malo_mh = mh;
214 error = malo_hal_fwload(mh, "malo8335-h", "malo8335-m");
220 error = malo_hal_gethwspecs(mh, &sc->malo_hwspecs);
338 malo_hal_detach(mh);
405 struct malo_hal *mh = sc->malo_mh; local
420 malo_hal_getisr(mh, &status); /* NB: clears ISR too */
432 malo_hal_cmddone(mh);
1369 struct malo_hal *mh = sc->malo_mh; local
1500 struct malo_hal *mh = sc->malo_mh; local
1620 struct malo_hal *mh = sc->malo_mh; local
1689 struct malo_hal *mh = sc->malo_mh; local
1786 struct malo_hal *mh = sc->malo_mh; local
1813 struct malo_hal *mh = sc->malo_mh; local
1970 struct malo_hal *mh = sc->malo_mh; local
[all...]
/freebsd-9.3-release/sys/dev/mwl/
H A Dmwlhal.c98 pCmd = (type *)&mh->mh_cmdbuf[0]; \
127 struct mwl_hal_priv *mh; /* back pointer */ member in struct:mwl_hal_vap
136 #define MWLVAP(_vap) ((_vap)->mh)
197 MWL_HAL_LOCK(struct mwl_hal_priv *mh) argument
199 mtx_lock(&mh->mh_mtx);
203 MWL_HAL_LOCK_ASSERT(struct mwl_hal_priv *mh) argument
205 mtx_assert(&mh->mh_mtx, MA_OWNED);
209 MWL_HAL_UNLOCK(struct mwl_hal_priv *mh) argument
211 mtx_unlock(&mh->mh_mtx);
215 RD4(struct mwl_hal_priv *mh, bus_size_ argument
221 WR4(struct mwl_hal_priv *mh, bus_size_t off, uint32_t val) argument
246 struct mwl_hal_priv *mh; local
379 struct mwl_hal_priv *mh = MWLPRIV(mh0); local
392 mwlResetHalState(struct mwl_hal_priv *mh) argument
421 struct mwl_hal_priv *mh = MWLPRIV(mh0); local
453 mwl_hal_setdebug(struct mwl_hal *mh, int debug) argument
459 mwl_hal_getdebug(struct mwl_hal *mh) argument
465 mwl_hal_setbastreams(struct mwl_hal *mh, int mask) argument
471 mwl_hal_getbastreams(struct mwl_hal *mh) argument
477 mwl_hal_ismbsscapable(struct mwl_hal *mh) argument
514 struct mwl_hal_priv *mh = MWLPRIV(mh0); local
569 struct mwl_hal_priv *mh = MWLPRIV(mh0); local
617 struct mwl_hal_priv *mh = MWLPRIV(mh0); local
658 struct mwl_hal_priv *mh = MWLPRIV(mh0); local
701 struct mwl_hal_priv *mh = MWLVAP(vap); local
731 struct mwl_hal_priv *mh = MWLPRIV(mh0); local
759 struct mwl_hal_priv *mh = MWLPRIV(mh0); local
787 struct mwl_hal_priv *mh = MWLVAP(vap); local
808 struct mwl_hal_priv *mh = MWLVAP(vap); local
827 struct mwl_hal_priv *mh = MWLPRIV(mh0); local
896 struct mwl_hal_priv *mh = MWLPRIV(mh0); local
919 struct mwl_hal_priv *mh = MWLPRIV(mh0); local
950 struct mwl_hal_priv *mh = MWLVAP(vap); local
1003 struct mwl_hal_priv *mh = MWLPRIV(mh0); local
1029 struct mwl_hal_priv *mh = MWLPRIV(mh0); local
1050 struct mwl_hal_priv *mh = MWLPRIV(mh0); local
1073 findchannel(const struct mwl_hal_priv *mh, const MWL_HAL_CHANNEL *c) argument
1109 struct mwl_hal_priv *mh = MWLPRIV(mh0); local
1147 struct mwl_hal_priv *mh = MWLPRIV(mh0); local
1166 struct mwl_hal_priv *mh = MWLPRIV(mh0); local
1189 struct mwl_hal_priv *mh = MWLVAP(vap); local
1238 struct mwl_hal_priv *mh = MWLVAP(vap); local
1264 struct mwl_hal_priv *mh = MWLVAP(vap); local
1279 struct mwl_hal_priv *mh = MWLVAP(vap); local
1291 struct mwl_hal_priv *mh = MWLVAP(vap); local
1311 struct mwl_hal_priv *mh = MWLVAP(vap); local
1328 struct mwl_hal_priv *mh = MWLVAP(vap); local
1346 struct mwl_hal_priv *mh = MWLVAP(vap); local
1363 struct mwl_hal_priv *mh = MWLPRIV(mh0); local
1383 struct mwl_hal_priv *mh = MWLVAP(vap); local
1426 struct mwl_hal_priv *mh = MWLVAP(vap); local
1458 struct mwl_hal_priv *mh = MWLPRIV(mh0); local
1475 struct mwl_hal_priv *mh = MWLVAP(vap); local
1528 struct mwl_hal_priv *mh = MWLPRIV(mh0); local
1561 struct mwl_hal_priv *mh = MWLPRIV(mh0); local
1581 struct mwl_hal_priv *mh = MWLPRIV(mh0); local
1606 struct mwl_hal_priv *mh = MWLPRIV(mh0); local
1625 struct mwl_hal_priv *mh = MWLPRIV(mh0); local
1647 struct mwl_hal_priv *mh = MWLPRIV(mh0); local
1665 struct mwl_hal_priv *mh = MWLPRIV(mh0); local
1696 struct mwl_hal_priv *mh = MWLVAP(vap); local
1724 struct mwl_hal_priv *mh = MWLVAP(vap); local
1751 struct mwl_hal_priv *mh = MWLPRIV(mh0); local
1772 struct mwl_hal_priv *mh = MWLVAP(vap); local
1790 struct mwl_hal_priv *mh = MWLVAP(vap); local
1811 struct mwl_hal_priv *mh = MWLVAP(vap); local
1829 struct mwl_hal_priv *mh = MWLPRIV(mh0); local
1846 struct mwl_hal_priv *mh = MWLPRIV(mh0); local
1864 struct mwl_hal_priv *mh = MWLPRIV(mh0); local
1892 struct mwl_hal_priv *mh = MWLPRIV(mh0); local
1910 struct mwl_hal_priv *mh = MWLPRIV(mh0); local
1928 struct mwl_hal_priv *mh = MWLVAP(vap); local
1946 struct mwl_hal_priv *mh = MWLVAP(vap); local
1963 struct mwl_hal_priv *mh = MWLPRIV(mh0); local
1981 struct mwl_hal_priv *mh = MWLPRIV(mh0); local
1997 mwlGetCalTable(struct mwl_hal_priv *mh, uint8_t annex, uint8_t index) argument
2106 mwlGetPwrCalTable(struct mwl_hal_priv *mh) argument
2161 struct mwl_hal_priv *mh = MWLPRIV(mh0); local
2178 struct mwl_hal_priv *mh = MWLPRIV(mh0); local
2191 struct mwl_hal_priv *mh = MWLPRIV(mh0); local
2203 struct mwl_hal_priv *mh = MWLPRIV(mh0); local
2224 struct mwl_hal_priv *mh = MWLPRIV(mh0); local
2242 getRFReg(struct mwl_hal_priv *mh, int flag, uint32_t reg, uint32_t *val) argument
2261 getBBReg(struct mwl_hal_priv *mh, int flag, uint32_t reg, uint32_t *val) argument
2280 mwl_hal_getregdump(struct mwl_hal_priv *mh, const MWL_DIAG_REGRANGE *regs, void *dstbuf, int space) argument
2317 struct mwl_hal_priv *mh = MWLPRIV(mh0); local
2353 mwlSendCmd(struct mwl_hal_priv *mh) argument
2367 mwlWaitForCmdComplete(struct mwl_hal_priv *mh, uint16_t cmdCode) argument
2382 mwlExecuteCmd(struct mwl_hal_priv *mh, unsigned short cmd) argument
2442 mwlFwReset(struct mwl_hal_priv *mh) argument
2454 mwlTriggerPciCmd(struct mwl_hal_priv *mh) argument
2471 mwlWaitFor(struct mwl_hal_priv *mh, uint32_t val) argument
2487 mwlSendBlock(struct mwl_hal_priv *mh, int bsize, const void *data, size_t dsize) argument
2508 mwlSendBlock2(struct mwl_hal_priv *mh, const void *data, size_t dsize) argument
2523 mwlPokeSdramController(struct mwl_hal_priv *mh, int SDRAMSIZE_Addr) argument
2534 struct mwl_hal_priv *mh = MWLPRIV(mh0); local
2753 dumpresult(struct mwl_hal_priv *mh, int showresult) argument
[all...]
H A Dmwlhal.h128 mwl_hal_getisr(struct mwl_hal *mh, uint32_t *status) argument
134 cause = bus_space_read_4(mh->mh_iot, mh->mh_ioh,
140 bus_space_write_4(mh->mh_iot, mh->mh_ioh,
141 MACREG_REG_A2H_INTERRUPT_CAUSE, cause &~ mh->mh_imask);
142 (void) bus_space_read_4(mh->mh_iot, mh->mh_ioh,
144 cause &= mh->mh_imask;
151 void mwl_hal_intrset(struct mwl_hal *mh, uint32_
159 mwl_hal_txstart(struct mwl_hal *mh, int qnum) argument
[all...]
H A Dif_mwl.c302 struct mwl_hal *mh; local
318 mh = mwl_hal_attach(sc->sc_dev, devid,
320 if (mh == NULL) {
325 sc->sc_mh = mh;
331 if (mwl_hal_fwload(mh, NULL) != 0) {
336 if (mwl_hal_gethwspecs(mh, &sc->sc_hwspecs) != 0) {
533 mwl_hal_detach(mh);
613 struct mwl_hal *mh = sc->sc_mh; local
625 hvap = mwl_hal_newvap(mh, MWL_HAL_AP, mac);
635 hvap = mwl_hal_newvap(mh, MWL_HAL_ST
751 struct mwl_hal *mh = sc->sc_mh; local
825 struct mwl_hal *mh = sc->sc_mh; local
924 struct mwl_hal *mh = sc->sc_mh; local
1144 struct mwl_hal *mh = sc->sc_mh; local
1168 struct mwl_hal *mh = sc->sc_mh; local
1318 struct mwl_hal *mh = sc->sc_mh; local
1823 struct mwl_hal *mh = sc->sc_mh; local
1875 struct mwl_hal *mh = sc->sc_mh; local
3001 struct mwl_hal *mh = sc->sc_mh; local
3932 struct mwl_hal *mh = sc->sc_mh; local
4227 struct mwl_hal *mh = sc->sc_mh; local
4465 struct mwl_hal *mh = sc->sc_mh; local
4813 struct mwl_hal *mh = sc->sc_mh; local
4868 struct mwl_hal *mh = sc->sc_mh; local
[all...]
/freebsd-9.3-release/tools/tools/ath/ath_ee_v14_print/
H A Dath_ee_v14_print.c146 MODAL_EEP_HEADER *mh = &eep->ee_base.modalHeader[m]; local
149 printf("| antCtrlCommon: 0x%.8x |\n", mh->antCtrlCommon);
150 printf("| switchSettling: 0x%.2x |\n", mh->switchSettling);
152 mh->adcDesiredSize, (float) mh->pgaDesiredSize / 2.0);
155 mh->antCtrlChain[0], mh->antCtrlChain[1], mh->antCtrlChain[2]);
157 mh->antennaGainCh[0], mh
[all...]
/freebsd-9.3-release/tools/tools/ath/ath_ee_v4k_print/
H A Dv4k.c89 MODAL_EEP4K_HEADER *mh = &eep->ee_base.modalHeader; local
92 printf("| antCtrlCommon: 0x%.8x |\n", mh->antCtrlCommon);
93 printf("| switchSettling: 0x%.2x |\n", mh->switchSettling);
95 mh->adcDesiredSize, (float) mh->pgaDesiredSize / 2.0);
97 printf("| antCtrlChain: 0:0x%.4x |\n", mh->antCtrlChain[0]);
98 printf("| antennaGainCh: 0:0x%.2x |\n", mh->antennaGainCh[0]);
99 printf("| txRxAttenCh: 0:0x%.2x |\n", mh->txRxAttenCh[0]);
100 printf("| rxTxMarginCh: 0:0x%.2x |\n", mh->rxTxMarginCh[0]);
101 printf("| noiseFloorThresCh: 0:0x%.2x |\n", mh
[all...]
/freebsd-9.3-release/tools/regression/netinet6/inet6_rth/
H A Dinet6_rth-segments.c226 struct msghdr mh; local
237 init_hdrs(&mh, &cmh, ancbuf, sizeof(ancbuf));
238 mh.msg_control = (caddr_t)ancbuf;
239 mh.msg_controllen = CMSG_SPACE(0) * 2; /* 2 cmsghdr with no data */
251 cmhp = CMSG_FIRSTHDR(&mh);
252 cmhnextp = CMSG_NXTHDR(&mh, cmhp);
259 init_hdrs(&mh, &cmh, ancbuf, sizeof(ancbuf));
260 mh.msg_control = (caddr_t)ancbuf;
261 mh.msg_controllen = CMSG_SPACE(0);
264 cmhp = CMSG_FIRSTHDR(&mh);
284 struct msghdr mh; local
[all...]
/freebsd-9.3-release/tools/tools/ath/ath_ee_9287_print/
H A D9287.c98 MODAL_EEP_9287_HEADER *mh = &eep->ee_base.modalHeader; local
101 printf("| antCtrlCommon: 0x%.8x |\n", mh->antCtrlCommon);
102 printf("| switchSettling: 0x%.2x |\n", mh->switchSettling);
103 printf("| adcDesiredSize: %d |\n", mh->adcDesiredSize);
107 printf("| antCtrlChain: 0:0x%.4x |\n", mh->antCtrlChain[i]);
108 printf("| antennaGainCh: 0:0x%.2x |\n", mh->antennaGainCh[i]);
109 printf("| txRxAttenCh: 0:0x%.2x |\n", mh->txRxAttenCh[i]);
110 printf("| rxTxMarginCh: 0:0x%.2x |\n", mh->rxTxMarginCh[i]);
111 printf("| noiseFloorThresCh: 0:0x%.2x |\n", mh->noiseFloorThreshCh[i]);
112 printf("| iqCalICh: 0:0x%.2x |\n", mh
[all...]
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-mobility.c173 const struct ip6_mobility *mh; local
177 mh = (struct ip6_mobility *)bp;
182 if (!TTEST(mh->ip6m_len)) {
198 mhlen = (int)((mh->ip6m_len + 1) << 3);
202 TCHECK(mh->ip6m_type);
203 type = mh->ip6m_type;
215 TCHECK2(*mh, hlen + 8);
227 TCHECK(mh->ip6m_data16[0]);
228 printf(" nonce id=0x%x", EXTRACT_16BITS(&mh->ip6m_data16[0]));
231 TCHECK2(*mh, hle
[all...]
H A DsctpHeader.h169 struct sctpHeader mh; member in struct:sctpSendableInit
235 struct sctpHeader mh; member in struct:sctpUnifiedAbortLight
240 struct sctpHeader mh; member in struct:sctpUnifiedAbortHeavy
273 struct sctpHeader mh; member in struct:sctpUnifiedStreamError
281 struct sctpHeader mh; member in struct:staleCookieMsg
292 struct sctpHeader mh; member in struct:sctpUnifiedSingleMsg
/freebsd-9.3-release/contrib/gcc/config/
H A Ddarwin-crt2.c75 struct mach_header *mh; /* the image info */ member in struct:live_images
98 darwin_unwind_dyld_add_image_hook (struct mach_header *mh, unsigned long slide)
101 l->mh = mh;
120 if ((*lip)->mh == m && (*lip)->vm_slide == s)
97 darwin_unwind_dyld_add_image_hook(struct mach_header *mh, unsigned long slide) argument
/freebsd-9.3-release/tools/tools/net80211/w00t/redir/
H A Dbuddy.c59 struct msghdr mh; local
91 memset(&mh, 0, sizeof(mh));
92 mh.msg_iov = iov;
93 mh.msg_iovlen = sizeof(iov)/sizeof(struct iovec);
96 if (sendmsg(dude, &mh, 0) != (4 + len))
/freebsd-9.3-release/usr.bin/csup/
H A Dmux.c646 struct mux_header mh; local
649 mh.type = MUX_STARTUPREQ;
650 mh.mh_startup.version = htons(MUX_PROTOVER);
651 error = sock_write(m->socket, &mh, MUX_STARTUPHDRSZ);
654 error = sock_readwait(m->socket, &mh, MUX_STARTUPHDRSZ);
657 if (mh.type != MUX_STARTUPREP ||
658 ntohs(mh.mh_startup.version) != MUX_PROTOVER)
779 struct mux_header mh; local
795 mh.type = MUX_CONNECT;
796 mh
976 struct mux_header mh; local
[all...]
/freebsd-9.3-release/sbin/camcontrol/
H A Dmodeedit.c66 #define MODE_PAGE_HEADER(mh) \
67 (struct scsi_mode_page_header *)find_mode_page_6(mh)
533 struct scsi_mode_header_6 *mh; /* Location of mode header. */ local
542 mh = (struct scsi_mode_header_6 *)data;
543 mph = MODE_PAGE_HEADER(mh);
547 buff_decode_visit(mode_pars, mh->data_length, format,
553 buff_decode_visit(mode_pars, mh->data_length, format,
563 struct scsi_mode_header_6 *mh; /* Location of mode header. */ local
580 mh = (struct scsi_mode_header_6 *)data;
581 mph = MODE_PAGE_HEADER(mh);
783 struct scsi_mode_header_6 *mh; /* Location of mode header. */ local
870 struct scsi_mode_header_6 *mh; /* Location of mode header. */ local
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/
H A Dmem_dbg.c82 static LHASH *mh = NULL; /* hash-table of memory requests (address as variable
419 if (mh == NULL) {
420 if ((mh = lh_new(mem_hash, mem_cmp)) == NULL) {
460 if ((mm = (MEM *)lh_insert(mh, (char *)m)) != NULL) {
485 if (is_MemCheck_on() && (mh != NULL)) {
489 mp = (MEM *)lh_delete(mh, (char *)&m);
536 mp = (MEM *)lh_delete(mh, (char *)&m);
545 lh_insert(mh, (char *)mp);
648 if (mh == NULL && amih == NULL)
656 if (mh !
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dunwind-dw2-fde-darwin.c77 struct mach_header *mh; /* the image info */ member in struct:live_images
161 fde = getsectdatafromheader (image->mh, "__DATA", "__eh_frame", &sz);
167 fde = getsectdatafromheader_64 ((struct mach_header_64 *) image->mh,
170 fde = getsectdatafromheader (image->mh, "__TEXT",
/freebsd-9.3-release/sys/dev/iscsi/initiator/
H A Disc_soc.c86 struct mbuf *mh, **mp; local
94 MGETHDR(mh, M_TRYWAIT, MT_DATA);
95 mh->m_pkthdr.rcvif = NULL;
96 mh->m_next = NULL;
97 mh->m_len = sizeof(union ipdu_u);
101 mh->m_len += sizeof(pp->hdr_dig);
112 if((mh->m_len + pp->ahs_len) < MHLEN) {
113 MH_ALIGN(mh, mh->m_len + pp->ahs_len);
114 bcopy(&pp->ipdu, mh
[all...]
/freebsd-9.3-release/sys/netinet/
H A Dip_gre.c253 if (ntohs(mip->mh.proto) & MOB_H_SBIT) {
255 mip->mi.ip_src.s_addr = mip->mh.osrc;
267 mip->mi.ip_dst.s_addr = mip->mh.odst;
268 mip->mi.ip_p = (ntohs(mip->mh.proto) >> 8);
270 if (gre_in_cksum((u_int16_t *)&mip->mh, msiz) != 0) {
/freebsd-9.3-release/sys/net80211/
H A Dieee80211_power.c362 struct mbuf *mh; local
372 mh = psq->psq_head[0].head;
373 if (mh != NULL)
374 age-= M_AGE_GET(mh);
376 mh = psq->psq_head[1].head;
377 if (mh != NULL) {
378 int nage = M_AGE_GET(mh) - age;
380 M_AGE_SET(mh, nage < 0 ? 0 : nage);
/freebsd-9.3-release/sys/net/
H A Dif_gre.h152 struct mobile_h mh; member in struct:mobip_h
/freebsd-9.3-release/usr.sbin/ppp/
H A Dmp.c417 struct mp_header mh, h; local
427 if (m && mp_ReadHeader(mp, m, &mh) == 0) {
434 p->dl->mp.seq = mh.seq;
470 h = mh;
474 if (m && isbefore(mp->local_is12bit, mh.seq, h.seq)) {
482 h = mh;
599 if (isbefore(mp->local_is12bit, mh.seq, h.seq))
843 struct mp_header mh; local
846 first = mp_ReadHeader(mp, mp->inbufs, &mh) ? mh
[all...]
/freebsd-9.3-release/tools/regression/sockets/unix_gc/
H A Dunix_gc.c93 struct msghdr mh; local
100 bzero(&mh, sizeof(mh));
102 mh.msg_control = &m;
103 mh.msg_controllen = sizeof(m);
108 len = sendmsg(fd, &mh, 0);
/freebsd-9.3-release/contrib/netcat/
H A Dnetcat.c864 struct msghdr mh; local
879 bzero(&mh, sizeof(mh));
884 mh.msg_control = (caddr_t)&cmsgbuf.buf;
885 mh.msg_controllen = sizeof(cmsgbuf.buf);
886 cmsg = CMSG_FIRSTHDR(&mh);
894 mh.msg_iov = &iov;
895 mh.msg_iovlen = 1;
900 r = sendmsg(STDOUT_FILENO, &mh, 0);

Completed in 184 milliseconds

12