Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/sys/
H A Dcpuset.h139 int cpusetobj_strscan(cpuset_t *, const char *);
/f-stack/freebsd/sys/
H A Dcpuset.h145 int cpusetobj_strscan(cpuset_t *, const char *);
/f-stack/freebsd/kern/
H A Dkern_ktr.c126 if (cpusetobj_strscan(&imask, lktr_cpumask_str) == -1) in sysctl_debug_ktr_cpumask()
H A Dkern_cpuset.c1398 cpusetobj_strscan(cpuset_t *set, const char *buf) in cpusetobj_strscan() function