Searched refs:tmp_ptr (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.81.4/bsd/skywalk/nexus/ |
| H A D | nexus.c | 362 user_addr_t tmp_ptr = USER_ADDR_NULL; in nxctl_get_nexus_prov_list() local 392 tmp_ptr = nrlr.nrl_regs; in nxctl_get_nexus_prov_list() 393 if (tmp_ptr != USER_ADDR_NULL && nrlr.nrl_num_regs > 0) { in nxctl_get_nexus_prov_list() 437 if (err == 0 && tmp_ptr != USER_ADDR_NULL) { in nxctl_get_nexus_prov_list() 439 err = copyout(nres, tmp_ptr, in nxctl_get_nexus_prov_list() 444 CAST_DOWN(caddr_t, tmp_ptr), in nxctl_get_nexus_prov_list() 528 user_addr_t tmp_ptr = USER_ADDR_NULL; in nxctl_get_nexus_list() local 561 tmp_ptr = nlr.nl_nx_uuids; in nxctl_get_nexus_list() 562 if (tmp_ptr != USER_ADDR_NULL && nlr.nl_num_nx_uuids > 0) { in nxctl_get_nexus_list() 610 if (err == 0 && nxprov != NULL && tmp_ptr != USER_ADDR_NULL) { in nxctl_get_nexus_list() [all …]
|
| /xnu-12377.81.4/bsd/netinet6/ |
| H A D | in6_mcast.c | 1671 user_addr_t tmp_ptr; in in6p_get_source_filters() local 1761 tmp_ptr = (user_addr_t)msfr64.msfr_srcs; in in6p_get_source_filters() 1763 tmp_ptr = CAST_USER_ADDR_T(msfr32.msfr_srcs); in in6p_get_source_filters() 1766 if (tmp_ptr != USER_ADDR_NULL && msfr.msfr_nsrcs > 0) { in in6p_get_source_filters() 1803 error = copyout(tss, tmp_ptr, ncsrcs * sizeof(*tss)); in in6p_get_source_filters() 2751 user_addr_t tmp_ptr; in in6p_set_source_filters() local 2854 tmp_ptr = (user_addr_t)msfr64.msfr_srcs; in in6p_set_source_filters() 2856 tmp_ptr = CAST_USER_ADDR_T(msfr32.msfr_srcs); in in6p_set_source_filters() 2867 error = copyin(tmp_ptr, kss, in in6p_set_source_filters()
|
| /xnu-12377.81.4/bsd/netinet/ |
| H A D | in_mcast.c | 1750 user_addr_t tmp_ptr; in inp_get_source_filters() local 1830 tmp_ptr = CAST_USER_ADDR_T(msfr64.msfr_srcs); in inp_get_source_filters() 1832 tmp_ptr = CAST_USER_ADDR_T(msfr32.msfr_srcs); in inp_get_source_filters() 1836 if (tmp_ptr != USER_ADDR_NULL && msfr.msfr_nsrcs > 0) { in inp_get_source_filters() 1873 error = copyout(tss, CAST_USER_ADDR_T(tmp_ptr), ncsrcs * sizeof(*tss)); in inp_get_source_filters() 2786 uint64_t tmp_ptr; in inp_set_source_filters() local 2887 tmp_ptr = msfr64.msfr_srcs; in inp_set_source_filters() 2889 tmp_ptr = CAST_USER_ADDR_T(msfr32.msfr_srcs); in inp_set_source_filters() 2899 error = copyin(CAST_USER_ADDR_T(tmp_ptr), kss, in inp_set_source_filters()
|