OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lasthfree
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.sbin/timed/timed/
master.c
529
static struct hosttbl *
lasthfree
= &hosttbl[0];
variable in typeref:struct:hosttbl *
580
ret =
lasthfree
;
581
if (++
lasthfree
> &hosttbl[NHOSTS])
582
lasthfree
= &hosttbl[1];
677
lasthfree
= hnxt;
679
lasthfree
= htp;
682
lasthfree
->name[0] = '\0';
683
lasthfree
->h_fwd = 0;
684
lasthfree
->l_fwd = 0;
Completed in 11 milliseconds
Indexes created Sat Oct 18 17:09:52 GMT 2025