Home
last modified time | relevance | path

Searched defs:_m (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/sys/sys/
H A Dbitops.h265 fast_divide32_prepare(uint32_t _div, uint32_t * __restrict _m, in fast_divide32_prepare()
280 fast_divide32(uint32_t _v, uint32_t _div __unused, uint32_t _m, uint8_t _s1, in fast_divide32()
290 fast_remainder32(uint32_t _v, uint32_t _div, uint32_t _m, uint8_t _s1, in fast_remainder32()
/netbsd-src/sys/net/
H A Dbpf.h478 bpf_mtap(struct ifnet *_ifp, struct mbuf *_m, u_int _direction) in bpf_mtap()
490 bpf_mtap2(struct bpf_if *_bpf, void *_data, u_int _dlen, struct mbuf *_m, in bpf_mtap2()
497 bpf_mtap3(struct bpf_if *_bpf, struct mbuf *_m, u_int _direction) in bpf_mtap3()
504 bpf_mtap_af(struct ifnet *_ifp, uint32_t _af, struct mbuf *_m, in bpf_mtap_af()
534 bpf_mtap_sl_in(struct ifnet *_ifp, u_char *_hdr, struct mbuf **_m) in bpf_mtap_sl_in()
540 bpf_mtap_sl_out(struct ifnet *_ifp, u_char *_hdr, struct mbuf *_m) in bpf_mtap_sl_out()
554 bpf_mtap_softint(struct ifnet *_ifp, struct mbuf *_m) in bpf_mtap_softint()
/netbsd-src/sys/net80211/
H A Dieee80211_var.h393 #define ieee80211_msg(_ic, _m) ((_ic)->ic_debug & (_m)) argument
394 #define IEEE80211_DPRINTF(_ic, _m, _fmt, ...) do { \ argument
398 #define IEEE80211_NOTE(_ic, _m, _ni, _fmt, ...) do { \ argument
402 #define IEEE80211_NOTE_MAC(_ic, _m, _mac, _fmt, ...) do { \ argument
426 #define IEEE80211_DPRINTF(_ic, _m, _fmt, ...) argument
427 #define IEEE80211_NOTE(_ic, _m, _ni, _fmt, ...) argument
428 #define IEEE80211_NOTE_MAC(_ic, _m, _mac, _fmt, ...) argument
430 #define ieee80211_msg(_ic, _m) 0 argument
H A Dieee80211_netbsd.h115 #define IEEE80211_NODE_SAVEQ_DEQUEUE(_ni, _m, _qlen) do { \ argument
128 #define _IEEE80211_NODE_SAVEQ_DEQUEUE_HEAD(_ni, _m) do { \ argument
131 #define _IEEE80211_NODE_SAVEQ_ENQUEUE(_ni, _m, _qlen, _age) do {\ argument
H A Dieee80211_input.c105 #define IEEE80211_DISCARD(_ic, _m, _wh, _type, _fmt, ...) do { \ argument
109 #define IEEE80211_DISCARD_IE(_ic, _m, _wh, _type, _fmt, ...) do { \ argument
113 #define IEEE80211_DISCARD_MAC(_ic, _m, _mac, _type, _fmt, ...) do { \ argument
129 #define IEEE80211_DISCARD(_ic, _m, _wh, _type, _fmt, ...) argument
130 #define IEEE80211_DISCARD_IE(_ic, _m, _wh, _type, _fmt, ...) argument
131 #define IEEE80211_DISCARD_MAC(_ic, _m, _mac, _type, _fmt, ...) argument
H A Dieee80211.c522 #define IEEERATE(_ic,_m,_i) \ in findrate() argument
H A Dieee80211_ioctl.c462 #define IEEERATE(_ic,_m,_i) \ in findrate() argument
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Dmagic.h34 checkmagic(const void *_p, unsigned int _m) in checkmagic()
/netbsd-src/sys/dev/bluetooth/
H A Dbcsp.c758 struct mbuf *_m; in bcsp_pktintegrity_transmit() local
815 struct mbuf *_m; in bcsp_pktintegrity_receive() local
898 struct mbuf *_m = NULL; in bcsp_mux_transmit() local
1124 struct mbuf *_m; in bcsp_tx_reliable_pkt() local
1258 struct mbuf *m, *_m; in bcsp_timer_timeout() local
1364 struct mbuf *_m; in bcsp_tx_unreliable_pkt() local
H A Dbth5.c802 struct mbuf *_m; in bth5_pktintegrity_transmit() local
859 struct mbuf *_m; in bth5_pktintegrity_receive() local
943 struct mbuf *_m = NULL; in bth5_mux_transmit() local
1184 struct mbuf *_m; in bth5_tx_reliable_pkt() local
1304 struct mbuf *m, *_m; in bth5_timer_timeout() local
1412 struct mbuf *_m; in bth5_tx_unreliable_pkt() local
/netbsd-src/sys/arch/riscv/starfive/
H A Djh7100_clkc.h
/netbsd-src/external/bsd/ipf/bin/ipftest/
H A Dbpf_filter.c107 #define MINDEX(len, _m, _k) \ argument
/netbsd-src/sys/arch/arm/sunxi/
H A Dsunxi_ccu.h129 #define SUNXI_CCU_NKMP_TABLE(_id, _name, _parent, _reg, _n, _k, _m, \ argument
150 #define SUNXI_CCU_NKMP(_id, _name, _parent, _reg, _n, _k, _m, \ argument
182 #define SUNXI_CCU_NM(_id, _name, _parents, _reg, _n, _m, _sel, \ argument
391 #define SUNXI_CCU_FRACTIONAL(_id, _name, _parent, _reg, _m, _m_min, _m_max, \ argument
/netbsd-src/sys/arch/arm/amlogic/
H A Dmeson_clk.h262 #define MESON_CLK_PLL_RATE(_id, _name, _parent, _enable, _m, _n, _frac, _l, \ argument
280 #define MESON_CLK_PLL(_id, _name, _parent, _enable, _m, _n, _frac, _l, \ argument
/netbsd-src/external/gpl2/gmake/dist/
H A Dremake.c1377 # define S_ISLNK(_m) (((_m)&S_IFMT)==S_IFLNK) in name_mtime() argument
/netbsd-src/usr.sbin/tprof/
H A Dtprof_top.c557 #define TS_PRINT(idx, label, _m) \ in show_tprof_stat() argument
/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_nat.h604 #define NAT_HASH_FN(_k,_l,_m) (((_k) + ((_k) >> 12) + _l) % (_m)) argument
605 #define NAT_HASH_FN6(_k,_l,_m) ((((u_32_t *)(_k))[3] \ argument
/netbsd-src/sys/arch/arm/rockchip/
H A Drk_cru.h84 #define RK3588_PLL_RATE(_rate, _p, _m, _s, _k) \ argument
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dreadelf.c9131 #define PF(_m) if (tp->_m) printf (#_m " "); in dump_hppa_unwind() argument
9132 #define PV(_m) if (tp->_m) printf (#_m "=%d ", tp->_m); in dump_hppa_unwind() argument
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dreadelf.c9682 #define PF(_m) if (tp->_m) printf (#_m " "); in dump_hppa_unwind() argument
9683 #define PV(_m) if (tp->_m) printf (#_m "=%d ", tp->_m); in dump_hppa_unwind() argument
/netbsd-src/sys/dev/pci/ixgbe/
H A Dixgbe_type.h815 #define IXGBE_LSECRXKEY(_n, _m) (0x08F20 + ((0x10 * (_n)) + (4 * (_m)))) argument