| /src/sys/dev/ral/ |
| H A D | rt2661.c | 1361 struct mbuf *mprot; in rt2661_sendprot() local 1366 mprot = ieee80211_alloc_prot(ni, m, rate, prot); in rt2661_sendprot() 1367 if (mprot == NULL) { in rt2661_sendprot() 1377 error = bus_dmamap_load_mbuf_sg(txq->data_dmat, data->map, mprot, segs, in rt2661_sendprot() 1382 m_freem(mprot); in rt2661_sendprot() 1386 data->m = mprot; in rt2661_sendprot() 1396 rt2661_setup_tx_desc(sc, desc, flags, 0, mprot->m_pkthdr.len, in rt2661_sendprot()
|
| H A D | rt2560.c | 1594 struct mbuf *mprot; in rt2560_sendprot() local 1599 mprot = ieee80211_alloc_prot(ni, m, rate, prot); in rt2560_sendprot() 1600 if (mprot == NULL) { in rt2560_sendprot() 1611 mprot, segs, &nsegs, 0); in rt2560_sendprot() 1615 m_freem(mprot); in rt2560_sendprot() 1619 data->m = mprot; in rt2560_sendprot() 1629 rt2560_setup_tx_desc(sc, desc, flags, mprot->m_pkthdr.len, protrate, 1, in rt2560_sendprot()
|
| /src/sys/dev/usb/wlan/ |
| H A D | if_ural.c | 1124 struct mbuf *mprot; in ural_sendprot() local 1127 mprot = ieee80211_alloc_prot(ni, m, rate, prot); in ural_sendprot() 1128 if (mprot == NULL) { in ural_sendprot() 1144 data->m = mprot; in ural_sendprot() 1147 ural_setup_tx_desc(sc, &data->desc, flags, mprot->m_pkthdr.len, protrate); in ural_sendprot()
|
| H A D | if_rum.c | 1417 struct mbuf *mprot; in rum_sendprot() local 1422 mprot = ieee80211_alloc_prot(ni, m, rate, prot); in rum_sendprot() 1423 if (mprot == NULL) { in rum_sendprot() 1439 data->m = mprot; in rum_sendprot() 1443 mprot->m_pkthdr.len, protrate); in rum_sendprot()
|
| H A D | if_mtw.c | 3299 struct mbuf *mprot; in mtw_sendprot() local 3312 mprot = ieee80211_alloc_prot(ni, m, rate, prot); in mtw_sendprot() 3313 if (mprot == NULL) { in mtw_sendprot() 3337 data->m = mprot; in mtw_sendprot()
|
| H A D | if_run.c | 3663 struct mbuf *mprot; in run_sendprot() local 3676 mprot = ieee80211_alloc_prot(ni, m, rate, prot); in run_sendprot() 3677 if (mprot == NULL) { in run_sendprot() 3701 data->m = mprot; in run_sendprot()
|
| /src/tests/sys/fs/fusefs/ |
| H A D | utils.cc | 586 int mprot = PROT_READ | PROT_WRITE; in fork() local 598 sem = (sem_t*)mmap(NULL, sizeof(*sem), mprot, mflags, -1, 0); in fork()
|
| H A D | interrupt.cc | 157 const int mprot = PROT_READ | PROT_WRITE; in SetUp() local 163 mprot, mflags, -1, 0); in SetUp()
|
| /src/sys/net80211/ |
| H A D | ieee80211_output.c | 3364 struct mbuf *mprot; in ieee80211_alloc_prot() local 3381 mprot = ieee80211_alloc_rts(ic, wh->i_addr1, wh->i_addr2, dur); in ieee80211_alloc_prot() 3383 mprot = ieee80211_alloc_cts(ic, vap->iv_myaddr, dur); in ieee80211_alloc_prot() 3385 return (mprot); in ieee80211_alloc_prot()
|
| /src/sys/dev/bwn/ |
| H A D | if_bwn.c | 6395 struct mbuf *mprot; in bwn_set_txhdr() local 6524 mprot = ieee80211_alloc_prot(ni, m, rate, ic->ic_protmode); in bwn_set_txhdr() 6525 if (mprot == NULL) { in bwn_set_txhdr() 6545 bcopy(mtod(mprot, uint8_t *), prot_ptr, mprot->m_pkthdr.len); in bwn_set_txhdr() 6546 m_freem(mprot); in bwn_set_txhdr()
|