Searched refs:tmp_ptr (Results 1 – 3 of 3) sorted by relevance
| /xnu-8019.80.24/bsd/skywalk/nexus/ |
| H A D | nexus.c | 371 user_addr_t tmp_ptr = USER_ADDR_NULL; in nxctl_get_nexus_prov_list() local 401 tmp_ptr = nrlr.nrl_regs; in nxctl_get_nexus_prov_list() 402 if (tmp_ptr != USER_ADDR_NULL && nrlr.nrl_num_regs > 0) { in nxctl_get_nexus_prov_list() 446 if (err == 0 && tmp_ptr != USER_ADDR_NULL) { in nxctl_get_nexus_prov_list() 448 err = copyout(nres, tmp_ptr, in nxctl_get_nexus_prov_list() 451 bcopy(nres, CAST_DOWN(caddr_t, tmp_ptr), in nxctl_get_nexus_prov_list() 534 user_addr_t tmp_ptr = USER_ADDR_NULL; in nxctl_get_nexus_list() local 567 tmp_ptr = nlr.nl_nx_uuids; in nxctl_get_nexus_list() 568 if (tmp_ptr != USER_ADDR_NULL && nlr.nl_num_nx_uuids > 0) { in nxctl_get_nexus_list() 616 if (err == 0 && nxprov != NULL && tmp_ptr != USER_ADDR_NULL) { in nxctl_get_nexus_list() [all …]
|
| /xnu-8019.80.24/bsd/netinet6/ |
| H A D | in6_mcast.c | 1653 user_addr_t tmp_ptr; in in6p_get_source_filters() local 1743 tmp_ptr = (user_addr_t)msfr64.msfr_srcs; in in6p_get_source_filters() 1745 tmp_ptr = CAST_USER_ADDR_T(msfr32.msfr_srcs); in in6p_get_source_filters() 1748 if (tmp_ptr != USER_ADDR_NULL && msfr.msfr_nsrcs > 0) { in in6p_get_source_filters() 1785 error = copyout(tss, tmp_ptr, ncsrcs * sizeof(*tss)); in in6p_get_source_filters() 2728 user_addr_t tmp_ptr; in in6p_set_source_filters() local 2831 tmp_ptr = (user_addr_t)msfr64.msfr_srcs; in in6p_set_source_filters() 2833 tmp_ptr = CAST_USER_ADDR_T(msfr32.msfr_srcs); in in6p_set_source_filters() 2844 error = copyin(tmp_ptr, kss, in in6p_set_source_filters()
|
| /xnu-8019.80.24/bsd/netinet/ |
| H A D | in_mcast.c | 1741 user_addr_t tmp_ptr; in inp_get_source_filters() local 1821 tmp_ptr = CAST_USER_ADDR_T(msfr64.msfr_srcs); in inp_get_source_filters() 1823 tmp_ptr = CAST_USER_ADDR_T(msfr32.msfr_srcs); in inp_get_source_filters() 1827 if (tmp_ptr != USER_ADDR_NULL && msfr.msfr_nsrcs > 0) { in inp_get_source_filters() 1864 error = copyout(tss, CAST_USER_ADDR_T(tmp_ptr), ncsrcs * sizeof(*tss)); in inp_get_source_filters() 2766 uint64_t tmp_ptr; in inp_set_source_filters() local 2867 tmp_ptr = msfr64.msfr_srcs; in inp_set_source_filters() 2869 tmp_ptr = CAST_USER_ADDR_T(msfr32.msfr_srcs); in inp_set_source_filters() 2879 error = copyin(CAST_USER_ADDR_T(tmp_ptr), kss, in inp_set_source_filters()
|