Home
last modified time | relevance | path

Searched refs:maskp (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.101.4/bsd/security/audit/
H A Daudit_pipe.c287 au_mask_t *maskp) in audit_pipe_preselect_get() argument
295 *maskp = app->app_mask; in audit_pipe_preselect_get()
765 au_mask_t *maskp; in audit_pipe_ioctl() local
851 maskp = (au_mask_t *)data; in audit_pipe_ioctl()
852 *maskp = ap->ap_preselect_flags; in audit_pipe_ioctl()
859 maskp = (au_mask_t *)data; in audit_pipe_ioctl()
860 ap->ap_preselect_flags = *maskp; in audit_pipe_ioctl()
868 maskp = (au_mask_t *)data; in audit_pipe_ioctl()
869 *maskp = ap->ap_preselect_naflags; in audit_pipe_ioctl()
876 maskp = (au_mask_t *)data; in audit_pipe_ioctl()
[all …]
/xnu-8020.101.4/osfmk/i386/
H A Dmp.c1058 cpumask_t *maskp; /* completion response mask */ member
1234 VM_KERNEL_UNSLIDE_OR_PERM(call.arg1), VM_KERNEL_ADDRPERM(call.maskp), 0); in mp_cpus_call_action()
1238 if (call.maskp != NULL) { in mp_cpus_call_action()
1239 i_bit_set(cpu_number(), call.maskp); in mp_cpus_call_action()
1405 callp->maskp = (mode == NOSYNC) ? NULL : &cpus_responded; in mp_cpus_call1()
/xnu-8020.101.4/bsd/netinet6/
H A Din6.c3371 in6_prefixlen2mask(struct in6_addr *maskp, int len) in in6_prefixlen2mask() argument
3382 bzero(maskp, sizeof(*maskp)); in in6_prefixlen2mask()
3386 maskp->s6_addr[i] = 0xff; in in6_prefixlen2mask()
3389 maskp->s6_addr[bytelen] = maskarray[bitlen - 1]; in in6_prefixlen2mask()
H A Din6_var.h1187 extern void in6_prefixlen2mask(struct in6_addr *maskp, int len);