Home
last modified time | relevance | path

Searched refs:mp0 (Results 1 – 12 of 12) sorted by relevance

/freebsd/tools/test/stress2/misc/
H A Dzfs17.sh27 mp0=/stress2_tank/test # zfs mount
42 zfs create ${mp0#/}
45 mount -t nullfs $mp0 $mp1
66 zfs umount ${mp0#/}
H A Dzfs18.sh84 mp0=/stress2_tank/test # zfs mount
95 zfs create ${mp0#/}
125 zfs umount ${mp0#/}
/freebsd/sys/sys/
H A Dsocketvar.h531 struct mbuf **mp0, struct mbuf **controlp, int *flagsp);
533 struct uio *uio, struct mbuf **mp0, struct mbuf **controlp,
536 struct uio *uio, struct mbuf **mp0, struct mbuf **controlp,
539 struct uio *uio, struct mbuf **mp0, struct mbuf **controlp,
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_main.c1220 struct mbuf **mp0, struct mbuf **controlp, int *flagsp) in sdp_sorecv() argument
1240 if (mp0 != NULL) in sdp_sorecv()
1241 *mp0 = NULL; in sdp_sorecv()
1334 if (mp0 != NULL) { in sdp_sorecv()
1337 for (*mp0 = m = sb->sb_mb; in sdp_sorecv()
1360 if (*mp0 != NULL) in sdp_sorecv()
1363 *mp0 = m; in sdp_sorecv()
1364 if (*mp0 == NULL) { in sdp_sorecv()
/freebsd/sys/kern/
H A Duipc_socket.c3230 struct sockaddr **psa, struct uio *uio, struct mbuf **mp0, argument
3315 if (mp0 != NULL) {
3318 if (*mp0 == NULL)
3319 *mp0 = sb->sb_mb;
3321 m_cat(*mp0, sb->sb_mb);
3348 if (*mp0 != NULL)
3349 m_cat(*mp0, m);
3351 *mp0 = m;
3352 if (*mp0 == NULL) {
3402 struct mbuf **mp0, struct mbuf **controlp, int *flagsp) argument
[all …]
H A Duipc_domain.c168 struct uio *uio, struct mbuf **mp0, struct mbuf **controlp, int *flagsp) in pr_soreceive_notsupp() argument
H A Duipc_usrreq.c1441 struct mbuf **mp0, struct mbuf **controlp, int *flagsp) in uipc_soreceive_dgram() argument
1449 MPASS(mp0 == NULL); in uipc_soreceive_dgram()
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dmarvell,kirkwood-pinctrl.txt130 mpp20 20 gpio, ge1(txd0), ts(mp0), tdm(tx0ql), audio(spdifi),
179 mpp20 20 gpio, ge1(txd0), ts(mp0), tdm(tx0ql), audio(spdifi),
199 mpp36 36 gpio, ts(mp0), tdm(spi-cs1), audio(spdifi)
243 mpp20 20 gpio, ge1(txd0), ts(mp0), tdm(tx0ql), audio(spdifi),
269 mpp36 36 gpio, ts(mp0), tdm(spi-cs1), audio(spdifi), twsi1(sda)
/freebsd/sys/netinet/
H A Dsctputil.h269 struct mbuf **mp0,
H A Dsctputil.c6545 struct mbuf **mp0, in sctp_soreceive() argument
6587 error = sctp_sorecvmsg(so, uio, mp0, from, fromlen, &flags, in sctp_soreceive()
/freebsd/sys/dev/sym/
H A Dsym_hipd.c537 static m_pool_s mp0 = {0, 0, ___mp0_getp, ___mp0_freep}; variable
539 static m_pool_s mp0 = {0, 0, ___mp0_getp}; variable
549 m = __sym_calloc(&mp0, size, name); in sym_calloc()
560 __sym_mfree(&mp0, ptr, size, name); in sym_mfree()
592 vbp = __sym_calloc(&mp0, sizeof(*vbp), "VTOB"); in ___dma_getp()
614 __sym_mfree(&mp0, vbp, sizeof(*vbp), "VTOB"); in ___dma_getp()
632 __sym_mfree(&mp0, vbp, sizeof(*vbp), "VTOB"); in ___dma_freep()
641 for (mp = mp0.next; mp && mp->dev_dmat != dev_dmat; mp = mp->next); in ___get_dma_pool()
649 mp = __sym_calloc(&mp0, sizeof(*mp), "MPOOL"); in ___cre_dma_pool()
662 mp->next = mp0.next; in ___cre_dma_pool()
[all …]
/freebsd/sys/dev/hyperv/hvsock/
H A Dhv_sock.c618 struct uio *uio, struct mbuf **mp0, struct mbuf **controlp, int *flagsp) in hvs_trans_soreceive() argument