Searched refs:oldptr (Results 1 - 20 of 20) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_newsysctl.c393 * value (req->oldptr != NULL), we copy the data (bigValue etc.) out,
415 && (req->oldptr)) {
463 if (trunc && req->oldptr && req->oldlen && (req->oldlen<strlen(pValue) + 1)) {
1260 if (req->oldptr) {
1265 bcopy((const void*)p, CAST_DOWN(char *, (req->oldptr + req->oldidx)), i);
1268 if (req->oldptr && i != l)
1299 req.oldptr = CAST_USER_ADDR_T(old);
1313 vsunlock(req.oldptr, (user_size_t)req.oldlen, B_WRITE);
1333 if (req->oldptr) {
1340 error = copyout((const void*)p, (req->oldptr
[all...]
H A Dsubr_prof.c170 user_addr_t oldp = req->oldptr; /* user buffer copy out address */
H A Dkern_sysctl.c575 user_addr_t oldp = req->oldptr; /* user buffer copy out address */
618 user_addr_t oldp = req->oldptr; /* user buffer copy out address */
678 oldp = req->oldptr;
808 user_addr_t oldp = req->oldptr; /* user buffer copy out address */
887 user_addr_t oldp = req->oldptr; /* user buffer copy out address */
1325 user_addr_t where = req->oldptr;/* user buffer copy out address */
1728 user_addr_t oldp = req->oldptr; /* user buffer copy out address */
1797 user_addr_t oldp = req->oldptr; /* user buffer copy out address */
1825 user_addr_t oldp = req->oldptr; /* user buffer copy out address */
3009 if (req->oldptr !
[all...]
H A Dkern_memorystatus.c1786 if (req->oldptr) {
1873 if (req->oldptr) {
1884 if (!ret && req->oldptr) {
H A Duipc_usrreq.c1535 if (req->oldptr == USER_ADDR_NULL) {
1659 if (req->oldptr == USER_ADDR_NULL) {
H A Dkern_credential.c5252 if (req->oldptr == USER_ADDR_NULL) {
5348 if (req->oldptr == USER_ADDR_NULL) {
H A Dkern_proc.c1648 if (!req->oldptr) {
/darwin-on-arm/xnu/bsd/netinet/
H A Ddhcp_options.c74 my_realloc(void * oldptr, int oldsize, int newsize) argument
79 bcopy(oldptr, data, oldsize);
80 my_free(oldptr);
H A Draw_ip.c984 if (req->oldptr == USER_ADDR_NULL) {
1088 if (req->oldptr == USER_ADDR_NULL) {
H A Din_pcblist.c277 if (req->oldptr == USER_ADDR_NULL) {
H A Dip_divert.c566 if (req->oldptr == USER_ADDR_NULL) {
H A Dudp_usrreq.c994 if (req->oldptr == USER_ADDR_NULL) {
1098 if (req->oldptr == USER_ADDR_NULL) {
H A Dtcp_subr.c1383 if (req->oldptr == USER_ADDR_NULL) {
1570 if (req->oldptr == USER_ADDR_NULL) {
H A Dtcp_input.c4912 if (req->oldptr == 0) {
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOStatistics.cpp651 if (req->oldptr == USER_ADDR_NULL) {
746 if (req->oldptr == USER_ADDR_NULL) {
804 if (req->oldptr == USER_ADDR_NULL) {
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_bsd.c121 if (req->oldptr == USER_ADDR_NULL) {
H A Daudit_session.c504 if (req->oldptr == USER_ADDR_NULL) {
/darwin-on-arm/xnu/bsd/sys/
H A Dsysctl.h195 user_addr_t oldptr; /* pointer to user supplied buffer */ member in struct:sysctl_req
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_vfsops.c5404 if (req->oldptr != USER_ADDR_NULL) {
5453 if (req->oldptr != USER_ADDR_NULL) {
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_subr.c3250 if (req->oldptr == USER_ADDR_NULL) {
3550 if (req->oldptr != USER_ADDR_NULL) {

Completed in 248 milliseconds