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

/freebsd-12-stable/libexec/bootpd/
H A Dbootpd.h63 * The list may be shared among multiple hosts by setting the linkcount
68 unsigned int linkcount, addrcount; member in struct:in_addr_list
75 * The linkcount must be set appropriately.
79 unsigned int linkcount; member in struct:shared_string
84 unsigned int linkcount, length; member in struct:shared_bindata
158 unsigned linkcount; /* hash list inserts */
157 unsigned linkcount; /* hash list inserts */ member in struct:host
H A Dreadfile.c400 hp->linkcount = 1;
437 hp->linkcount++;
455 hp->linkcount++;
468 hp->linkcount++;
1232 s->linkcount = 1;
1298 bdata->linkcount = 1;
1431 (hp->MEMBER->linkcount)++; \
1651 result->linkcount = 1;
1928 assert(hostptr->linkcount > 0);
1929 if (--(hostptr->linkcount))
[all...]
/freebsd-12-stable/sbin/fsdb/
H A Dfsdb.c137 CMDFUNC(linkcount); /* set link count */ variable
172 { "linkcount", "Set link count to COUNT", 2, 2, FL_WR, linkcount },
1044 CMDFUNCSTART(linkcount)

Completed in 65 milliseconds