Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/kern/ !
H A Dkern_control.c85 ctl_setopt_func setopt; /* set kctl configuration */ member
1352 if (kctl->setopt == NULL) { in ctl_ctloutput()
1374 error = (*kctl->setopt)(kctl->kctlref, in ctl_ctloutput()
1784 kctl->setopt = userkctl->ctl_setopt; in ctl_register()
2208 xkr->xkr_setopt = (uint64_t)VM_KERNEL_UNSLIDE(kctl->setopt);