Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dtimeet.h96 struct eventtimer *et_find(const char *name, int check, int want);
/f-stack/freebsd/kern/
H A Dkern_clocksource.c608 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 Dkern_et.c138 et_find(const char *name, int check, int want) in et_find() function