Home
last modified time | relevance | path

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

/xnu-12377.1.9/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-12377.1.9/osfmk/i386/
H A Dmp.c1056 cpumask_t *maskp; /* completion response mask */ member
1232 VM_KERNEL_UNSLIDE_OR_PERM(call.arg1), VM_KERNEL_ADDRPERM(call.maskp), 0); in mp_cpus_call_action()
1236 if (call.maskp != NULL) { in mp_cpus_call_action()
1237 i_bit_set(cpu_number(), call.maskp); in mp_cpus_call_action()
1408 callp->maskp = (mode == NOSYNC) ? NULL : &cpus_responded; in mp_cpus_call1()
/xnu-12377.1.9/bsd/netinet6/
H A Din6.c3389 in6_prefixlen2mask(struct in6_addr *maskp, int len) in in6_prefixlen2mask() argument
3400 bzero(maskp, sizeof(*maskp)); in in6_prefixlen2mask()
3404 maskp->s6_addr[i] = 0xff; in in6_prefixlen2mask()
3407 maskp->s6_addr[bytelen] = maskarray[bitlen - 1]; in in6_prefixlen2mask()
H A Din6_var.h1206 extern void in6_prefixlen2mask(struct in6_addr *maskp, int len);