Searched refs:linkcount (Results 1 - 5 of 5) sorted by path

/freebsd-9.3-release/gnu/usr.bin/rcs/lib/
H A Drcsedit.c1254 int linkcount = MAXSYMLINKS; local
1264 } else if (!linkcount--) {
/freebsd-9.3-release/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-9.3-release/sbin/fsdb/
H A Dfsdb.c137 CMDFUNC(linkcount); /* set link count */ variable
171 { "linkcount", "Set link count to COUNT", 2, 2, FL_WR, linkcount },
1010 CMDFUNCSTART(linkcount)
/freebsd-9.3-release/usr.bin/csup/
H A Dfattr.c90 nlink_t linkcount; member in struct:fattr
169 new->linkcount = 1;
212 fa->linkcount = sb->st_nlink;
318 fa->linkcount = 1;
363 if (fa->mask & FA_LINKCOUNT && fa->linkcount == 1)
446 (long long)fa->linkcount);
534 return (fa->linkcount);
642 fa->linkcount = (nlink_t)strtol(attrstart, &end, FA_FLAGSRADIX);
728 fa->linkcount = from->linkcount;
[all...]

Completed in 109 milliseconds