Home
last modified time | relevance | path

Searched defs:m (Results 126 – 150 of 1345) sorted by relevance

12345678910>>...54

/dragonfly/sys/net/altq/
H A Daltq_fairq.c536 fairq_enqueue(struct ifaltq_subque *ifsq, struct mbuf *m, in fairq_enqueue()
609 struct mbuf *m; in fairq_dequeue() local
717 fairq_addq(struct fairq_class *cl, struct mbuf *m, int hash) in fairq_addq()
792 struct mbuf *m; in fairq_getq() local
864 struct mbuf *m; in fairq_pollq() local
962 struct mbuf *m; in fairq_purgeq() local
/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath_rx.c256 struct mbuf *m; in ath_legacy_rxbuf_init() local
347 ath_recv_mgmt(struct ieee80211_node *ni, struct mbuf *m, in ath_recv_mgmt()
500 ath_rx_tap_vendor(struct ath_softc *sc, struct mbuf *m, in ath_rx_tap_vendor()
565 ath_rx_tap(struct ath_softc *sc, struct mbuf *m, in ath_rx_tap()
648 struct mbuf *m) in ath_rx_pkt()
1031 struct mbuf *m; in ath_rx_proc() local
/dragonfly/sys/netgraph7/bluetooth/l2cap/
H A Dng_l2cap_evnt.c157 struct mbuf *m = NULL; in ng_l2cap_process_signal_cmd() local
350 struct mbuf *m = con->rx_pkt; in ng_l2cap_process_con_req() local
404 struct mbuf *m = con->rx_pkt; in ng_l2cap_process_con_rsp() local
524 struct mbuf *m = con->rx_pkt; in ng_l2cap_process_cfg_req() local
658 struct mbuf *m = con->rx_pkt; in ng_l2cap_process_cfg_rsp() local
1266 get_next_l2cap_opt(struct mbuf *m, int *off, ng_l2cap_cfg_opt_p hdr, in get_next_l2cap_opt()
/dragonfly/sys/netgraph7/ppp/
H A Dng_ppp.c856 struct mbuf *m; in ng_ppp_rcvdata_bypass() local
884 struct mbuf *m; in ng_ppp_bypass() local
1169 struct mbuf *m; in ng_ppp_rcvdata_decompress() local
1202 struct mbuf *m; in ng_ppp_crypt_xmit() local
1269 struct mbuf *m; in ng_ppp_rcvdata_decrypt() local
1299 struct mbuf *m; in ng_ppp_link_xmit() local
1388 struct mbuf *m; in ng_ppp_rcvdata() local
1504 struct mbuf *m; in ng_ppp_mp_recv() local
1802 struct mbuf *m; in ng_ppp_frag_process() local
1867 struct mbuf *m; in ng_ppp_frag_checkstale() local
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Drealmpfr.c30 mpfr_from_real (mpfr_ptr m, const REAL_VALUE_TYPE *r, mp_rnd_t rndmode) in mpfr_from_real()
60 real_from_mpfr (REAL_VALUE_TYPE *r, mpfr_srcptr m, tree type, mp_rnd_t rndmode) in real_from_mpfr()
H A Ddiagnostic-core.h55 #define ATTRIBUTE_GCC_DIAG(m, n) __attribute__ ((__format__ (GCC_DIAG_STYLE, m, n))) ATTRIBUTE_NONN… argument
57 #define ATTRIBUTE_GCC_DIAG(m, n) ATTRIBUTE_NONNULL(m) argument
H A Dsystem.h556 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) argument
561 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) argument
566 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) argument
571 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) argument
577 # define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK) argument
579 # define S_ISSOCK(m) 0 argument
586 # define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO) argument
588 # define S_ISFIFO(m) 0 argument
/dragonfly/sys/netinet/
H A Dip_encap.c133 struct mbuf *m = *mp; in encap4_input() local
248 struct mbuf *m = *mp; in encap6_input() local
480 encap_fillarg(struct mbuf *m, const struct encaptab *ep) in encap_fillarg()
492 encap_getarg(struct mbuf *m) in encap_getarg()
H A Din_gif.c96 in_gif_output(struct ifnet *ifp, int family, struct mbuf *m) in in_gif_output()
222 struct mbuf *m = *mp; in in_gif_input() local
359 gif_encapcheck4(const struct mbuf *m, int off, int proto, void *arg) in gif_encapcheck4()
/dragonfly/sys/vm/
H A Dvm_pageout.c314 vm_pageout_clean_helper(vm_page_t m, int vmflush_flags) in vm_pageout_clean_helper()
783 vm_pageout_page_free(vm_page_t m) in vm_pageout_page_free()
808 vm_page_t m; in vm_pageout_scan_inactive() local
1032 vm_pageout_page(vm_page_t m, long *max_launderp, long *vnodes_skippedp, in vm_pageout_page()
1409 vm_page_t m; in vm_pageout_scan_active() local
1677 vm_page_t m; in vm_pageout_scan_cache() local
1908 vm_page_t m; in vm_pageout_scan_hold() local
1965 vm_page_t m; in vm_pageout_page_stats() local
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_options.c41 const char *m, const char *o, const char *v, in _archive_set_option()
76 _archive_set_either_option(struct archive *a, const char *m, const char *o, const char *v, in _archive_set_either_option()
170 parse_option(const char **s, const char **m, const char **o, const char **v) in parse_option()
/dragonfly/sys/netproto/mpls/
H A Dmpls_demux.c58 struct mbuf *m = *mp; in mpls_lengthcheck() local
84 struct mbuf *m = *mp; in mpls_hashfn() local
/dragonfly/sys/netbt/
H A Dl2cap_lower.c110 l2cap_recv_frame(struct mbuf *m, struct hci_link *link) in l2cap_recv_frame()
161 struct mbuf *m; in l2cap_start() local
/dragonfly/contrib/gcc-8.0/gcc/
H A Ddiagnostic-core.h52 #define ATTRIBUTE_GCC_DIAG(m, n) __attribute__ ((__format__ (GCC_DIAG_STYLE, m, n))) ATTRIBUTE_NONN… argument
54 #define ATTRIBUTE_GCC_DIAG(m, n) ATTRIBUTE_NONNULL(m) argument
/dragonfly/sys/netinet6/
H A Din6_gif.c97 in6_gif_output(struct ifnet *ifp, int family, struct mbuf *m) in in6_gif_output()
236 struct mbuf *m = *mp; in in6_gif_input() local
360 gif_encapcheck6(const struct mbuf *m, int off, int proto, void *arg) in gif_encapcheck6()
/dragonfly/sys/net/gif/
H A Dif_gif.c270 gif_encapcheck(const struct mbuf *m, int off, int proto, void *arg) in gif_encapcheck()
332 gif_output_serialized(struct ifnet *ifp, struct mbuf *m, struct sockaddr *dst, in gif_output_serialized()
397 gif_output(struct ifnet *ifp, struct mbuf *m, struct sockaddr *dst, in gif_output()
412 gif_input(struct mbuf *m, int af, struct ifnet *ifp) in gif_input()
/dragonfly/sys/net/pf/
H A Dpf.c292 #define STATE_LOOKUP(i, k, d, s, m) \ argument
1138 struct mbuf *m) in pf_find_state()
2131 struct mbuf *m; in pf_send_tcp() local
2477 pf_match_tag(struct mbuf *m, struct pf_rule *r, int *tag) in pf_match_tag()
2487 pf_tag_packet(struct mbuf *m, int tag, int rtableid) in pf_tag_packet()
5780 struct mbuf *m, struct pf_pdesc *pd) in pf_test_state_other()
5869 pf_pull_hdr(struct mbuf *m, int off, void *p, int len, in pf_pull_hdr()
6480 pf_find_divert(struct mbuf *m) in pf_find_divert()
6491 pf_get_divert(struct mbuf *m) in pf_get_divert()
6518 struct mbuf *m = *m0; in pf_test() local
[all …]
H A Dpf_norm.c336 struct mbuf *m = *m0, *m2; in pf_reassemble() local
556 struct mbuf *m = *m0; in pf_fragcache() local
864 struct mbuf *m = *m0; in pf_normalize_ip() local
1117 struct mbuf *m = *m0; in pf_normalize_ip6() local
1292 pf_normalize_tcp(int dir, struct pfi_kif *kif, struct mbuf *m, int ipoff, in pf_normalize_tcp()
1407 pf_normalize_tcp_init(struct mbuf *m, int off, struct pf_pdesc *pd, in pf_normalize_tcp_init()
1501 pf_normalize_tcp_stateful(struct mbuf *m, int off, struct pf_pdesc *pd, in pf_normalize_tcp_stateful()
1908 pf_normalize_tcpopt(struct pf_rule *r, struct mbuf *m, struct tcphdr *th, in pf_normalize_tcpopt()
/dragonfly/crypto/openssh/
H A Dentropy.c63 rexec_send_rng_seed(struct sshbuf *m) in rexec_send_rng_seed()
80 rexec_recv_rng_seed(struct sshbuf *m) in rexec_recv_rng_seed()
/dragonfly/sys/dev/virtual/virtio/net/
H A Dif_vtnet.c1182 struct mbuf *m; in vtnet_free_rx_mbufs() local
1226 struct mbuf *m_head, *m_tail, *m; in vtnet_alloc_rxbuf() local
1275 struct mbuf *m, *m_prev; in vtnet_replace_rxbuf() local
1366 struct mbuf *m; in vtnet_newbuf() local
1384 struct mbuf *m; in vtnet_discard_merged_rxbuf() local
1559 vtnet_vlan_tag_remove(struct mbuf *m) in vtnet_vlan_tag_remove()
1641 struct mbuf *m, *m_tail; in vtnet_rxeof_merged() local
1689 struct mbuf *m; in vtnet_rxeof() local
1997 struct mbuf *m; in vtnet_enqueue_txbuf() local
2036 vtnet_vlan_tag_insert(struct mbuf *m) in vtnet_vlan_tag_insert()
[all …]
/dragonfly/sys/net/
H A Dif_loop.c149 lo_output(struct ifnet *ifp, struct mbuf *m, struct sockaddr *dst, in lo_output()
202 if_simloop(struct ifnet *ifp, struct mbuf *m, int af, int hlen) in if_simloop()
294 struct mbuf *m; in lo_altqstart() local
/dragonfly/sys/sys/
H A Din_cksum.h59 in_cksum(const struct mbuf *m, int len) in in_cksum()
65 in_cksum_skip(const struct mbuf *m, int len, int skip) in in_cksum_skip()
/dragonfly/games/larn/
H A Dmonster.c717 int m; in direct() local
777 int x, y, m; in godirect() local
923 int m; in tdirect() local
956 int x, y, m; in omnidirect() local
1068 int x, y, m; in dirpoly() local
1492 int i, j = 0, k, m; in spattack() local
1728 int m; in newsphere() local
/dragonfly/contrib/nvi2/regex/
H A Dengine.c138 struct match *m = &mv; in matcher() local
292 dissect(struct match *m, const RCHAR_T *start, const RCHAR_T *stop, in dissect()
474 backref(struct match *m, const RCHAR_T *start, const RCHAR_T *stop, in backref()
680 fast(struct match *m, const RCHAR_T *start, const RCHAR_T *stop, sopno startst, in fast()
765 slow(struct match *m, const RCHAR_T *start, const RCHAR_T *stop, sopno startst, in slow()
969 print(struct match *m, char *caption, states st, int ch, FILE *d) in print()
993 at(struct match *m, char *title, char *start, char *stop, sopno startst, in at()
/dragonfly/usr.sbin/ppp/
H A Dmp.c137 mp_ReadHeader(struct mp *mp, struct mbuf *m, struct mp_header *header) in mp_ReadHeader()
416 mp_Assemble(struct mp *mp, struct mbuf *m, struct physical *p) in mp_Assemble()
634 struct mbuf *m, u_int32_t begin, u_int32_t end) in mp_Output()
674 struct mbuf *m, *mo; in mp_FillPhysicalQueues() local
832 struct mbuf *m, *lm; in mp_ShowStatus() local
924 const u_char *m = (const u_char *)address; in mp_Enddisc() local

12345678910>>...54