Searched refs:UIO_SIZEOF (Results 1 - 22 of 22) sorted by relevance

/darwin-on-arm/xnu/security/
H A Dmac_vfs_subr.c161 char uio_buf[ UIO_SIZEOF(1) ];
191 char uio_buf[ UIO_SIZEOF(1) ];
/darwin-on-arm/xnu/bsd/sys/
H A Duio_internal.h161 * UIO_SIZEOF - return the amount of space a uio_t requires to
165 #define UIO_SIZEOF( a_iovcount ) \ macro
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_quota.c419 char uio_buf[ UIO_SIZEOF(1) ];
474 char uio_buf[ UIO_SIZEOF(1) ];
795 char uio_buf[ UIO_SIZEOF(1) ];
1007 char uio_buf[ UIO_SIZEOF(1) ];
H A Dvfs_syscalls.c4998 char uio_buf[ UIO_SIZEOF(1) ];
6921 char uio_buf[ UIO_SIZEOF(1) ];
7192 char uio_buf[ UIO_SIZEOF(1) ];
7466 char uio_buf[ UIO_SIZEOF(1) ];
8793 char uio_buf[ UIO_SIZEOF(1) ];
8874 char uio_buf[ UIO_SIZEOF(1) ];
8927 char uio_buf[ UIO_SIZEOF(1) ];
8983 char uio_buf[ UIO_SIZEOF(1) ];
9131 char uio_buf[ UIO_SIZEOF(1) ];
9172 char uio_buf[ UIO_SIZEOF(
[all...]
H A Dvfs_attrlist.c580 char uio_buf[UIO_SIZEOF(1)];
1657 char uio_buf[UIO_SIZEOF(1)];
H A Dvfs_lookup.c1288 char uio_buf[ UIO_SIZEOF(1) ];
H A Dvfs_vnops.c835 char uio_buf[ UIO_SIZEOF(1) ];
H A Dvfs_subr.c7890 char uio_buf[ UIO_SIZEOF(1) ];
/darwin-on-arm/xnu/bsd/netat/
H A Daurp_aurpd.c205 char uio_buf[ UIO_SIZEOF(0) ];
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_serv.c702 char uio_buf[ UIO_SIZEOF(4) ];
704 int uio_buflen = UIO_SIZEOF(4);
721 uio_buflen = UIO_SIZEOF(mpcnt);
831 char uio_buf[ UIO_SIZEOF(0) ];
892 MALLOC(uio_bufp, char *, UIO_SIZEOF(mreadcnt), M_TEMP, M_WAITOK);
895 UIO_READ, uio_bufp, UIO_SIZEOF(mreadcnt));
1264 MALLOC(uio_bufp, char *, UIO_SIZEOF(mcount), M_TEMP, M_WAITOK);
1266 auio = uio_createwithbuffer(mcount, off, UIO_SYSSPACE, UIO_WRITE, uio_bufp, UIO_SIZEOF(mcount));
1554 MALLOC(uio_bufp, char *, UIO_SIZEOF(i), M_TEMP, M_WAITOK);
1557 UIO_WRITE, uio_bufp, UIO_SIZEOF(
[all...]
H A Dnfs_bio.c1658 char uio_buf [ UIO_SIZEOF(1) ];
2158 char uio_buf[ UIO_SIZEOF(1) ];
2610 char uio_buf [ UIO_SIZEOF(1) ];
2696 char uio_buf [ UIO_SIZEOF(1) ];
2814 char uio_buf [ UIO_SIZEOF(1) ];
H A Dnfs_vnops.c2512 char auio_buf [ UIO_SIZEOF(1) ];
6669 char uio_buf [ UIO_SIZEOF(1) ];
6981 char uio_buf [ UIO_SIZEOF(1) ];
H A Dnfs4_vnops.c7758 char uio_buf [ UIO_SIZEOF(1) ];
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_cprotect.c918 char uio_buf[UIO_SIZEOF(1)];
1224 char uio_buf[UIO_SIZEOF(1)];
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_subr.c580 my_size = UIO_SIZEOF(a_iovcount);
618 my_size = UIO_SIZEOF(a_iovcount);
H A Dkpi_socket.c682 char uio_buf[ UIO_SIZEOF((msg != NULL) ? msg->msg_iovlen : 0) ];
803 char uio_buf[ UIO_SIZEOF((msg != NULL ? msg->msg_iovlen : 1)) ];
H A Dsys_generic.c355 char uio_buf[ UIO_SIZEOF(1) ];
571 char uio_buf[ UIO_SIZEOF(1) ];
H A Ddecmpfs.c447 char uio_buf[ UIO_SIZEOF(1) ];
H A Duipc_syscalls.c2220 char uio_buf[UIO_SIZEOF(sendfileuiobufs)]; /* 1 KB !!! */
H A Dkern_descrip.c389 char uio_buf[ UIO_SIZEOF(1) ];
/darwin-on-arm/xnu/bsd/netinet/
H A Din_dhcp.c326 char uio_buf[ UIO_SIZEOF(1) ];
/darwin-on-arm/xnu/bsd/dev/vn/
H A Dvn.c254 char uio_buf[UIO_SIZEOF(1)];

Completed in 308 milliseconds