Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/kern/
H A Dkern_control.c81 ctl_setopt_func setopt; /* set kctl configuration */ member
1335 if (kctl->setopt == NULL) { in ctl_ctloutput()
1352 error = (*kctl->setopt)(kctl->kctlref, in ctl_ctloutput()
1757 kctl->setopt = userkctl->ctl_setopt; in ctl_register()
2180 xkr->xkr_setopt = (uint64_t)VM_KERNEL_UNSLIDE(kctl->setopt);