/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 | 531 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 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 | 3230 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 D | uipc_domain.c | 168 struct uio *uio, struct mbuf **mp0, struct mbuf **controlp, int *flagsp) in pr_soreceive_notsupp() argument
|
H A D | uipc_usrreq.c | 1441 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 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 | 537 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 D | hv_sock.c | 618 struct uio *uio, struct mbuf **mp0, struct mbuf **controlp, int *flagsp) in hvs_trans_soreceive() argument
|