| /trueos/sys/dev/ral/ |
| HD | rt2560.c | 1126 struct mbuf *mnew, *m; in rt2560_decryption_intr() local 1163 mnew = m_getcl(M_NOWAIT, MT_DATA, M_PKTHDR); in rt2560_decryption_intr() 1164 if (mnew == NULL) { in rt2560_decryption_intr() 1174 mtod(mnew, void *), MCLBYTES, rt2560_dma_map_addr, in rt2560_decryption_intr() 1177 m_freem(mnew); in rt2560_decryption_intr() 1197 data->m = mnew; in rt2560_decryption_intr() 1786 struct mbuf *mnew; in rt2560_tx_data() local 1847 mnew = m_defrag(m0, M_NOWAIT); in rt2560_tx_data() 1848 if (mnew == NULL) { in rt2560_tx_data() 1854 m0 = mnew; in rt2560_tx_data()
|
| HD | rt2661.c | 994 struct mbuf *mnew, *m; in rt2661_rx_intr() local 1033 mnew = m_getcl(M_NOWAIT, MT_DATA, M_PKTHDR); in rt2661_rx_intr() 1034 if (mnew == NULL) { in rt2661_rx_intr() 1044 mtod(mnew, void *), MCLBYTES, rt2661_dma_map_addr, in rt2661_rx_intr() 1047 m_freem(mnew); in rt2661_rx_intr() 1067 data->m = mnew; in rt2661_rx_intr() 1470 struct mbuf *mnew; in rt2661_tx_data() local 1537 mnew = m_defrag(m0, M_NOWAIT); in rt2661_tx_data() 1538 if (mnew == NULL) { in rt2661_tx_data() 1544 m0 = mnew; in rt2661_tx_data()
|
| /trueos/sys/dev/ipw/ |
| HD | if_ipw.c | 1191 struct mbuf *mnew, *m; in ipw_rx_data_intr() local 1210 mnew = m_getcl(M_NOWAIT, MT_DATA, M_PKTHDR); in ipw_rx_data_intr() 1211 if (mnew == NULL) { in ipw_rx_data_intr() 1219 error = bus_dmamap_load(sc->rxbuf_dmat, sbuf->map, mtod(mnew, void *), in ipw_rx_data_intr() 1222 m_freem(mnew); in ipw_rx_data_intr() 1242 sbuf->m = mnew; in ipw_rx_data_intr() 1600 struct mbuf *mnew; in ipw_tx_start() local 1654 mnew = m_defrag(m0, M_NOWAIT); in ipw_tx_start() 1655 if (mnew == NULL) { in ipw_tx_start() 1661 m0 = mnew; in ipw_tx_start()
|
| /trueos/sys/dev/rt/ |
| HD | if_rt.c | 1593 struct mbuf *m, *mnew; in rt_rx_eof() local 1636 mnew = m_getjcl(M_NOWAIT, MT_DATA, M_PKTHDR, in rt_rx_eof() 1638 if (mnew == NULL) { in rt_rx_eof() 1644 mnew->m_len = mnew->m_pkthdr.len = MJUMPAGESIZE; in rt_rx_eof() 1647 ring->spare_dma_map, mnew, segs, &nsegs, BUS_DMA_NOWAIT); in rt_rx_eof() 1654 m_freem(mnew); in rt_rx_eof() 1679 data->m = mnew; in rt_rx_eof()
|
| /trueos/sys/vm/ |
| HD | vm_page.c | 1203 vm_page_replace(vm_page_t mnew, vm_object_t object, vm_pindex_t pindex) in vm_page_replace() argument 1222 mnew->object = object; in vm_page_replace() 1223 mnew->pindex = pindex; in vm_page_replace() 1224 mold = vm_radix_replace(&object->rtree, mnew); in vm_page_replace() 1236 TAILQ_INSERT_AFTER(&object->memq, mpred, mnew, listq); in vm_page_replace() 1238 TAILQ_INSERT_HEAD(&object->memq, mnew, listq); in vm_page_replace() 1239 if (pmap_page_is_write_mapped(mnew)) in vm_page_replace()
|
| HD | vm_page.h | 460 vm_page_t vm_page_replace(vm_page_t mnew, vm_object_t object,
|
| /trueos/sys/dev/iwi/ |
| HD | if_iwi.c | 1198 struct mbuf *mnew, *m; in iwi_frame_intr() local 1231 mnew = m_getcl(M_NOWAIT, MT_DATA, M_PKTHDR); in iwi_frame_intr() 1232 if (mnew == NULL) { in iwi_frame_intr() 1240 mtod(mnew, void *), MCLBYTES, iwi_dma_map_addr, &data->physaddr, in iwi_frame_intr() 1243 m_freem(mnew); in iwi_frame_intr() 1263 data->m = mnew; in iwi_frame_intr() 1784 struct mbuf *mnew; in iwi_tx_start() local 1879 mnew = m_defrag(m0, M_NOWAIT); in iwi_tx_start() 1880 if (mnew == NULL) { in iwi_tx_start() 1886 m0 = mnew; in iwi_tx_start()
|
| /trueos/sys/dev/wpi/ |
| HD | if_wpi.c | 1455 struct mbuf *m, *mnew; in wpi_rx_intr() local 1491 mnew = m_getjcl(M_NOWAIT, MT_DATA, M_PKTHDR, MJUMPAGESIZE); in wpi_rx_intr() 1492 if (mnew == NULL) { in wpi_rx_intr() 1501 mtod(mnew, caddr_t), MJUMPAGESIZE, in wpi_rx_intr() 1506 m_freem(mnew); in wpi_rx_intr() 1518 data->m = mnew; in wpi_rx_intr() 1872 struct mbuf *mnew; in wpi_tx_data() local 1973 mnew = m_defrag(m0, M_NOWAIT); in wpi_tx_data() 1974 if (mnew == NULL) { in wpi_tx_data() 1980 m0 = mnew; in wpi_tx_data()
|
| /trueos/contrib/unbound/validator/ |
| HD | autotrust.c | 2005 time_t mold, mnew; in set_next_probe() local 2031 mnew = wait_probe_time(env->anchors); in set_next_probe() 2036 if(mold != mnew) { in set_next_probe() 2050 time_t mold, mnew; in autr_tp_remove() local 2076 mnew = wait_probe_time(env->anchors); in autr_tp_remove() 2091 if(mold != mnew) { in autr_tp_remove()
|
| /trueos/sys/dev/malo/ |
| HD | if_malo.c | 2040 struct mbuf *m, *mnew; in malo_rx_proc() local 2131 mnew = malo_getrxmbuf(sc, bf); in malo_rx_proc() 2132 if (mnew == NULL) { in malo_rx_proc() 2141 bf->bf_m = mnew; in malo_rx_proc()
|
| /trueos/sys/dev/usb/wlan/ |
| HD | if_uath.c | 2548 struct mbuf *m = data->m, *mnew, *mp; in uath_data_rxeof() local 2618 mnew = m_getcl(M_NOWAIT, MT_DATA, M_PKTHDR); in uath_data_rxeof() 2619 if (mnew == NULL) { in uath_data_rxeof() 2629 data->m = mnew; in uath_data_rxeof() 2630 data->buf = mtod(mnew, uint8_t *); in uath_data_rxeof()
|
| HD | if_urtw.c | 3988 struct mbuf *m, *mnew; in urtw_rxeof() local 4032 mnew = m_getcl(M_NOWAIT, MT_DATA, M_PKTHDR); in urtw_rxeof() 4033 if (mnew == NULL) { in urtw_rxeof() 4039 data->m = mnew; in urtw_rxeof() 4040 data->buf = mtod(mnew, uint8_t *); in urtw_rxeof()
|
| /trueos/contrib/gcc/config/rs6000/ |
| HD | rs6000.opt | 87 mnew-mnemonics
|
| /trueos/contrib/gcc/doc/ |
| HD | invoke.texi | 654 -mnew-mnemonics -mold-mnemonics @gol 11312 @item -mnew-mnemonics 11314 @opindex mnew-mnemonics 11317 @option{-mnew-mnemonics}, GCC uses the assembler mnemonics defined for 11326 should normally not specify either @option{-mnew-mnemonics} or 11363 @option{-mnew-mnemonics}, @option{-mpopcntb}, @option{-mpower},
|