Home
last modified time | relevance | path

Searched defs:m (Results 151 – 175 of 1345) sorted by relevance

12345678910>>...54

/dragonfly/sys/cpu/x86_64/include/
H A Dlwbuf.h61 vm_page_t m; /* currently mapped page */ member
78 lwbuf_alloc(vm_page_t m, struct lwbuf *lwb_cache) in lwbuf_alloc()
/dragonfly/sys/netgraph7/bluetooth/hci/
H A Dng_hci_ulpi.c118 struct mbuf *m = NULL; in ng_hci_lp_acl_con_req() local
317 struct mbuf *m = NULL; in ng_hci_lp_sco_con_req() local
485 struct mbuf *m = NULL; in ng_hci_lp_discon_req() local
693 struct mbuf *m = NULL; in ng_hci_lp_con_rsp() local
942 struct mbuf *m = NULL; in ng_hci_lp_qos_req() local
H A Dng_hci_main.c694 struct mbuf *m = NULL; in ng_hci_drv_rcvdata() local
777 struct mbuf *m = NULL; in ng_hci_acl_rcvdata() local
897 struct mbuf *m = NULL; in ng_hci_sco_rcvdata() local
1017 struct mbuf *m = NULL; in ng_hci_raw_rcvdata() local
/dragonfly/libexec/bootpd/
H A Dgetif.c51 int len, m, incr; in getif() local
120 u_int m = 0; /* count of matching bits */ in nmatch() local
/dragonfly/contrib/gmp/
H A Dgen-psqr.c164 mul_2exp_mod (int n, int p, int m) in mul_2exp_mod()
174 neg_mod (int n, int m) in neg_mod()
183 square_mask (mpz_t mask, int m) in square_mask()
265 mpz_t m, q, r; in generate_mod() local
/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath_debug.h101 #define IFF_DUMPPKTS(sc, m) (sc->sc_debug & (m)) argument
102 #define DPRINTF(sc, m, fmt, ...) do { \ argument
120 #define IFF_DUMPPKTS(sc, m) (0) argument
121 #define DPRINTF(sc, m, fmt, ...) do { \ argument
/dragonfly/sys/net/altq/
H A Dif_classq.h50 classq_add(struct if_classq *q, struct mbuf *m) in classq_add()
65 struct mbuf *m, *m0; in classq_get() local
/dragonfly/lib/libipfw3/layer2/
H A Dipfw3_layer2.c215 ipfw_insn_mac *m = (ipfw_insn_mac *)cmd; in show_mac() local
227 ipfw_insn_mac *m = (ipfw_insn_mac *)cmd; in show_mac_from() local
244 ipfw_insn_mac *m = (ipfw_insn_mac *)cmd; in show_mac_to() local
/dragonfly/sys/kern/
H A Dsubr_fattime.c100 #define ENC(y,m) (((y) << 9) | ((m) << 5)) argument
143 unsigned t2, l, m; in timespec2fattime() local
199 #define DCOD(m, y, l) ((m) + YEAR * (y) + (l)) argument
H A Duipc_socket.c767 struct mbuf *m; in sosend() local
1071 struct mbuf *m; in sosendtcp() local
1266 struct mbuf *m, *n; in soreceive() local
1621 struct mbuf *m, *n; in sorecvtcp() local
2440 struct mbuf *m, *m_prev; in soopt_getm() local
2469 soopt_mcopyin(struct sockopt *sopt, struct mbuf *m) in soopt_mcopyin()
2476 soopt_to_mbuf(struct sockopt *sopt, struct mbuf *m) in soopt_to_mbuf()
2499 soopt_mcopyout(struct sockopt *sopt, struct mbuf *m) in soopt_mcopyout()
2505 soopt_from_mbuf(struct sockopt *sopt, struct mbuf *m) in soopt_from_mbuf()
/dragonfly/sys/net/pf/
H A Dif_pflog.c186 struct mbuf *m; in pflogstart() local
201 pflogoutput(struct ifnet *ifp, struct mbuf *m, struct sockaddr *dst, in pflogoutput()
234 pflog_packet(struct pfi_kif *kif, struct mbuf *m, sa_family_t af, u_int8_t dir, in pflog_packet()
/dragonfly/sys/vfs/nfs/
H A Dnfs_mountrpc.c132 struct mbuf *m; in md_mount() local
225 struct mbuf *m; in md_lookup_swap() local
393 struct mbuf *m; in xdr_opaque_decode() local
H A Dnfs_socket.c547 struct mbuf *m; in nfs_receive() local
1141 struct mbuf *m; in nfs_request_setup() local
1190 struct mbuf *m; in nfs_request_auth() local
1800 struct mbuf *m; in nfs_timer_req() local
2249 struct mbuf *m; in nfs_realign() local
2564 struct mbuf *m; in nfsrv_rcv() local
2708 struct mbuf *m, **mpp; in nfsrv_getstream() local
2835 nfs_checkpkt(struct mbuf *m, int len) in nfs_checkpkt()
2868 struct mbuf *m; in nfsrv_dorec() local
/dragonfly/sys/net/
H A Dbpf.c159 struct mbuf *m; in bpf_movein() local
617 struct mbuf *m; in bpfwrite() local
1276 volatile const struct mbuf *m; in bpf_mcopy() local
1299 bpf_mtap(struct bpf_if *bp, struct mbuf *m) in bpf_mtap()
1348 bpf_mtap_hdr(struct bpf_if *arg, caddr_t data, u_int dlen, struct mbuf *m, in bpf_mtap_hdr()
1362 bpf_mtap_family(struct bpf_if *bp, struct mbuf *m, sa_family_t family) in bpf_mtap_family()
1378 bpf_ptap(struct bpf_if *bp, struct mbuf *m, const void *data, u_int dlen) in bpf_ptap()
1710 bpf_mtap(struct bpf_if *bp, struct mbuf *m) in bpf_mtap()
1715 bpf_ptap(struct bpf_if *bp, struct mbuf *m, const void *data, u_int dlen) in bpf_ptap()
H A Dradix.c94 struct radix_mask *m; in MKGet() local
106 MKFree(struct radix_mask **l, struct radix_mask *m) in MKFree()
203 const u_char *m, *n, *lim, *lim2; in rn_refines() local
379 struct radix_mask *m; in rn_match() local
643 const u_char *m, *n, *lim; in rn_lexobetter() local
666 struct radix_mask *m; in rn_new_radix_mask() local
705 struct radix_mask *m, **mp; in rn_addroute() local
877 struct radix_mask *m, *saved_m, **mp; in rn_delete() local
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_check_magic.c51 errmsg(const char *m) in errmsg()
90 archive_handle_type_name(unsigned m) in archive_handle_type_name()
/dragonfly/sys/dev/netif/ti/
H A Dif_ti.c688 ti_newbuf_std(struct ti_softc *sc, int i, struct mbuf *m) in ti_newbuf_std()
724 ti_newbuf_mini(struct ti_softc *sc, int i, struct mbuf *m) in ti_newbuf_mini()
760 ti_newbuf_jumbo(struct ti_softc *sc, int i, struct mbuf *m) in ti_newbuf_jumbo()
954 uint16_t *m; in ti_add_mcast() local
980 uint16_t *m; in ti_del_mcast() local
1632 struct mbuf *m; in ti_rxeof() local
1817 struct mbuf *m; in ti_encap() local
1987 uint16_t *m; in ti_init2() local
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_pm.c2026 static int amdgpu_debugfs_pm_info_pp(struct seq_file *m, struct amdgpu_device *adev) in amdgpu_debugfs_pm_info_pp()
2095 static void amdgpu_parse_cg_state(struct seq_file *m, u32 flags) in amdgpu_parse_cg_state()
2104 static int amdgpu_debugfs_pm_info(struct seq_file *m, void *data) in amdgpu_debugfs_pm_info()
/dragonfly/sys/netgraph7/ether/
H A Dng_ether.c236 ng_ether_input_orphan(struct ifnet *ifp, struct mbuf *m) in ng_ether_input_orphan()
577 struct mbuf *m; in ng_ether_rcvdata() local
596 ng_ether_rcv_lower(node_p node, struct mbuf *m) in ng_ether_rcv_lower()
640 ng_ether_rcv_upper(node_p node, struct mbuf *m) in ng_ether_rcv_upper()
/dragonfly/sys/netgraph7/
H A Dng_gif.c188 ng_gif_input_orphan(struct ifnet *ifp, struct mbuf *m, int af) in ng_gif_input_orphan()
293 struct mbuf *m = *mp; in ng_gif_glue_af() local
446 struct mbuf *m; in ng_gif_rcvdata() local
460 ng_gif_rcv_lower(node_p node, struct mbuf *m) in ng_gif_rcv_lower()
/dragonfly/contrib/nvi2/common/
H A Dlog.c365 MARK m; in log_backward() local
467 MARK m; in log_setline() local
551 MARK m; in log_forward() local
657 MARK m; in log_trace() local
/dragonfly/sys/vm/
H A Dvnode_pager.c342 vm_page_t m; in vnode_pager_setsize() local
416 vnode_pager_freepage(vm_page_t m) in vnode_pager_freepage()
633 vnode_pager_putpages(vm_object_t object, vm_page_t *m, int count, in vnode_pager_putpages()
679 vnode_pager_generic_putpages(struct vnode *vp, vm_page_t *m, int bytecount, in vnode_pager_generic_putpages()
/dragonfly/sys/net/stf/
H A Dif_stf.c239 stf_encapcheck(const struct mbuf *m, int off, int proto, void *arg) in stf_encapcheck()
330 stf_output_serialized(struct ifnet *ifp, struct mbuf *m, struct sockaddr *dst, in stf_output_serialized()
444 stf_output(struct ifnet *ifp, struct mbuf *m, struct sockaddr *dst, in stf_output()
545 struct mbuf *m; in in_stf_input() local
/dragonfly/lib/libusb/
H A Dlibusb20_desc.h207 #define LIBUSB20_DEVICE_DESC(m,n) \ argument
225 #define LIBUSB20_ENDPOINT_DESC(m,n) \ argument
237 #define LIBUSB20_INTERFACE_DESC(m,n) \ argument
250 #define LIBUSB20_CONFIG_DESC(m,n) \ argument
262 #define LIBUSB20_CONTROL_SETUP(m,n) \ argument
271 #define LIBUSB20_SS_ENDPT_COMP_DESC(m,n) \ argument
280 #define LIBUSB20_USB_20_DEVCAP_DESC(m,n) \ argument
288 #define LIBUSB20_SS_USB_DEVCAP_DESC(m,n) \ argument
300 #define LIBUSB20_BOS_DESCRIPTOR(m,n) \ argument
/dragonfly/sys/netgraph7/iface/
H A Dng_iface.c415 ng_iface_output(struct ifnet *ifp, struct mbuf *m, in ng_iface_output()
461 struct mbuf *m; in ng_iface_start() local
477 ng_iface_bpftap(struct ifnet *ifp, struct mbuf *m, sa_family_t family) in ng_iface_bpftap()
497 ng_iface_send(struct ifnet *ifp, struct mbuf *m, sa_family_t sa) in ng_iface_send()
777 struct mbuf *m; in ng_iface_rcvdata() local

12345678910>>...54