HomeSort by: relevance | last modified time | path
    Searched refs:linkcount (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/bootp/common/
bootpd.h 63 * 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
readfile.c 396 hp->linkcount = 1;
433 hp->linkcount++;
451 hp->linkcount++;
464 hp->linkcount++;
1221 s->linkcount = 1;
1284 bdata->linkcount = 1;
1411 (hp->MEMBER->linkcount)++; \
1623 result->linkcount = 1;
1891 assert(hostptr->linkcount > 0);
1892 if (--(hostptr->linkcount))
    [all...]
  /src/sbin/fsdb/
fsdb.c 245 CMDFUNC(linkcount); /* set link count */ variable
288 {"linkcount", "Set link count to COUNT", 2, 2, linkcount},
1530 CMDFUNC(linkcount)

Completed in 19 milliseconds