Home
last modified time | relevance | path

Searched full:hrt (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/openzfs/cmd/zed/agents/
H A Dfmd_serd.c240 fmd_serd_eng_record(fmd_serd_eng_t *sgp, hrtime_t hrt) in fmd_serd_eng_record() argument
264 sep->se_hrt = hrt; in fmd_serd_eng_record()
270 sgp->sg_name, (int)sgp->sg_count, (long long unsigned)hrt); in fmd_serd_eng_record()
318 hrtime_t hrt; in fmd_serd_eng_gc() local
327 hrt = sep->se_hrt - sgp->sg_t; in fmd_serd_eng_gc()
330 if (sep->se_hrt >= hrt) in fmd_serd_eng_gc()
/freebsd/lib/libc/nls/
H A Dde_DE.ISO8859-1.msg78 36 Operation wird gerade ausgef�hrt
80 37 Operation wird bereits ausgef�hrt
/freebsd/sys/contrib/device-tree/Bindings/timer/
H A Dsifive,clint.yaml44 SiFive CLINT v2 is the HRT that supports the Zicntr. The control of sifive,clint2
/freebsd/contrib/unbound/smallapp/
H A Dunbound-host.c444 while( (c=getopt(argc, argv, "46DF:c:df:hrt:vy:C:")) != -1) { in main()