Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libpkg/common/
H A Disdir.c67 static long numRemoteFstypes = -1; variable
299 for (i = 0; i < numRemoteFstypes; i++) { in isFstypeRemote()
333 if (numRemoteFstypes > 0) { in _InitRemoteFstypes()
339 if (numRemoteFstypes == -1) { in _InitRemoteFstypes()
340 numRemoteFstypes = 0; in _InitRemoteFstypes()
348 sizeof (char *) * (numRemoteFstypes+3)); in _InitRemoteFstypes()
349 remoteFstypes[numRemoteFstypes++] = "nfs"; /* +1 */ in _InitRemoteFstypes()
350 remoteFstypes[numRemoteFstypes++] = "autofs"; /* +2 */ in _InitRemoteFstypes()
351 remoteFstypes[numRemoteFstypes++] = "cachefs"; /* +3 */ in _InitRemoteFstypes()
384 sizeof (char *) * (numRemoteFstypes+1)); in _InitRemoteFstypes()
[all …]