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

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_newsysctl.c260 * value (req->oldptr != NULL), we copy the data (bigValue etc.) out,
329 if (trunc && req->oldptr && req->oldlen && (req->oldlen<strlen(pValue) + 1)) {
851 if (req->oldptr) {
856 bcopy((const void*)p, CAST_DOWN(char *, (req->oldptr + req->oldidx)), i);
859 if (req->oldptr && i != l)
890 req.oldptr = CAST_USER_ADDR_T(old);
904 vsunlock(req.oldptr, (user_size_t)req.oldlen, B_WRITE);
924 if (req->oldptr) {
931 error = copyout((const void*)p, (req->oldptr + req->oldidx), i);
936 if (req->oldptr
[all...]
H A Dkern_credential.c4319 if (req->oldptr == USER_ADDR_NULL) {
4399 if (req->oldptr == USER_ADDR_NULL) {
H A Dkern_sysctl.c1007 if (req->oldptr == USER_ADDR_NULL) {
2529 if (req->oldptr != USER_ADDR_NULL) {
H A Duipc_usrreq.c1092 if (req->oldptr == USER_ADDR_NULL) {
H A Dkern_proc.c1571 if (!req->oldptr) {
/macosx-10.5.8/xnu-1228.15.4/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 Dip_divert.c544 if (req->oldptr == USER_ADDR_NULL) {
H A Draw_ip.c835 if (req->oldptr == USER_ADDR_NULL) {
H A Dudp_usrreq.c890 if (req->oldptr == USER_ADDR_NULL) {
H A Dtcp_subr.c1079 if (req->oldptr == USER_ADDR_NULL) {
H A Dtcp_input.c3860 if (req->oldptr == 0) {
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsysctl.h199 user_addr_t oldptr; member in struct:sysctl_req
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_vfsops.c2765 if (req->oldptr != USER_ADDR_NULL) {
2807 if (req->oldptr != USER_ADDR_NULL) {
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_subr.c2920 if (req->oldptr == USER_ADDR_NULL) {
3219 if (req->oldptr != USER_ADDR_NULL) {

Completed in 146 milliseconds