Home
last modified time | relevance | path

Searched refs:mp0 (Results 1 – 11 of 11) 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.h533 struct mbuf **mp0, struct mbuf **controlp, int *flagsp);
535 struct uio *uio, struct mbuf **mp0, struct mbuf **controlp,
538 struct uio *uio, struct mbuf **mp0, struct mbuf **controlp,
541 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.c3264 struct sockaddr **psa, struct uio *uio, struct mbuf **mp0, argument
3349 if (mp0 != NULL) {
3352 if (*mp0 == NULL)
3353 *mp0 = sb->sb_mb;
3355 m_cat(*mp0, sb->sb_mb);
3382 if (*mp0 != NULL)
3383 m_cat(*mp0, m);
3385 *mp0 = m;
3386 if (*mp0 == NULL) {
3436 struct mbuf **mp0, struct mbuf **controlp, int *flagsp) argument
[all …]
H A Duipc_usrreq.c1387 struct uio *uio, struct mbuf **mp0, struct mbuf **controlp, int *flagsp) in uipc_soreceive_stream_or_seqpacket() argument
1395 MPASS(mp0 == NULL); in uipc_soreceive_stream_or_seqpacket()
2237 struct mbuf **mp0, struct mbuf **controlp, int *flagsp) in uipc_soreceive_dgram() argument
2245 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.c534 static m_pool_s mp0 = {0, 0, ___mp0_getp, ___mp0_freep}; variable
536 static m_pool_s mp0 = {0, 0, ___mp0_getp}; variable
546 m = __sym_calloc(&mp0, size, name); in sym_calloc()
557 __sym_mfree(&mp0, ptr, size, name); in sym_mfree()
589 vbp = __sym_calloc(&mp0, sizeof(*vbp), "VTOB"); in ___dma_getp()
611 __sym_mfree(&mp0, vbp, sizeof(*vbp), "VTOB"); in ___dma_getp()
629 __sym_mfree(&mp0, vbp, sizeof(*vbp), "VTOB"); in ___dma_freep()
638 for (mp = mp0.next; mp && mp->dev_dmat != dev_dmat; mp = mp->next); in ___get_dma_pool()
646 mp = __sym_calloc(&mp0, sizeof(*mp), "MPOOL"); in ___cre_dma_pool()
659 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