Home
last modified time | relevance | path

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

/freebsd-12-stable/libexec/bootpd/
Dbootpd.h68 unsigned int linkcount, addrcount; member
79 unsigned int linkcount; member
84 unsigned int linkcount, length; member
157 unsigned linkcount; /* hash list inserts */ member
Dreadfile.c389 hp->linkcount = 1;
426 hp->linkcount++;
444 hp->linkcount++;
457 hp->linkcount++;
1216 s->linkcount = 1;
1281 bdata->linkcount = 1;
1411 (hp->MEMBER->linkcount)++; \
1628 result->linkcount = 1;
1900 assert(hostptr->linkcount > 0);
1901 if (--(hostptr->linkcount))
[all …]
/freebsd-12-stable/sbin/fsdb/
Dfsdb.c137 CMDFUNC(linkcount); /* set link count */
172 { "linkcount", "Set link count to COUNT", 2, 2, FL_WR, linkcount },
1044 CMDFUNCSTART(linkcount) in CMDFUNCSTART() argument