Searched refs:et_find (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | timeet.h | 96 struct eventtimer *et_find(const char *name, int check, int want);
|
| /f-stack/freebsd/kern/ |
| H A D | kern_clocksource.c | 608 timer = et_find(timername, 0, 0); 610 timer = et_find(NULL, 614 timer = et_find(NULL, 618 timer = et_find(NULL, 907 et = et_find(buf, 0, 0);
|
| H A D | kern_et.c | 138 et_find(const char *name, int check, int want) in et_find() function
|