Home
last modified time | relevance | path

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

/freebsd/libexec/bootpd/
H A Dbootpd.h66 unsigned int linkcount, addrcount; member
77 unsigned int linkcount; member
82 unsigned int linkcount, length; member
155 unsigned linkcount; /* hash list inserts */ member
H A Dreadfile.c385 hp->linkcount = 1; in readtab()
422 hp->linkcount++; in readtab()
440 hp->linkcount++; in readtab()
453 hp->linkcount++; in readtab()
1202 s->linkcount = 1; in get_shared_string()
1264 bdata->linkcount = 1; in process_generic()
1390 (hp->MEMBER->linkcount)++; \
1601 result->linkcount = 1; in get_addresses()
1865 assert(hostptr->linkcount > 0); in free_host()
1866 if (--(hostptr->linkcount)) in free_host()
[all …]
/freebsd/sbin/fsdb/
H A Dfsdb.c159 CMDFUNC(linkcount); /* set link count */
196 { "linkcount", "Set link count to COUNT", 2, 2, FL_CWR, linkcount },
1090 CMDFUNCSTART(linkcount) in CMDFUNCSTART() argument