Searched refs:tmp_ptr (Results 1 – 3 of 3) sorted by relevance
| /xnu-10002.41.9/bsd/skywalk/nexus/ |
| H A D | nexus.c | 349 user_addr_t tmp_ptr = USER_ADDR_NULL; in nxctl_get_nexus_prov_list() local 379 tmp_ptr = nrlr.nrl_regs; in nxctl_get_nexus_prov_list() 380 if (tmp_ptr != USER_ADDR_NULL && nrlr.nrl_num_regs > 0) { in nxctl_get_nexus_prov_list() 424 if (err == 0 && tmp_ptr != USER_ADDR_NULL) { in nxctl_get_nexus_prov_list() 426 err = copyout(nres, tmp_ptr, in nxctl_get_nexus_prov_list() 429 bcopy(nres, CAST_DOWN(caddr_t, tmp_ptr), in nxctl_get_nexus_prov_list() 512 user_addr_t tmp_ptr = USER_ADDR_NULL; in nxctl_get_nexus_list() local 545 tmp_ptr = nlr.nl_nx_uuids; in nxctl_get_nexus_list() 546 if (tmp_ptr != USER_ADDR_NULL && nlr.nl_num_nx_uuids > 0) { in nxctl_get_nexus_list() 594 if (err == 0 && nxprov != NULL && tmp_ptr != USER_ADDR_NULL) { in nxctl_get_nexus_list() [all …]
|
| /xnu-10002.41.9/bsd/netinet6/ |
| H A D | in6_mcast.c | 1636 user_addr_t tmp_ptr; in in6p_get_source_filters() local 1726 tmp_ptr = (user_addr_t)msfr64.msfr_srcs; in in6p_get_source_filters() 1728 tmp_ptr = CAST_USER_ADDR_T(msfr32.msfr_srcs); in in6p_get_source_filters() 1731 if (tmp_ptr != USER_ADDR_NULL && msfr.msfr_nsrcs > 0) { in in6p_get_source_filters() 1768 error = copyout(tss, tmp_ptr, ncsrcs * sizeof(*tss)); in in6p_get_source_filters() 2714 user_addr_t tmp_ptr; in in6p_set_source_filters() local 2817 tmp_ptr = (user_addr_t)msfr64.msfr_srcs; in in6p_set_source_filters() 2819 tmp_ptr = CAST_USER_ADDR_T(msfr32.msfr_srcs); in in6p_set_source_filters() 2830 error = copyin(tmp_ptr, kss, in in6p_set_source_filters()
|
| /xnu-10002.41.9/bsd/netinet/ |
| H A D | in_mcast.c | 1744 user_addr_t tmp_ptr; in inp_get_source_filters() local 1824 tmp_ptr = CAST_USER_ADDR_T(msfr64.msfr_srcs); in inp_get_source_filters() 1826 tmp_ptr = CAST_USER_ADDR_T(msfr32.msfr_srcs); in inp_get_source_filters() 1830 if (tmp_ptr != USER_ADDR_NULL && msfr.msfr_nsrcs > 0) { in inp_get_source_filters() 1867 error = copyout(tss, CAST_USER_ADDR_T(tmp_ptr), ncsrcs * sizeof(*tss)); in inp_get_source_filters() 2781 uint64_t tmp_ptr; in inp_set_source_filters() local 2882 tmp_ptr = msfr64.msfr_srcs; in inp_set_source_filters() 2884 tmp_ptr = CAST_USER_ADDR_T(msfr32.msfr_srcs); in inp_set_source_filters() 2894 error = copyin(CAST_USER_ADDR_T(tmp_ptr), kss, in inp_set_source_filters()
|