| /freebsd/tools/test/stress2/misc/ |
| H A D | zfs17.sh | 27 mp0=/stress2_tank/test # zfs mount 42 zfs create ${mp0#/} 45 mount -t nullfs $mp0 $mp1 66 zfs umount ${mp0#/}
|
| H A D | zfs18.sh | 84 mp0=/stress2_tank/test # zfs mount 95 zfs create ${mp0#/} 125 zfs umount ${mp0#/}
|
| /freebsd/sys/sys/ |
| H A D | socketvar.h | 533 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 D | sdp_main.c | 1220 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 D | uipc_socket.c | 3264 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 D | uipc_usrreq.c | 1387 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 D | marvell,kirkwood-pinctrl.txt | 130 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 D | sctputil.h | 269 struct mbuf **mp0,
|
| H A D | sctputil.c | 6545 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 D | sym_hipd.c | 534 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 D | hv_sock.c | 618 struct uio *uio, struct mbuf **mp0, struct mbuf **controlp, int *flagsp) in hvs_trans_soreceive() argument
|